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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ErrorInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<ErrorInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(ErrorInfo other)
ErrorInfo
deepCopy()
boolean
equals(Object that)
boolean
equals(ErrorInfo that)
ErrorInfo._Fields
fieldForId(int fieldId)
String
get_error()
int
get_error_time_secs()
String
get_host()
int
get_port()
Object
getFieldValue(ErrorInfo._Fields field)
int
hashCode()
boolean
is_set_error()
Returns true if field error is set (has been assigned a value) and false otherwiseboolean
is_set_error_time_secs()
Returns true if field error_time_secs is set (has been assigned a value) and false otherwiseboolean
is_set_host()
Returns true if field host is set (has been assigned a value) and false otherwiseboolean
is_set_port()
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
set_error(String error)
void
set_error_isSet(boolean value)
void
set_error_time_secs(int error_time_secs)
void
set_error_time_secs_isSet(boolean value)
void
set_host(String host)
void
set_host_isSet(boolean value)
void
set_port(int port)
void
set_port_isSet(boolean value)
void
setFieldValue(ErrorInfo._Fields field, Object value)
String
toString()
void
unset_error()
void
unset_error_time_secs()
void
unset_host()
void
unset_port()
void
validate()
void
write(org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<ErrorInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Method Detail
-
deepCopy
public ErrorInfo 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
public String get_error()
-
set_error
public void set_error(String 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
public String get_host()
-
set_host
public void set_host(String 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
public void setFieldValue(ErrorInfo._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,ErrorInfo._Fields>
-
getFieldValue
public Object getFieldValue(ErrorInfo._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<ErrorInfo,ErrorInfo._Fields>
-
isSet
public boolean isSet(ErrorInfo._Fields field)
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
public boolean equals(ErrorInfo that)
-
compareTo
public int compareTo(ErrorInfo other)
- Specified by:
compareTo
in interfaceComparable<ErrorInfo>
-
fieldForId
public ErrorInfo._Fields fieldForId(int fieldId)
- 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
-
validate
public void validate() throws org.apache.storm.thrift.TException
- Throws:
org.apache.storm.thrift.TException
-
-