Class ListBlobsResult

java.lang.Object
org.apache.storm.generated.ListBlobsResult
All Implemented Interfaces:
Serializable, Cloneable, Comparable<ListBlobsResult>, org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>, org.apache.storm.thrift.TSerializable

@Generated("Autogenerated by Thrift Compiler (0.19.0)") public class ListBlobsResult extends Object implements org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>, Serializable, Cloneable, Comparable<ListBlobsResult>
See Also:
  • Field Details

  • Constructor Details

    • ListBlobsResult

      public ListBlobsResult()
    • ListBlobsResult

      public ListBlobsResult(List<String> keys, String session)
    • ListBlobsResult

      public ListBlobsResult(ListBlobsResult other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

      public ListBlobsResult deepCopy()
      Specified by:
      deepCopy in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
    • get_keys_size

      public int get_keys_size()
    • get_keys_iterator

      public Iterator<String> get_keys_iterator()
    • add_to_keys

      public void add_to_keys(String elem)
    • get_keys

      public List<String> get_keys()
    • set_keys

      public void set_keys(List<String> keys)
    • unset_keys

      public void unset_keys()
    • is_set_keys

      public boolean is_set_keys()
      Returns true if field keys is set (has been assigned a value) and false otherwise
    • set_keys_isSet

      public void set_keys_isSet(boolean value)
    • get_session

      public String get_session()
    • set_session

      public void set_session(String session)
    • unset_session

      public void unset_session()
    • is_set_session

      public boolean is_set_session()
      Returns true if field session is set (has been assigned a value) and false otherwise
    • set_session_isSet

      public void set_session_isSet(boolean value)
    • setFieldValue

      public void setFieldValue(ListBlobsResult._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
    • getFieldValue

      public Object getFieldValue(ListBlobsResult._Fields field)
      Specified by:
      getFieldValue in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
    • isSet

      public boolean isSet(ListBlobsResult._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(ListBlobsResult that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(ListBlobsResult other)
      Specified by:
      compareTo in interface Comparable<ListBlobsResult>
    • fieldForId

      public ListBlobsResult._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
    • read

      public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
      Specified by:
      read in interface org.apache.storm.thrift.TSerializable
      Throws:
      org.apache.storm.thrift.TException
    • write

      public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
      Specified by:
      write in interface org.apache.storm.thrift.TSerializable
      Throws:
      org.apache.storm.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.storm.thrift.TException
      Throws:
      org.apache.storm.thrift.TException