|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(Object that)
|
int |
getBusinessId()
|
String |
getBusinessName()
|
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(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setBusinessId(int businessId)
|
void |
setBusinessIdIsSet(boolean value)
|
void |
setBusinessName(String businessName)
|
void |
setBusinessNameIsSet(boolean value)
|
void |
setEmail(String email)
|
void |
setEmailIsSet(boolean value)
|
void |
setRole(BusinessUserRole role)
|
void |
setRoleIsSet(boolean value)
|
String |
toString()
|
void |
unsetBusinessId()
|
void |
unsetBusinessName()
|
void |
unsetEmail()
|
void |
unsetRole()
|
void |
validate()
|
void |
write(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()
TBase
deepCopy in interface TBase<BusinessUserInfo>public void clear()
TBase
clear in interface TBase<BusinessUserInfo>public int getBusinessId()
public void setBusinessId(int businessId)
public void unsetBusinessId()
public boolean isSetBusinessId()
public void setBusinessIdIsSet(boolean value)
public String getBusinessName()
public void setBusinessName(String businessName)
public void unsetBusinessName()
public boolean isSetBusinessName()
public void setBusinessNameIsSet(boolean value)
public BusinessUserRole getRole()
BusinessUserRolepublic void setRole(BusinessUserRole role)
BusinessUserRolepublic void unsetRole()
public boolean isSetRole()
public void setRoleIsSet(boolean value)
public String getEmail()
public void setEmail(String email)
public void unsetEmail()
public boolean isSetEmail()
public void setEmailIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(BusinessUserInfo that)
public int hashCode()
hashCode in class Objectpublic int compareTo(BusinessUserInfo other)
compareTo in interface Comparable<BusinessUserInfo>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<BusinessUserInfo>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<BusinessUserInfo>oprot - Output protocol
TExceptionpublic String toString()
toString in class Object
public void validate()
throws TException
TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||