public class TargetingCriteriaBreakdown extends Object implements Serializable
| Constructor and Description |
|---|
TargetingCriteriaBreakdown() |
TargetingCriteriaBreakdown(TargetingDimension targetingDimension,
Long targetingCriteriaId,
String targetingCriteriaName,
Boolean excluded,
Long availableUnits,
Long matchedUnits) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAvailableUnits()
Gets the availableUnits value for this TargetingCriteriaBreakdown.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getExcluded()
Gets the excluded value for this TargetingCriteriaBreakdown.
|
Long |
getMatchedUnits()
Gets the matchedUnits value for this TargetingCriteriaBreakdown.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getTargetingCriteriaId()
Gets the targetingCriteriaId value for this TargetingCriteriaBreakdown.
|
String |
getTargetingCriteriaName()
Gets the targetingCriteriaName value for this TargetingCriteriaBreakdown.
|
TargetingDimension |
getTargetingDimension()
Gets the targetingDimension value for this TargetingCriteriaBreakdown.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAvailableUnits(Long availableUnits)
Sets the availableUnits value for this TargetingCriteriaBreakdown.
|
void |
setExcluded(Boolean excluded)
Sets the excluded value for this TargetingCriteriaBreakdown.
|
void |
setMatchedUnits(Long matchedUnits)
Sets the matchedUnits value for this TargetingCriteriaBreakdown.
|
void |
setTargetingCriteriaId(Long targetingCriteriaId)
Sets the targetingCriteriaId value for this TargetingCriteriaBreakdown.
|
void |
setTargetingCriteriaName(String targetingCriteriaName)
Sets the targetingCriteriaName value for this TargetingCriteriaBreakdown.
|
void |
setTargetingDimension(TargetingDimension targetingDimension)
Sets the targetingDimension value for this TargetingCriteriaBreakdown.
|
String |
toString() |
public TargetingDimension getTargetingDimension()
public void setTargetingDimension(TargetingDimension targetingDimension)
targetingDimension - * The dimension of this breakdownpublic Long getTargetingCriteriaId()
public void setTargetingCriteriaId(Long targetingCriteriaId)
targetingCriteriaId - * The unique ID of the targeting criteria.public String getTargetingCriteriaName()
public void setTargetingCriteriaName(String targetingCriteriaName)
targetingCriteriaName - * The name of the targeting criteria.public Boolean getExcluded()
public void setExcluded(Boolean excluded)
excluded - * When true, the breakdown is negative.public Long getAvailableUnits()
public void setAvailableUnits(Long availableUnits)
availableUnits - * The available units for this breakdown.public Long getMatchedUnits()
public void setMatchedUnits(Long matchedUnits)
matchedUnits - * The matched units for this breakdown.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.