com.evernote.edam.userstore
Class UserStore.getUser_result

java.lang.Object
  extended by com.evernote.edam.userstore.UserStore.getUser_result
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
UserStore

public static class UserStore.getUser_result
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Nested Class Summary
static class UserStore.getUser_result._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static java.util.Map<UserStore.getUser_result._Fields,FieldMetaData> metaDataMap
           
 
Constructor Summary
UserStore.getUser_result()
           
UserStore.getUser_result(User success, EDAMUserException userException, EDAMSystemException systemException)
           
UserStore.getUser_result(UserStore.getUser_result other)
          Performs a deep copy on other.
 
Method Summary
 void clear()
           
 int compareTo(UserStore.getUser_result other)
           
 UserStore.getUser_result deepCopy()
           
 boolean equals(java.lang.Object that)
           
 boolean equals(UserStore.getUser_result that)
           
 UserStore.getUser_result._Fields fieldForId(int fieldId)
           
 java.lang.Object getFieldValue(UserStore.getUser_result._Fields field)
           
 User getSuccess()
           
 EDAMSystemException getSystemException()
           
 EDAMUserException getUserException()
           
 int hashCode()
           
 boolean isSet(UserStore.getUser_result._Fields field)
          Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise
 boolean isSetSuccess()
          Returns true if field success is set (has been asigned a value) and false otherwise
 boolean isSetSystemException()
          Returns true if field systemException is set (has been asigned a value) and false otherwise
 boolean isSetUserException()
          Returns true if field userException is set (has been asigned a value) and false otherwise
 void read(TProtocol iprot)
           
 void setFieldValue(UserStore.getUser_result._Fields field, java.lang.Object value)
           
 void setSuccess(User success)
           
 void setSuccessIsSet(boolean value)
           
 void setSystemException(EDAMSystemException systemException)
           
 void setSystemExceptionIsSet(boolean value)
           
 void setUserException(EDAMUserException userException)
           
 void setUserExceptionIsSet(boolean value)
           
 java.lang.String toString()
           
 void unsetSuccess()
           
 void unsetSystemException()
           
 void unsetUserException()
           
 void validate()
           
 void write(TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

metaDataMap

public static final java.util.Map<UserStore.getUser_result._Fields,FieldMetaData> metaDataMap
Constructor Detail

UserStore.getUser_result

public UserStore.getUser_result()

UserStore.getUser_result

public UserStore.getUser_result(User success,
                                EDAMUserException userException,
                                EDAMSystemException systemException)

UserStore.getUser_result

public UserStore.getUser_result(UserStore.getUser_result other)
Performs a deep copy on other.

Method Detail

deepCopy

public UserStore.getUser_result deepCopy()

clear

public void clear()

getSuccess

public User getSuccess()

setSuccess

public void setSuccess(User success)

unsetSuccess

public void unsetSuccess()

isSetSuccess

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


setSuccessIsSet

public void setSuccessIsSet(boolean value)

getUserException

public EDAMUserException getUserException()

setUserException

public void setUserException(EDAMUserException userException)

unsetUserException

public void unsetUserException()

isSetUserException

public boolean isSetUserException()
Returns true if field userException is set (has been asigned a value) and false otherwise


setUserExceptionIsSet

public void setUserExceptionIsSet(boolean value)

getSystemException

public EDAMSystemException getSystemException()

setSystemException

public void setSystemException(EDAMSystemException systemException)

unsetSystemException

public void unsetSystemException()

isSetSystemException

public boolean isSetSystemException()
Returns true if field systemException is set (has been asigned a value) and false otherwise


setSystemExceptionIsSet

public void setSystemExceptionIsSet(boolean value)

setFieldValue

public void setFieldValue(UserStore.getUser_result._Fields field,
                          java.lang.Object value)

getFieldValue

public java.lang.Object getFieldValue(UserStore.getUser_result._Fields field)

isSet

public boolean isSet(UserStore.getUser_result._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise


equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(UserStore.getUser_result that)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(UserStore.getUser_result other)

fieldForId

public UserStore.getUser_result._Fields fieldForId(int fieldId)

read

public void read(TProtocol iprot)
          throws TException
Throws:
TException

write

public void write(TProtocol oprot)
           throws TException
Throws:
TException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

validate

public void validate()
              throws TException
Throws:
TException