Class TPipeSubscribeResp

    • Constructor Detail

      • TPipeSubscribeResp

        public TPipeSubscribeResp()
      • TPipeSubscribeResp

        public TPipeSubscribeResp​(TSStatus status,
                                  byte version,
                                  short type)
      • TPipeSubscribeResp

        public TPipeSubscribeResp​(TPipeSubscribeResp other)
        Performs a deep copy on other.
    • Method Detail

      • getStatus

        public TSStatus getStatus()
      • unsetStatus

        public void unsetStatus()
      • isSetStatus

        public boolean isSetStatus()
        Returns true if field status is set (has been assigned a value) and false otherwise
      • setStatusIsSet

        public void setStatusIsSet​(boolean value)
      • getVersion

        public byte getVersion()
      • unsetVersion

        public void unsetVersion()
      • isSetVersion

        public boolean isSetVersion()
        Returns true if field version is set (has been assigned a value) and false otherwise
      • setVersionIsSet

        public void setVersionIsSet​(boolean value)
      • getType

        public short getType()
      • unsetType

        public void unsetType()
      • isSetType

        public boolean isSetType()
        Returns true if field type is set (has been assigned a value) and false otherwise
      • setTypeIsSet

        public void setTypeIsSet​(boolean value)
      • getBodySize

        public int getBodySize()
      • addToBody

        public void addToBody​(ByteBuffer elem)
      • unsetBody

        public void unsetBody()
      • isSetBody

        public boolean isSetBody()
        Returns true if field body is set (has been assigned a value) and false otherwise
      • setBodyIsSet

        public void setBodyIsSet​(boolean value)
      • hashCode

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

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

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

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