Class TSFetchMetadataReq

    • Field Detail

      • sessionId

        public long sessionId
      • columnPath

        public String columnPath
    • Constructor Detail

      • TSFetchMetadataReq

        public TSFetchMetadataReq()
      • TSFetchMetadataReq

        public TSFetchMetadataReq​(long sessionId,
                                  String type)
      • TSFetchMetadataReq

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

      • getSessionId

        public long getSessionId()
      • unsetSessionId

        public void unsetSessionId()
      • isSetSessionId

        public boolean isSetSessionId()
        Returns true if field sessionId is set (has been assigned a value) and false otherwise
      • setSessionIdIsSet

        public void setSessionIdIsSet​(boolean value)
      • getType

        public String 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)
      • getColumnPath

        public String getColumnPath()
      • unsetColumnPath

        public void unsetColumnPath()
      • isSetColumnPath

        public boolean isSetColumnPath()
        Returns true if field columnPath is set (has been assigned a value) and false otherwise
      • setColumnPathIsSet

        public void setColumnPathIsSet​(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