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()
LineItem.
This field is only
applicable if GfpSettings#provider is not
null.public void setMinTargetAge(Long minTargetAge)
minTargetAge - * Specifies the minimum target age (in years) of the LineItem.
This field is only
applicable if GfpSettings#provider is not
null.public Long getMaxTargetAge()
LineItem.
This field is only
applicable if GfpSettings#provider is not
null.public void setMaxTargetAge(Long maxTargetAge)
maxTargetAge - * Specifies the maximum target age (in years) of the LineItem.
This field is only
applicable if GfpSettings#provider is not
null.public GrpTargetGender getTargetGender()
LineItem. This field
is only applicable if
GfpSettings#provider is not null.public void setTargetGender(GrpTargetGender targetGender)
targetGender - * Specifies the target gender of the LineItem. This field
is only applicable if
GfpSettings#provider is not null.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 © 2014. All Rights Reserved.