Package com.restfb.types.ads
Class TrackingAndConversionWithDefaults
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.TrackingAndConversionWithDefaults
-
- All Implemented Interfaces:
Serializable
public class TrackingAndConversionWithDefaults extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrackingAndConversionWithDefaults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JsonObject>
getCustomConversion()
List<JsonObject>
getCustomTracking()
List<JsonObject>
getDefaultConversion()
List<JsonObject>
getDefaultTracking()
void
setCustomConversion(List<JsonObject> customConversion)
void
setCustomTracking(List<JsonObject> customTracking)
void
setDefaultConversion(List<JsonObject> defaultConversion)
void
setDefaultTracking(List<JsonObject> defaultTracking)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TrackingAndConversionWithDefaults
public TrackingAndConversionWithDefaults()
-
-
Method Detail
-
getCustomConversion
public List<JsonObject> getCustomConversion()
-
setCustomConversion
public void setCustomConversion(List<JsonObject> customConversion)
-
getCustomTracking
public List<JsonObject> getCustomTracking()
-
setCustomTracking
public void setCustomTracking(List<JsonObject> customTracking)
-
getDefaultConversion
public List<JsonObject> getDefaultConversion()
-
setDefaultConversion
public void setDefaultConversion(List<JsonObject> defaultConversion)
-
getDefaultTracking
public List<JsonObject> getDefaultTracking()
-
setDefaultTracking
public void setDefaultTracking(List<JsonObject> defaultTracking)
-
-