public class CustomTargetingRateCardFeature extends RateCardFeature implements Serializable
| Constructor and Description |
|---|
CustomTargetingRateCardFeature() |
CustomTargetingRateCardFeature(String rateCardFeatureType,
Long customTargetingKeyId,
Long customTargetingValueId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCustomTargetingKeyId()
Gets the customTargetingKeyId value for this CustomTargetingRateCardFeature.
|
Long |
getCustomTargetingValueId()
Gets the customTargetingValueId value for this CustomTargetingRateCardFeature.
|
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 CustomTargetingRateCardFeature.
|
void |
setCustomTargetingValueId(Long customTargetingValueId)
Sets the customTargetingValueId value for this CustomTargetingRateCardFeature.
|
getRateCardFeatureType, setRateCardFeatureTypepublic 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
shoule 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
shoule be matched.
This attribute cannot be changed after creation.public boolean equals(Object obj)
equals in class RateCardFeaturepublic int hashCode()
hashCode in class RateCardFeaturepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.