Package com.restfb.types.ads
Class AdLabel
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.AdLabel
- All Implemented Interfaces:
HasCreatedTime
,Serializable
public class AdLabel extends NamedAdsObject implements HasCreatedTime
Represents the AdGroup Label type
.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdLabel()
-
Method Summary
Modifier and Type Method Description AdAccount
getAccount()
AdGroup AccountDate
getCreatedTime()
Created timeDate
getUpdatedTime()
Updated timevoid
setAccount(AdAccount account)
AdGroup Accountvoid
setCreatedTime(Date createdTime)
Created timevoid
setUpdatedTime(Date updatedTime)
Updated timeMethods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdLabel
public AdLabel()
-
-
Method Details
-
getAccount
AdGroup Account -
setAccount
AdGroup Account -
getCreatedTime
Created time- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
setCreatedTime
Created time -
getUpdatedTime
Updated time -
setUpdatedTime
Updated time
-