com.evernote.edam.userstore
Class UserStore.getPublicUserInfo_args

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

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

See Also:
Serialized Form

Nested Class Summary
static class UserStore.getPublicUserInfo_args._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static java.util.Map<UserStore.getPublicUserInfo_args._Fields,FieldMetaData> metaDataMap
           
 
Constructor Summary
UserStore.getPublicUserInfo_args()
           
UserStore.getPublicUserInfo_args(java.lang.String username)
           
UserStore.getPublicUserInfo_args(UserStore.getPublicUserInfo_args other)
          Performs a deep copy on other.
 
Method Summary
 void clear()
           
 int compareTo(UserStore.getPublicUserInfo_args other)
           
 UserStore.getPublicUserInfo_args deepCopy()
           
 boolean equals(java.lang.Object that)
           
 boolean equals(UserStore.getPublicUserInfo_args that)
           
 UserStore.getPublicUserInfo_args._Fields fieldForId(int fieldId)
           
 java.lang.Object getFieldValue(UserStore.getPublicUserInfo_args._Fields field)
           
 java.lang.String getUsername()
           
 int hashCode()
           
 boolean isSet(UserStore.getPublicUserInfo_args._Fields field)
          Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise
 boolean isSetUsername()
          Returns true if field username is set (has been asigned a value) and false otherwise
 void read(TProtocol iprot)
           
 void setFieldValue(UserStore.getPublicUserInfo_args._Fields field, java.lang.Object value)
           
 void setUsername(java.lang.String username)
           
 void setUsernameIsSet(boolean value)
           
 java.lang.String toString()
           
 void unsetUsername()
           
 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.getPublicUserInfo_args._Fields,FieldMetaData> metaDataMap
Constructor Detail

UserStore.getPublicUserInfo_args

public UserStore.getPublicUserInfo_args()

UserStore.getPublicUserInfo_args

public UserStore.getPublicUserInfo_args(java.lang.String username)

UserStore.getPublicUserInfo_args

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

Method Detail

deepCopy

public UserStore.getPublicUserInfo_args deepCopy()

clear

public void clear()

getUsername

public java.lang.String getUsername()

setUsername

public void setUsername(java.lang.String username)

unsetUsername

public void unsetUsername()

isSetUsername

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


setUsernameIsSet

public void setUsernameIsSet(boolean value)

setFieldValue

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

getFieldValue

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

isSet

public boolean isSet(UserStore.getPublicUserInfo_args._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.getPublicUserInfo_args that)

hashCode

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

compareTo

public int compareTo(UserStore.getPublicUserInfo_args other)

fieldForId

public UserStore.getPublicUserInfo_args._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