Class TShowPipeInfo

    • Field Detail

      • creationTime

        public long creationTime
      • pipeExtractor

        public String pipeExtractor
      • pipeProcessor

        public String pipeProcessor
      • pipeConnector

        public String pipeConnector
      • exceptionMessage

        public String exceptionMessage
    • Constructor Detail

      • TShowPipeInfo

        public TShowPipeInfo()
      • TShowPipeInfo

        public TShowPipeInfo​(String id,
                             long creationTime,
                             String state,
                             String pipeExtractor,
                             String pipeProcessor,
                             String pipeConnector,
                             String exceptionMessage)
      • TShowPipeInfo

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

      • getId

        public String getId()
      • unsetId

        public void unsetId()
      • isSetId

        public boolean isSetId()
        Returns true if field id is set (has been assigned a value) and false otherwise
      • setIdIsSet

        public void setIdIsSet​(boolean value)
      • getCreationTime

        public long getCreationTime()
      • setCreationTime

        public TShowPipeInfo setCreationTime​(long creationTime)
      • unsetCreationTime

        public void unsetCreationTime()
      • isSetCreationTime

        public boolean isSetCreationTime()
        Returns true if field creationTime is set (has been assigned a value) and false otherwise
      • setCreationTimeIsSet

        public void setCreationTimeIsSet​(boolean value)
      • getState

        public String getState()
      • unsetState

        public void unsetState()
      • isSetState

        public boolean isSetState()
        Returns true if field state is set (has been assigned a value) and false otherwise
      • setStateIsSet

        public void setStateIsSet​(boolean value)
      • getPipeExtractor

        public String getPipeExtractor()
      • unsetPipeExtractor

        public void unsetPipeExtractor()
      • isSetPipeExtractor

        public boolean isSetPipeExtractor()
        Returns true if field pipeExtractor is set (has been assigned a value) and false otherwise
      • setPipeExtractorIsSet

        public void setPipeExtractorIsSet​(boolean value)
      • getPipeProcessor

        public String getPipeProcessor()
      • unsetPipeProcessor

        public void unsetPipeProcessor()
      • isSetPipeProcessor

        public boolean isSetPipeProcessor()
        Returns true if field pipeProcessor is set (has been assigned a value) and false otherwise
      • setPipeProcessorIsSet

        public void setPipeProcessorIsSet​(boolean value)
      • getPipeConnector

        public String getPipeConnector()
      • unsetPipeConnector

        public void unsetPipeConnector()
      • isSetPipeConnector

        public boolean isSetPipeConnector()
        Returns true if field pipeConnector is set (has been assigned a value) and false otherwise
      • setPipeConnectorIsSet

        public void setPipeConnectorIsSet​(boolean value)
      • getExceptionMessage

        public String getExceptionMessage()
      • unsetExceptionMessage

        public void unsetExceptionMessage()
      • isSetExceptionMessage

        public boolean isSetExceptionMessage()
        Returns true if field exceptionMessage is set (has been assigned a value) and false otherwise
      • setExceptionMessageIsSet

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