Package com.restfb.types.ads
Class TargetingResponseEducation
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.TargetingResponseEducation
-
- All Implemented Interfaces:
Serializable
public class TargetingResponseEducation extends NamedAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetingResponseEducation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCoverage()
String
getSubtext()
void
setCoverage(Long coverage)
void
setSubtext(String subtext)
-
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
-
TargetingResponseEducation
public TargetingResponseEducation()
-
-
Method Detail
-
getCoverage
public Long getCoverage()
-
setCoverage
public void setCoverage(Long coverage)
-
getSubtext
public String getSubtext()
-
setSubtext
public void setSubtext(String subtext)
-
-