backtype.storm.generated
Class DRPCRequest

java.lang.Object
  extended by backtype.storm.generated.DRPCRequest
All Implemented Interfaces:
Serializable, Cloneable, Comparable<DRPCRequest>, org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

public class DRPCRequest
extends Object
implements org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class DRPCRequest._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static Map<DRPCRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 
Constructor Summary
DRPCRequest()
           
DRPCRequest(DRPCRequest other)
          Performs a deep copy on other.
DRPCRequest(String func_args, String request_id)
           
 
Method Summary
 void clear()
           
 int compareTo(DRPCRequest other)
           
 DRPCRequest deepCopy()
           
 boolean equals(DRPCRequest that)
           
 boolean equals(Object that)
           
 DRPCRequest._Fields fieldForId(int fieldId)
           
 String get_func_args()
           
 String get_request_id()
           
 Object getFieldValue(DRPCRequest._Fields field)
           
 int hashCode()
           
 boolean is_set_func_args()
          Returns true if field func_args is set (has been assigned a value) and false otherwise
 boolean is_set_request_id()
          Returns true if field request_id is set (has been assigned a value) and false otherwise
 boolean isSet(DRPCRequest._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void set_func_args_isSet(boolean value)
           
 void set_func_args(String func_args)
           
 void set_request_id_isSet(boolean value)
           
 void set_request_id(String request_id)
           
 void setFieldValue(DRPCRequest._Fields field, Object value)
           
 String toString()
           
 void unset_func_args()
           
 void unset_request_id()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

metaDataMap

public static final Map<DRPCRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

DRPCRequest

public DRPCRequest()

DRPCRequest

public DRPCRequest(String func_args,
                   String request_id)

DRPCRequest

public DRPCRequest(DRPCRequest other)
Performs a deep copy on other.

Method Detail

deepCopy

public DRPCRequest deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

get_func_args

public String get_func_args()

set_func_args

public void set_func_args(String func_args)

unset_func_args

public void unset_func_args()

is_set_func_args

public boolean is_set_func_args()
Returns true if field func_args is set (has been assigned a value) and false otherwise


set_func_args_isSet

public void set_func_args_isSet(boolean value)

get_request_id

public String get_request_id()

set_request_id

public void set_request_id(String request_id)

unset_request_id

public void unset_request_id()

is_set_request_id

public boolean is_set_request_id()
Returns true if field request_id is set (has been assigned a value) and false otherwise


set_request_id_isSet

public void set_request_id_isSet(boolean value)

setFieldValue

public void setFieldValue(DRPCRequest._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

getFieldValue

public Object getFieldValue(DRPCRequest._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

isSet

public boolean isSet(DRPCRequest._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.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(DRPCRequest that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(DRPCRequest other)
Specified by:
compareTo in interface Comparable<DRPCRequest>

fieldForId

public DRPCRequest._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<DRPCRequest,DRPCRequest._Fields>
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.TBase<DRPCRequest,DRPCRequest._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.