public class ContentMetadataKeyHierarchyLevel extends Object
ContentMetadataKeyHierarchyLevel represents one level in a ContentMetadataKeyHierarchy. The level consists of a CustomTargetingKey and an integer
that represents the level's position in the hierarchy.
Java class for ContentMetadataKeyHierarchyLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentMetadataKeyHierarchyLevel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customTargetingKeyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="hierarchyLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customTargetingKeyId |
protected Integer |
hierarchyLevel |
| Constructor and Description |
|---|
ContentMetadataKeyHierarchyLevel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomTargetingKeyId()
Gets the value of the customTargetingKeyId property.
|
Integer |
getHierarchyLevel()
Gets the value of the hierarchyLevel property.
|
void |
setCustomTargetingKeyId(Long value)
Sets the value of the customTargetingKeyId property.
|
void |
setHierarchyLevel(Integer value)
Sets the value of the hierarchyLevel property.
|
protected Long customTargetingKeyId
protected Integer hierarchyLevel
public Long getCustomTargetingKeyId()
Longpublic void setCustomTargetingKeyId(Long value)
value - allowed object is
Longpublic Integer getHierarchyLevel()
IntegerCopyright © 2018. All Rights Reserved.