Class TupleEntry

  • All Implemented Interfaces:
    java.io.Serializable

    public class TupleEntry
    extends java.lang.Object
    implements java.io.Serializable
    POJO class representing tuple response from Search.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TupleEntry​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • TupleEntry

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

      • getLabel

        public java.lang.String getLabel()
      • getValue

        public java.lang.String getValue()