Class KeyValues


  • public final class KeyValues
    extends java.lang.Object
    Key values indicates the information to be update to the server
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValues()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Fetch the key of this object
      java.lang.String getValue()
      Fetch the value of this object
      void setKey​(java.lang.String key)
      Set the key of this object.
      void setValue​(java.lang.String value)
      Set the value of this object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyValues

        public KeyValues()
    • Method Detail

      • setKey

        public void setKey​(java.lang.String key)
        Set the key of this object.
        Parameters:
        key - of this object.
      • setValue

        public void setValue​(java.lang.String value)
        Set the value of this object.
        Parameters:
        value - of this object.
      • getKey

        public java.lang.String getKey()
        Fetch the key of this object
        Returns:
        the key of this object
      • getValue

        public java.lang.String getValue()
        Fetch the value of this object
        Returns:
        the value of this object