public static class ApiGetEntityTemplateDataResult.Attributes.Entry
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
key |
protected java.lang.Object |
value |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getKey()
Gets the value of the key property.
|
java.lang.Object |
getValue()
Gets the value of the value property.
|
void |
setKey(java.lang.Integer value)
Sets the value of the key property.
|
void |
setValue(java.lang.Object value)
Sets the value of the value property.
|
public java.lang.Integer getKey()
Integerpublic void setKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getValue()
Objectpublic void setValue(java.lang.Object value)
value - allowed object is
Object