public static class RegionConfig.Entry extends Object implements Serializable
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"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="string" type="{http://geode.apache.org/schema/cache}string-type"/> <element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="value"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="string" type="{http://geode.apache.org/schema/cache}string-type"/> <element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/> </choice> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ObjectType |
key |
protected ObjectType |
value |
Constructor and Description |
---|
Entry() |
Entry(ObjectType key,
ObjectType value) |
Entry(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
getKey()
Gets the value of the key property.
|
ObjectType |
getValue()
Gets the value of the value property.
|
void |
setKey(ObjectType value)
Sets the value of the key property.
|
void |
setValue(ObjectType value)
Sets the value of the value property.
|
protected ObjectType key
protected ObjectType value
public Entry()
public Entry(ObjectType key, ObjectType value)
public ObjectType getKey()
ObjectType
public void setKey(ObjectType value)
ObjectType
public ObjectType getValue()
ObjectType
public void setValue(ObjectType value)
ObjectType