public class AudienceSegment extends Base implements Serializable
| Constructor and Description |
|---|
AudienceSegment() |
AudienceSegment(long id,
String name,
int percentageAllocation) |
| 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 |
getPercentageAllocation()
Gets the percentageAllocation value for this AudienceSegment.
|
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
|
int |
hashCode() |
void |
setPercentageAllocation(int percentageAllocation)
Sets the percentageAllocation value for this AudienceSegment.
|
public AudienceSegment()
public AudienceSegment(long id,
String name,
int percentageAllocation)
public int getPercentageAllocation()
public void setPercentageAllocation(int percentageAllocation)
percentageAllocation - 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.