Class RegionConfig.Entry

  • java.lang.Object
    • org.apache.geode.cache.configuration.RegionConfig.Entry
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    RegionConfig

    public static class RegionConfig.Entry
    extends java.lang.Object
    implements java.io.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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Entry

        public Entry()
      • Entry

        public Entry​(java.lang.String key,
                     java.lang.String value)
    • Method Detail

      • getKey

        public ObjectType getKey()
        Gets the value of the key property. possible object is ObjectType
        Returns:
        the value of the key property
      • setKey

        public void setKey​(ObjectType value)
        Sets the value of the key property. allowed object is ObjectType
        Parameters:
        value - the value of the key property
      • getValue

        public ObjectType getValue()
        Gets the value of the value property. possible object is ObjectType
        Returns:
        the value of the value property
      • setValue

        public void setValue​(ObjectType value)
        Sets the value of the value property. allowed object is ObjectType
        Parameters:
        value - the value of the value property