|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.userstore.PublicUserInfo
public class PublicUserInfo
This structure is used to provide publicly-available user information about a particular account.
Constructor Summary | |
---|---|
PublicUserInfo()
|
|
PublicUserInfo(int userId,
java.lang.String shardId)
|
|
PublicUserInfo(PublicUserInfo other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(PublicUserInfo other)
|
PublicUserInfo |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(java.lang.Object that)
|
boolean |
equals(PublicUserInfo that)
|
java.lang.String |
getNoteStoreUrl()
|
PrivilegeLevel |
getPrivilege()
|
java.lang.String |
getShardId()
|
int |
getUserId()
|
java.lang.String |
getUsername()
|
java.lang.String |
getWebApiUrlPrefix()
|
int |
hashCode()
|
boolean |
isSetNoteStoreUrl()
Returns true if field noteStoreUrl is set (has been asigned a value) and false otherwise |
boolean |
isSetPrivilege()
Returns true if field privilege is set (has been asigned a value) and false otherwise |
boolean |
isSetShardId()
Returns true if field shardId is set (has been asigned a value) and false otherwise |
boolean |
isSetUserId()
Returns true if field userId 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 |
boolean |
isSetWebApiUrlPrefix()
Returns true if field webApiUrlPrefix is set (has been asigned a value) and false otherwise |
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setNoteStoreUrl(java.lang.String noteStoreUrl)
|
void |
setNoteStoreUrlIsSet(boolean value)
|
void |
setPrivilege(PrivilegeLevel privilege)
|
void |
setPrivilegeIsSet(boolean value)
|
void |
setShardId(java.lang.String shardId)
|
void |
setShardIdIsSet(boolean value)
|
void |
setUserId(int userId)
|
void |
setUserIdIsSet(boolean value)
|
void |
setUsername(java.lang.String username)
|
void |
setUsernameIsSet(boolean value)
|
void |
setWebApiUrlPrefix(java.lang.String webApiUrlPrefix)
|
void |
setWebApiUrlPrefixIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetNoteStoreUrl()
|
void |
unsetPrivilege()
|
void |
unsetShardId()
|
void |
unsetUserId()
|
void |
unsetUsername()
|
void |
unsetWebApiUrlPrefix()
|
void |
validate()
|
void |
write(com.evernote.thrift.protocol.TProtocol oprot)
Writes the object to the given protocol. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PublicUserInfo()
public PublicUserInfo(int userId, java.lang.String shardId)
public PublicUserInfo(PublicUserInfo other)
Method Detail |
---|
public PublicUserInfo deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<PublicUserInfo>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<PublicUserInfo>
public int getUserId()
public void setUserId(int userId)
public void unsetUserId()
public boolean isSetUserId()
public void setUserIdIsSet(boolean value)
public java.lang.String getShardId()
public void setShardId(java.lang.String shardId)
public void unsetShardId()
public boolean isSetShardId()
public void setShardIdIsSet(boolean value)
public PrivilegeLevel getPrivilege()
PrivilegeLevel
public void setPrivilege(PrivilegeLevel privilege)
PrivilegeLevel
public void unsetPrivilege()
public boolean isSetPrivilege()
public void setPrivilegeIsSet(boolean value)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
public void unsetUsername()
public boolean isSetUsername()
public void setUsernameIsSet(boolean value)
public java.lang.String getNoteStoreUrl()
public void setNoteStoreUrl(java.lang.String noteStoreUrl)
public void unsetNoteStoreUrl()
public boolean isSetNoteStoreUrl()
public void setNoteStoreUrlIsSet(boolean value)
public java.lang.String getWebApiUrlPrefix()
public void setWebApiUrlPrefix(java.lang.String webApiUrlPrefix)
public void unsetWebApiUrlPrefix()
public boolean isSetWebApiUrlPrefix()
public void setWebApiUrlPrefixIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(PublicUserInfo that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(PublicUserInfo other)
compareTo
in interface java.lang.Comparable<PublicUserInfo>
public void read(com.evernote.thrift.protocol.TProtocol iprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
read
in interface com.evernote.thrift.TBase<PublicUserInfo>
iprot
- Input protocol
com.evernote.thrift.TException
public void write(com.evernote.thrift.protocol.TProtocol oprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
write
in interface com.evernote.thrift.TBase<PublicUserInfo>
oprot
- Output protocol
com.evernote.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws com.evernote.thrift.TException
com.evernote.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |