Class TShowPipeInfo
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TShowPipeInfo
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TShowPipeInfo>,org.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TShowPipeInfo extends Object implements org.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>, Serializable, Cloneable, Comparable<TShowPipeInfo>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTShowPipeInfo._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description longcreationTimeStringexceptionMessageStringidstatic Map<TShowPipeInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringpipeConnectorStringpipeExtractorStringpipeProcessorStringstate
-
Constructor Summary
Constructors Constructor Description TShowPipeInfo()TShowPipeInfo(String id, long creationTime, String state, String pipeExtractor, String pipeProcessor, String pipeConnector, String exceptionMessage)TShowPipeInfo(TShowPipeInfo other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TShowPipeInfo other)TShowPipeInfodeepCopy()booleanequals(Object that)booleanequals(TShowPipeInfo that)TShowPipeInfo._FieldsfieldForId(int fieldId)longgetCreationTime()StringgetExceptionMessage()ObjectgetFieldValue(TShowPipeInfo._Fields field)StringgetId()StringgetPipeConnector()StringgetPipeExtractor()StringgetPipeProcessor()StringgetState()inthashCode()booleanisSet(TShowPipeInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCreationTime()Returns true if field creationTime is set (has been assigned a value) and false otherwisebooleanisSetExceptionMessage()Returns true if field exceptionMessage is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetPipeConnector()Returns true if field pipeConnector is set (has been assigned a value) and false otherwisebooleanisSetPipeExtractor()Returns true if field pipeExtractor is set (has been assigned a value) and false otherwisebooleanisSetPipeProcessor()Returns true if field pipeProcessor is set (has been assigned a value) and false otherwisebooleanisSetState()Returns true if field state is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TShowPipeInfosetCreationTime(long creationTime)voidsetCreationTimeIsSet(boolean value)TShowPipeInfosetExceptionMessage(String exceptionMessage)voidsetExceptionMessageIsSet(boolean value)voidsetFieldValue(TShowPipeInfo._Fields field, Object value)TShowPipeInfosetId(String id)voidsetIdIsSet(boolean value)TShowPipeInfosetPipeConnector(String pipeConnector)voidsetPipeConnectorIsSet(boolean value)TShowPipeInfosetPipeExtractor(String pipeExtractor)voidsetPipeExtractorIsSet(boolean value)TShowPipeInfosetPipeProcessor(String pipeProcessor)voidsetPipeProcessorIsSet(boolean value)TShowPipeInfosetState(String state)voidsetStateIsSet(boolean value)StringtoString()voidunsetCreationTime()voidunsetExceptionMessage()voidunsetId()voidunsetPipeConnector()voidunsetPipeExtractor()voidunsetPipeProcessor()voidunsetState()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
id
public String id
-
creationTime
public long creationTime
-
state
public String state
-
pipeExtractor
public String pipeExtractor
-
pipeProcessor
public String pipeProcessor
-
pipeConnector
public String pipeConnector
-
exceptionMessage
public String exceptionMessage
-
metaDataMap
public static final Map<TShowPipeInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
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
-
deepCopy
public TShowPipeInfo deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>
-
getId
public String getId()
-
setId
public TShowPipeInfo setId(String id)
-
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()
-
setState
public TShowPipeInfo setState(String state)
-
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()
-
setPipeExtractor
public TShowPipeInfo setPipeExtractor(String pipeExtractor)
-
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()
-
setPipeProcessor
public TShowPipeInfo setPipeProcessor(String pipeProcessor)
-
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()
-
setPipeConnector
public TShowPipeInfo setPipeConnector(String pipeConnector)
-
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()
-
setExceptionMessage
public TShowPipeInfo setExceptionMessage(String exceptionMessage)
-
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)
-
setFieldValue
public void setFieldValue(TShowPipeInfo._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>
-
getFieldValue
public Object getFieldValue(TShowPipeInfo._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>
-
isSet
public boolean isSet(TShowPipeInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>
-
equals
public boolean equals(TShowPipeInfo that)
-
compareTo
public int compareTo(TShowPipeInfo other)
- Specified by:
compareToin interfaceComparable<TShowPipeInfo>
-
fieldForId
public TShowPipeInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TShowPipeInfo,TShowPipeInfo._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.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:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-