Package com.restfb.types.ads
Class AdDeliveryCheck
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdDeliveryCheck
-
- All Implemented Interfaces:
Serializable
public class AdDeliveryCheck extends AbstractFacebookType
Represents the Delivery Check type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdDeliveryCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCheckName()
String
getDescription()
String
getSummary()
void
setCheckName(String checkName)
void
setDescription(String description)
void
setSummary(String summary)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdDeliveryCheck
public AdDeliveryCheck()
-
-
Method Detail
-
getCheckName
public String getCheckName()
-
setCheckName
public void setCheckName(String checkName)
-
getSummary
public String getSummary()
-
setSummary
public void setSummary(String summary)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-