public class AudienceSegmentPremiumFeature extends PremiumFeature implements Serializable
| Constructor and Description |
|---|
AudienceSegmentPremiumFeature() |
AudienceSegmentPremiumFeature(Long audienceSegmentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAudienceSegmentId()
Gets the audienceSegmentId value for this AudienceSegmentPremiumFeature.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
setAudienceSegmentId(Long audienceSegmentId)
Sets the audienceSegmentId value for this AudienceSegmentPremiumFeature.
|
String |
toString() |
public AudienceSegmentPremiumFeature()
public AudienceSegmentPremiumFeature(Long audienceSegmentId)
public String toString()
toString in class PremiumFeaturepublic Long getAudienceSegmentId()
AudienceSegment.id.
This attribute is required and cannot be changed after creation.
public void setAudienceSegmentId(Long audienceSegmentId)
audienceSegmentId - * The ID of the AudienceSegment.id.
This attribute is required and cannot be changed after creation.
public boolean equals(Object obj)
equals in class PremiumFeaturepublic int hashCode()
hashCode in class PremiumFeaturepublic 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.