Class ErrorInfo

    • Field Detail

      • metaDataMap

        public static final Map<ErrorInfo._Fields,​org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • ErrorInfo

        public ErrorInfo()
      • ErrorInfo

        public ErrorInfo​(String error,
                         int error_time_secs)
      • ErrorInfo

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

      • 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)
      • 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 interface org.apache.storm.thrift.TBase<ErrorInfo,​ErrorInfo._Fields>
      • equals

        public boolean equals​(ErrorInfo that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.storm.thrift.protocol.TProtocol iprot)
                  throws org.apache.storm.thrift.TException
        Specified by:
        read in interface org.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 interface org.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