public class CreativeOptimizationConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
CreativeOptimizationConfiguration() |
CreativeOptimizationConfiguration(int minimumCreativeWeight,
int optimizationModelId,
int relativeStrength,
SpotlightActivityWeight[] spotlightActivities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getMinimumCreativeWeight()
Gets the minimumCreativeWeight value for this CreativeOptimizationConfiguration.
|
int |
getOptimizationModelId()
Gets the optimizationModelId value for this CreativeOptimizationConfiguration.
|
int |
getRelativeStrength()
Gets the relativeStrength value for this CreativeOptimizationConfiguration.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SpotlightActivityWeight[] |
getSpotlightActivities()
Gets the spotlightActivities value for this CreativeOptimizationConfiguration.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMinimumCreativeWeight(int minimumCreativeWeight)
Sets the minimumCreativeWeight value for this CreativeOptimizationConfiguration.
|
void |
setOptimizationModelId(int optimizationModelId)
Sets the optimizationModelId value for this CreativeOptimizationConfiguration.
|
void |
setRelativeStrength(int relativeStrength)
Sets the relativeStrength value for this CreativeOptimizationConfiguration.
|
void |
setSpotlightActivities(SpotlightActivityWeight[] spotlightActivities)
Sets the spotlightActivities value for this CreativeOptimizationConfiguration.
|
public CreativeOptimizationConfiguration()
public CreativeOptimizationConfiguration(int minimumCreativeWeight,
int optimizationModelId,
int relativeStrength,
SpotlightActivityWeight[] spotlightActivities)
public int getMinimumCreativeWeight()
public void setMinimumCreativeWeight(int minimumCreativeWeight)
minimumCreativeWeight - public int getOptimizationModelId()
public void setOptimizationModelId(int optimizationModelId)
optimizationModelId - public int getRelativeStrength()
public void setRelativeStrength(int relativeStrength)
relativeStrength - public SpotlightActivityWeight[] getSpotlightActivities()
public void setSpotlightActivities(SpotlightActivityWeight[] spotlightActivities)
spotlightActivities - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.