org.apache.blur.thrift.generated
Class Blur.configuration_result

java.lang.Object
  extended by org.apache.blur.thrift.generated.Blur.configuration_result
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Blur.configuration_result>, TBase<Blur.configuration_result,Blur.configuration_result._Fields>
Enclosing class:
Blur

public static class Blur.configuration_result
extends Object
implements TBase<Blur.configuration_result,Blur.configuration_result._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class Blur.configuration_result._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
 BlurException ex
           
static Map<Blur.configuration_result._Fields,FieldMetaData> metaDataMap
           
 Map<String,String> success
           
 
Constructor Summary
Blur.configuration_result()
           
Blur.configuration_result(Blur.configuration_result other)
          Performs a deep copy on other.
Blur.configuration_result(Map<String,String> success, BlurException ex)
           
 
Method Summary
 void clear()
          Return to the state of having just been initialized, as though you had just called the default constructor.
 int compareTo(Blur.configuration_result other)
           
 Blur.configuration_result deepCopy()
           
 boolean equals(Blur.configuration_result that)
           
 boolean equals(Object that)
           
 Blur.configuration_result._Fields fieldForId(int fieldId)
          Get the F instance that corresponds to fieldId.
 BlurException getEx()
           
 Object getFieldValue(Blur.configuration_result._Fields field)
          Get a field's value by field variable.
 Map<String,String> getSuccess()
           
 int getSuccessSize()
           
 int hashCode()
           
 boolean isSet(Blur.configuration_result._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetEx()
          Returns true if field ex is set (has been assigned a value) and false otherwise
 boolean isSetSuccess()
          Returns true if field success is set (has been assigned a value) and false otherwise
 void putToSuccess(String key, String val)
           
 void read(TProtocol iprot)
          Reads the TObject from the given input protocol.
 Blur.configuration_result setEx(BlurException ex)
           
 void setExIsSet(boolean value)
           
 void setFieldValue(Blur.configuration_result._Fields field, Object value)
          Set a field's value by field variable.
 Blur.configuration_result setSuccess(Map<String,String> success)
           
 void setSuccessIsSet(boolean value)
           
 String toString()
           
 void unsetEx()
           
 void unsetSuccess()
           
 void validate()
           
 void write(TProtocol oprot)
          Writes the objects out to the protocol
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

success

public Map<String,String> success

ex

public BlurException ex

metaDataMap

public static final Map<Blur.configuration_result._Fields,FieldMetaData> metaDataMap
Constructor Detail

Blur.configuration_result

public Blur.configuration_result()

Blur.configuration_result

public Blur.configuration_result(Map<String,String> success,
                                 BlurException ex)

Blur.configuration_result

public Blur.configuration_result(Blur.configuration_result other)
Performs a deep copy on other.

Method Detail

deepCopy

public Blur.configuration_result deepCopy()
Specified by:
deepCopy in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>

clear

public void clear()
Description copied from interface: TBase
Return to the state of having just been initialized, as though you had just called the default constructor.

Specified by:
clear in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>

getSuccessSize

public int getSuccessSize()

putToSuccess

public void putToSuccess(String key,
                         String val)

getSuccess

public Map<String,String> getSuccess()

setSuccess

public Blur.configuration_result setSuccess(Map<String,String> success)

unsetSuccess

public void unsetSuccess()

isSetSuccess

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


setSuccessIsSet

public void setSuccessIsSet(boolean value)

getEx

public BlurException getEx()

setEx

public Blur.configuration_result setEx(BlurException ex)

unsetEx

public void unsetEx()

isSetEx

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


setExIsSet

public void setExIsSet(boolean value)

setFieldValue

public void setFieldValue(Blur.configuration_result._Fields field,
                          Object value)
Description copied from interface: TBase
Set a field's value by field variable. Primitive types must be "boxed" in the appropriate object wrapper type.

Specified by:
setFieldValue in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>

getFieldValue

public Object getFieldValue(Blur.configuration_result._Fields field)
Description copied from interface: TBase
Get a field's value by field variable. Primitive types will be wrapped in the appropriate "boxed" types.

Specified by:
getFieldValue in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>

isSet

public boolean isSet(Blur.configuration_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>

equals

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

equals

public boolean equals(Blur.configuration_result that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Blur.configuration_result other)
Specified by:
compareTo in interface Comparable<Blur.configuration_result>

fieldForId

public Blur.configuration_result._Fields fieldForId(int fieldId)
Description copied from interface: TBase
Get the F instance that corresponds to fieldId.

Specified by:
fieldForId in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>

read

public void read(TProtocol iprot)
          throws TException
Description copied from interface: TBase
Reads the TObject from the given input protocol.

Specified by:
read in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>
Parameters:
iprot - Input protocol
Throws:
TException

write

public void write(TProtocol oprot)
           throws TException
Description copied from interface: TBase
Writes the objects out to the protocol

Specified by:
write in interface TBase<Blur.configuration_result,Blur.configuration_result._Fields>
Parameters:
oprot - Output protocol
Throws:
TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws TException
Throws:
TException


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