public class ContentMetadataKeyHierarchyTargeting extends Object implements Serializable
custom targeting
values from different custom targeting keys ANDed together.| Constructor and Description |
|---|
ContentMetadataKeyHierarchyTargeting() |
ContentMetadataKeyHierarchyTargeting(long[] customTargetingValueIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getCustomTargetingValueIds()
Gets the customTargetingValueIds value for this ContentMetadataKeyHierarchyTargeting.
|
long |
getCustomTargetingValueIds(int i) |
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 |
setCustomTargetingValueIds(int i,
long _value) |
void |
setCustomTargetingValueIds(long[] customTargetingValueIds)
Sets the customTargetingValueIds value for this ContentMetadataKeyHierarchyTargeting.
|
String |
toString() |
public ContentMetadataKeyHierarchyTargeting()
public ContentMetadataKeyHierarchyTargeting(long[] customTargetingValueIds)
public long[] getCustomTargetingValueIds()
CustomTargetingValue
objects that are ANDed together.
Targeting values do not need to be in the order of the hierarchy levels. For example, if the hierarchy is "show > season > genre" the values could be "season=3, show=30rock, genre=comedy."
public void setCustomTargetingValueIds(long[] customTargetingValueIds)
customTargetingValueIds - * The list of IDs of the targeted CustomTargetingValue
objects that are ANDed together.
Targeting values do not need to be in the order of the hierarchy levels. For example, if the hierarchy is "show > season > genre" the values could be "season=3, show=30rock, genre=comedy."
public long getCustomTargetingValueIds(int i)
public void setCustomTargetingValueIds(int i,
long _value)
public 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.