Package com.restfb.types.ads
Class DeliveryCheck
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.DeliveryCheck
-
- All Implemented Interfaces:
Serializable
public class DeliveryCheck extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeliveryCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCheckName()
String
getDescription()
DeliveryCheckExtraInfo
getExtraInfo()
String
getSummary()
void
setCheckName(String checkName)
void
setDescription(String description)
void
setExtraInfo(DeliveryCheckExtraInfo extraInfo)
void
setSummary(String summary)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
DeliveryCheck
public DeliveryCheck()
-
-
Method Detail
-
getCheckName
public String getCheckName()
-
setCheckName
public void setCheckName(String checkName)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getExtraInfo
public DeliveryCheckExtraInfo getExtraInfo()
-
setExtraInfo
public void setExtraInfo(DeliveryCheckExtraInfo extraInfo)
-
getSummary
public String getSummary()
-
setSummary
public void setSummary(String summary)
-
-