|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.type.BusinessUserInfo
public class BusinessUserInfo
This structure is used to provide information about an Evernote Business membership, for members who are part of a business.
Constructor Summary | |
---|---|
BusinessUserInfo()
|
|
BusinessUserInfo(BusinessUserInfo 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(BusinessUserInfo other)
|
BusinessUserInfo |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(BusinessUserInfo that)
|
boolean |
equals(java.lang.Object that)
|
int |
getBusinessId()
|
java.lang.String |
getBusinessName()
|
java.lang.String |
getEmail()
|
BusinessUserRole |
getRole()
|
int |
hashCode()
|
boolean |
isSetBusinessId()
Returns true if field businessId is set (has been asigned a value) and false otherwise |
boolean |
isSetBusinessName()
Returns true if field businessName is set (has been asigned a value) and false otherwise |
boolean |
isSetEmail()
Returns true if field email is set (has been asigned a value) and false otherwise |
boolean |
isSetRole()
Returns true if field role 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 |
setBusinessId(int businessId)
|
void |
setBusinessIdIsSet(boolean value)
|
void |
setBusinessName(java.lang.String businessName)
|
void |
setBusinessNameIsSet(boolean value)
|
void |
setEmail(java.lang.String email)
|
void |
setEmailIsSet(boolean value)
|
void |
setRole(BusinessUserRole role)
|
void |
setRoleIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetBusinessId()
|
void |
unsetBusinessName()
|
void |
unsetEmail()
|
void |
unsetRole()
|
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 BusinessUserInfo()
public BusinessUserInfo(BusinessUserInfo other)
Method Detail |
---|
public BusinessUserInfo deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<BusinessUserInfo>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<BusinessUserInfo>
public int getBusinessId()
public void setBusinessId(int businessId)
public void unsetBusinessId()
public boolean isSetBusinessId()
public void setBusinessIdIsSet(boolean value)
public java.lang.String getBusinessName()
public void setBusinessName(java.lang.String businessName)
public void unsetBusinessName()
public boolean isSetBusinessName()
public void setBusinessNameIsSet(boolean value)
public BusinessUserRole getRole()
BusinessUserRole
public void setRole(BusinessUserRole role)
BusinessUserRole
public void unsetRole()
public boolean isSetRole()
public void setRoleIsSet(boolean value)
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public void unsetEmail()
public boolean isSetEmail()
public void setEmailIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(BusinessUserInfo that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BusinessUserInfo other)
compareTo
in interface java.lang.Comparable<BusinessUserInfo>
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<BusinessUserInfo>
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<BusinessUserInfo>
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 |