public class GrpSettings extends Object implements Serializable
GrpSettings contains information for a line item that will
have a target demographic
when serving. This information will be used to set up
tracking and enable reporting on the
demographic information.| Constructor and Description |
|---|
GrpSettings() |
GrpSettings(Long minTargetAge,
Long maxTargetAge,
GrpTargetGender targetGender,
GrpProvider provider) |
| 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
|
Long |
getMaxTargetAge()
Gets the maxTargetAge value for this GrpSettings.
|
Long |
getMinTargetAge()
Gets the minTargetAge value for this GrpSettings.
|
GrpProvider |
getProvider()
Gets the provider value for this GrpSettings.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
GrpTargetGender |
getTargetGender()
Gets the targetGender value for this GrpSettings.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMaxTargetAge(Long maxTargetAge)
Sets the maxTargetAge value for this GrpSettings.
|
void |
setMinTargetAge(Long minTargetAge)
Sets the minTargetAge value for this GrpSettings.
|
void |
setProvider(GrpProvider provider)
Sets the provider value for this GrpSettings.
|
void |
setTargetGender(GrpTargetGender targetGender)
Sets the targetGender value for this GrpSettings.
|
public GrpSettings()
public GrpSettings(Long minTargetAge, Long maxTargetAge, GrpTargetGender targetGender, GrpProvider provider)
public Long getMinTargetAge()
public void setMinTargetAge(Long minTargetAge)
public Long getMaxTargetAge()
public void setMaxTargetAge(Long maxTargetAge)
public GrpTargetGender getTargetGender()
public void setTargetGender(GrpTargetGender targetGender)
public GrpProvider getProvider()
LineItem.public void setProvider(GrpProvider provider)
provider - * Specifies the GRP provider of the LineItem.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.