java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.KeyValue
All Implemented Interfaces:
Serializable

public class KeyValue extends Comet3EntityData
Java class for the Comet3 KeyValue type.
See Also:
  • Constructor Details

    • KeyValue

      public KeyValue()
      Instantiates a new Key value.
    • KeyValue

      public KeyValue(String key, String value)
      Instantiates a new Key value.
      Parameters:
      key - the key
      value - the value
    • KeyValue

      public KeyValue(Object key, Object value)
      Instantiates a new Key value.
      Parameters:
      key - the key
      value - the value
  • Method Details