Package org.apache.storm.generated
Class ErrorInfo
java.lang.Object
org.apache.storm.generated.ErrorInfo
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<ErrorInfo>
,org.apache.storm.thrift.TBase<ErrorInfo,
,ErrorInfo._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ErrorInfo
extends Object
implements org.apache.storm.thrift.TBase<ErrorInfo,ErrorInfo._Fields>, Serializable, Cloneable, Comparable<ErrorInfo>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<ErrorInfo._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
deepCopy()
boolean
boolean
fieldForId
(int fieldId) int
get_host()
int
get_port()
getFieldValue
(ErrorInfo._Fields field) int
hashCode()
boolean
Returns true if field error is set (has been assigned a value) and false otherwiseboolean
Returns true if field error_time_secs is set (has been assigned a value) and false otherwiseboolean
Returns true if field host is set (has been assigned a value) and false otherwiseboolean
Returns true if field port is set (has been assigned a value) and false otherwiseboolean
isSet
(ErrorInfo._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
void
set_error_isSet
(boolean value) void
set_error_time_secs
(int error_time_secs) void
set_error_time_secs_isSet
(boolean value) void
void
set_host_isSet
(boolean value) void
set_port
(int port) void
set_port_isSet
(boolean value) void
setFieldValue
(ErrorInfo._Fields field, Object value) toString()
void
void
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<ErrorInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ErrorInfo
public ErrorInfo() -
ErrorInfo
-
ErrorInfo
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,
ErrorInfo._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,
ErrorInfo._Fields>
-
get_error
-
set_error
-
unset_error
public void unset_error() -
is_set_error
public boolean is_set_error()Returns true if field error is set (has been assigned a value) and false otherwise -
set_error_isSet
public void set_error_isSet(boolean value) -
get_error_time_secs
public int get_error_time_secs() -
set_error_time_secs
public void set_error_time_secs(int error_time_secs) -
unset_error_time_secs
public void unset_error_time_secs() -
is_set_error_time_secs
public boolean is_set_error_time_secs()Returns true if field error_time_secs is set (has been assigned a value) and false otherwise -
set_error_time_secs_isSet
public void set_error_time_secs_isSet(boolean value) -
get_host
-
set_host
-
unset_host
public void unset_host() -
is_set_host
public boolean is_set_host()Returns true if field host is set (has been assigned a value) and false otherwise -
set_host_isSet
public void set_host_isSet(boolean value) -
get_port
public int get_port() -
set_port
public void set_port(int port) -
unset_port
public void unset_port() -
is_set_port
public boolean is_set_port()Returns true if field port is set (has been assigned a value) and false otherwise -
set_port_isSet
public void set_port_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,
ErrorInfo._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,
ErrorInfo._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,
ErrorInfo._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ErrorInfo>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,
ErrorInfo._Fields>
-
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
read
in interfaceorg.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 interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.storm.thrift.TException- Throws:
org.apache.storm.thrift.TException
-