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
All Methods Instance Methods Concrete Methods 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 time-
Methods 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 Detail
-
AdLabel
public AdLabel()
-
-
Method Detail
-
getAccount
public AdAccount getAccount()
AdGroup Account
-
setAccount
public void setAccount(AdAccount account)
AdGroup Account
-
getCreatedTime
public Date getCreatedTime()
Created time- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
setCreatedTime
public void setCreatedTime(Date createdTime)
Created time
-
getUpdatedTime
public Date getUpdatedTime()
Updated time
-
setUpdatedTime
public void setUpdatedTime(Date updatedTime)
Updated time
-
-