public class CustomTargetingPremiumFeature extends PremiumFeature implements Serializable
| Constructor and Description |
|---|
CustomTargetingPremiumFeature() |
CustomTargetingPremiumFeature(Long customTargetingKeyId,
Long customTargetingValueId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCustomTargetingKeyId()
Gets the customTargetingKeyId value for this CustomTargetingPremiumFeature.
|
Long |
getCustomTargetingValueId()
Gets the customTargetingValueId value for this CustomTargetingPremiumFeature.
|
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 |
setCustomTargetingKeyId(Long customTargetingKeyId)
Sets the customTargetingKeyId value for this CustomTargetingPremiumFeature.
|
void |
setCustomTargetingValueId(Long customTargetingValueId)
Sets the customTargetingValueId value for this CustomTargetingPremiumFeature.
|
String |
toString() |
public String toString()
toString in class PremiumFeaturepublic Long getCustomTargetingKeyId()
CustomTargetingKey.
This attribute is required and cannot be changed after creation.
public void setCustomTargetingKeyId(Long customTargetingKeyId)
customTargetingKeyId - * The ID of the CustomTargetingKey.
This attribute is required and cannot be changed after creation.
public Long getCustomTargetingValueId()
CustomTargetingValue. null if
all custom
targeting values of the customTargetingKeyId
should be matched.
This attribute cannot be changed after creation.
public void setCustomTargetingValueId(Long customTargetingValueId)
customTargetingValueId - * The ID of the CustomTargetingValue. null if
all custom
targeting values of the customTargetingKeyId
should be matched.
This attribute 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 © 2020. All rights reserved.