Package com.ooyala.pulse
Class AdCategory
- java.lang.Object
 - 
- com.ooyala.pulse.AdCategory
 
 
- 
public class AdCategory extends java.lang.ObjectContains 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.URLgetAuthority()The authority URL.java.lang.StringgetCategory()'category' code or label, if present. 
 - 
 
- 
- 
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.
 
 
 - 
 
 -