Package com.restfb.types.ads
Class AdConversionPixel
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.AdConversionPixel
- All Implemented Interfaces:
Serializable
public class AdConversionPixel extends NamedAdsObject
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdConversionPixel()
-
Method Summary
Modifier and Type Method Description String
getCreator()
String
getJsPixel()
String
getLastFiringTime()
String
getTag()
String
getValue()
void
setCreator(String creator)
void
setJsPixel(String jsPixel)
void
setLastFiringTime(String lastFiringTime)
void
setTag(String tag)
void
setValue(String value)
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 Details
-
AdConversionPixel
public AdConversionPixel()
-
-
Method Details
-
getLastFiringTime
-
setLastFiringTime
-
getTag
-
setTag
-
getCreator
-
setCreator
-
getJsPixel
-
setJsPixel
-
getValue
-
setValue
-