public interface Advertisement
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | accountName()Name of the account the ad is linked to. | 
| java.lang.String | adId()Unique ad ID. | 
| java.lang.String | adTitle()User readable name of the ad. | 
| AdType | adType()Type of advertisement that this models. | 
| java.lang.String | campaignName()Name of the campaign | 
AdType adType()
java.lang.String adTitle()
java.lang.String adId()
java.lang.String accountName()
java.lang.String campaignName()