public class GrpDemographicBreakdown extends Object implements Serializable
| Constructor and Description |
|---|
GrpDemographicBreakdown() |
GrpDemographicBreakdown(Long availableUnits,
Long matchedUnits,
GrpUnitType unitType,
GrpGender gender,
GrpAge age) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GrpAge |
getAge()
Gets the age value for this GrpDemographicBreakdown.
|
Long |
getAvailableUnits()
Gets the availableUnits value for this GrpDemographicBreakdown.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
GrpGender |
getGender()
Gets the gender value for this GrpDemographicBreakdown.
|
Long |
getMatchedUnits()
Gets the matchedUnits value for this GrpDemographicBreakdown.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
GrpUnitType |
getUnitType()
Gets the unitType value for this GrpDemographicBreakdown.
|
int |
hashCode() |
void |
setAge(GrpAge age)
Sets the age value for this GrpDemographicBreakdown.
|
void |
setAvailableUnits(Long availableUnits)
Sets the availableUnits value for this GrpDemographicBreakdown.
|
void |
setGender(GrpGender gender)
Sets the gender value for this GrpDemographicBreakdown.
|
void |
setMatchedUnits(Long matchedUnits)
Sets the matchedUnits value for this GrpDemographicBreakdown.
|
void |
setUnitType(GrpUnitType unitType)
Sets the unitType value for this GrpDemographicBreakdown.
|
String |
toString() |
public GrpDemographicBreakdown()
public GrpDemographicBreakdown(Long availableUnits, Long matchedUnits, GrpUnitType unitType, GrpGender gender, GrpAge age)
public Long getAvailableUnits()
public void setAvailableUnits(Long availableUnits)
availableUnits - * The number of units matching the demographic breakdown that
can be booked without affecting
the delivery of any reserved line items.public Long getMatchedUnits()
public void setMatchedUnits(Long matchedUnits)
matchedUnits - * The number of units matching the demographic and matching specified
targeting and
delivery settings.public GrpUnitType getUnitType()
GrpUnitType associated with this demographic breakdown.public void setUnitType(GrpUnitType unitType)
unitType - * The GrpUnitType associated with this demographic breakdown.public GrpGender getGender()
GrpGender associated with this demographic breakdown.public void setGender(GrpGender gender)
gender - * The GrpGender associated with this demographic breakdown.public GrpAge getAge()
GrpAge associated with this demographic breakdown.public void setAge(GrpAge age)
age - * The GrpAge associated with this demographic breakdown.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.