Class AdCategory


  • public class AdCategory
    extends java.lang.Object
    Contains information about an ad category, such as its label to identify the ad content, and the organizational authority.
    • Constructor Summary

      Constructors 
      Constructor Description
      AdCategory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getAuthority()
      The authority URL.
      java.lang.String getCategory()
      'category' code or label, if present.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdCategory

        public AdCategory()
    • Method Detail

      • getCategory

        public java.lang.String getCategory()
        'category' code or label, if present.
        Returns:
        The category, if present in ticket, otherwise null.
      • getAuthority

        public java.net.URL getAuthority()
        The authority URL.
        Returns:
        The URL for the organizational authority that produced the list being used to identify ad content.