|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.type.UserAttributes
public class UserAttributes
A structure holding the optional attributes that can be stored on a User. These are generally less critical than the core User fields.
Nested Class Summary | |
---|---|
static class |
UserAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<UserAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
UserAttributes()
|
|
UserAttributes(UserAttributes other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToRecentMailedAddresses(java.lang.String elem)
|
void |
addToViewedPromotions(java.lang.String elem)
|
UserAttributes |
clone()
Deprecated. |
int |
compareTo(UserAttributes other)
|
UserAttributes |
deepCopy()
|
boolean |
equals(java.lang.Object that)
|
boolean |
equals(UserAttributes that)
|
java.lang.String |
getComments()
|
long |
getCustomerProfileId()
|
int |
getDailyEmailLimit()
|
long |
getDateAgreedToTermsOfService()
|
double |
getDefaultLatitude()
|
java.lang.String |
getDefaultLocationName()
|
double |
getDefaultLongitude()
|
long |
getEmailOptOutDate()
|
java.lang.Object |
getFieldValue(int fieldId)
|
java.lang.Object |
getFieldValue(UserAttributes._Fields field)
|
java.lang.String |
getGroupName()
|
java.lang.String |
getIncomingEmailAddress()
|
int |
getMaxReferrals()
|
long |
getPartnerEmailOptInDate()
|
java.lang.String |
getPreferredCountry()
|
java.lang.String |
getPreferredLanguage()
|
java.util.List<java.lang.String> |
getRecentMailedAddresses()
|
java.util.Iterator<java.lang.String> |
getRecentMailedAddressesIterator()
|
int |
getRecentMailedAddressesSize()
|
java.lang.String |
getRecognitionLanguage()
|
java.lang.String |
getRefererCode()
|
int |
getReferralCount()
|
java.lang.String |
getReferralProof()
|
int |
getSentEmailCount()
|
long |
getSentEmailDate()
|
java.lang.String |
getTwitterId()
|
java.lang.String |
getTwitterUserName()
|
java.util.List<java.lang.String> |
getViewedPromotions()
|
java.util.Iterator<java.lang.String> |
getViewedPromotionsIterator()
|
int |
getViewedPromotionsSize()
|
int |
hashCode()
|
boolean |
isClipFullPage()
|
boolean |
isPreactivation()
|
boolean |
isSet(int fieldID)
|
boolean |
isSet(UserAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetClipFullPage()
Returns true if field clipFullPage is set (has been asigned a value) and false otherwise |
boolean |
isSetComments()
Returns true if field comments is set (has been asigned a value) and false otherwise |
boolean |
isSetCustomerProfileId()
Returns true if field customerProfileId is set (has been asigned a value) and false otherwise |
boolean |
isSetDailyEmailLimit()
Returns true if field dailyEmailLimit is set (has been asigned a value) and false otherwise |
boolean |
isSetDateAgreedToTermsOfService()
Returns true if field dateAgreedToTermsOfService is set (has been asigned a value) and false otherwise |
boolean |
isSetDefaultLatitude()
Returns true if field defaultLatitude is set (has been asigned a value) and false otherwise |
boolean |
isSetDefaultLocationName()
Returns true if field defaultLocationName is set (has been asigned a value) and false otherwise |
boolean |
isSetDefaultLongitude()
Returns true if field defaultLongitude is set (has been asigned a value) and false otherwise |
boolean |
isSetEmailOptOutDate()
Returns true if field emailOptOutDate is set (has been asigned a value) and false otherwise |
boolean |
isSetGroupName()
Returns true if field groupName is set (has been asigned a value) and false otherwise |
boolean |
isSetIncomingEmailAddress()
Returns true if field incomingEmailAddress is set (has been asigned a value) and false otherwise |
boolean |
isSetMaxReferrals()
Returns true if field maxReferrals is set (has been asigned a value) and false otherwise |
boolean |
isSetPartnerEmailOptInDate()
Returns true if field partnerEmailOptInDate is set (has been asigned a value) and false otherwise |
boolean |
isSetPreactivation()
Returns true if field preactivation is set (has been asigned a value) and false otherwise |
boolean |
isSetPreferredCountry()
Returns true if field preferredCountry is set (has been asigned a value) and false otherwise |
boolean |
isSetPreferredLanguage()
Returns true if field preferredLanguage is set (has been asigned a value) and false otherwise |
boolean |
isSetRecentMailedAddresses()
Returns true if field recentMailedAddresses is set (has been asigned a value) and false otherwise |
boolean |
isSetRecognitionLanguage()
Returns true if field recognitionLanguage is set (has been asigned a value) and false otherwise |
boolean |
isSetRefererCode()
Returns true if field refererCode is set (has been asigned a value) and false otherwise |
boolean |
isSetReferralCount()
Returns true if field referralCount is set (has been asigned a value) and false otherwise |
boolean |
isSetReferralProof()
Returns true if field referralProof is set (has been asigned a value) and false otherwise |
boolean |
isSetSentEmailCount()
Returns true if field sentEmailCount is set (has been asigned a value) and false otherwise |
boolean |
isSetSentEmailDate()
Returns true if field sentEmailDate is set (has been asigned a value) and false otherwise |
boolean |
isSetTwitterId()
Returns true if field twitterId is set (has been asigned a value) and false otherwise |
boolean |
isSetTwitterUserName()
Returns true if field twitterUserName is set (has been asigned a value) and false otherwise |
boolean |
isSetViewedPromotions()
Returns true if field viewedPromotions is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setClipFullPage(boolean clipFullPage)
|
void |
setClipFullPageIsSet(boolean value)
|
void |
setComments(java.lang.String comments)
|
void |
setCommentsIsSet(boolean value)
|
void |
setCustomerProfileId(long customerProfileId)
|
void |
setCustomerProfileIdIsSet(boolean value)
|
void |
setDailyEmailLimit(int dailyEmailLimit)
|
void |
setDailyEmailLimitIsSet(boolean value)
|
void |
setDateAgreedToTermsOfService(long dateAgreedToTermsOfService)
|
void |
setDateAgreedToTermsOfServiceIsSet(boolean value)
|
void |
setDefaultLatitude(double defaultLatitude)
|
void |
setDefaultLatitudeIsSet(boolean value)
|
void |
setDefaultLocationName(java.lang.String defaultLocationName)
|
void |
setDefaultLocationNameIsSet(boolean value)
|
void |
setDefaultLongitude(double defaultLongitude)
|
void |
setDefaultLongitudeIsSet(boolean value)
|
void |
setEmailOptOutDate(long emailOptOutDate)
|
void |
setEmailOptOutDateIsSet(boolean value)
|
void |
setFieldValue(int fieldID,
java.lang.Object value)
|
void |
setFieldValue(UserAttributes._Fields field,
java.lang.Object value)
|
void |
setGroupName(java.lang.String groupName)
|
void |
setGroupNameIsSet(boolean value)
|
void |
setIncomingEmailAddress(java.lang.String incomingEmailAddress)
|
void |
setIncomingEmailAddressIsSet(boolean value)
|
void |
setMaxReferrals(int maxReferrals)
|
void |
setMaxReferralsIsSet(boolean value)
|
void |
setPartnerEmailOptInDate(long partnerEmailOptInDate)
|
void |
setPartnerEmailOptInDateIsSet(boolean value)
|
void |
setPreactivation(boolean preactivation)
|
void |
setPreactivationIsSet(boolean value)
|
void |
setPreferredCountry(java.lang.String preferredCountry)
|
void |
setPreferredCountryIsSet(boolean value)
|
void |
setPreferredLanguage(java.lang.String preferredLanguage)
|
void |
setPreferredLanguageIsSet(boolean value)
|
void |
setRecentMailedAddresses(java.util.List<java.lang.String> recentMailedAddresses)
|
void |
setRecentMailedAddressesIsSet(boolean value)
|
void |
setRecognitionLanguage(java.lang.String recognitionLanguage)
|
void |
setRecognitionLanguageIsSet(boolean value)
|
void |
setRefererCode(java.lang.String refererCode)
|
void |
setRefererCodeIsSet(boolean value)
|
void |
setReferralCount(int referralCount)
|
void |
setReferralCountIsSet(boolean value)
|
void |
setReferralProof(java.lang.String referralProof)
|
void |
setReferralProofIsSet(boolean value)
|
void |
setSentEmailCount(int sentEmailCount)
|
void |
setSentEmailCountIsSet(boolean value)
|
void |
setSentEmailDate(long sentEmailDate)
|
void |
setSentEmailDateIsSet(boolean value)
|
void |
setTwitterId(java.lang.String twitterId)
|
void |
setTwitterIdIsSet(boolean value)
|
void |
setTwitterUserName(java.lang.String twitterUserName)
|
void |
setTwitterUserNameIsSet(boolean value)
|
void |
setViewedPromotions(java.util.List<java.lang.String> viewedPromotions)
|
void |
setViewedPromotionsIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetClipFullPage()
|
void |
unsetComments()
|
void |
unsetCustomerProfileId()
|
void |
unsetDailyEmailLimit()
|
void |
unsetDateAgreedToTermsOfService()
|
void |
unsetDefaultLatitude()
|
void |
unsetDefaultLocationName()
|
void |
unsetDefaultLongitude()
|
void |
unsetEmailOptOutDate()
|
void |
unsetGroupName()
|
void |
unsetIncomingEmailAddress()
|
void |
unsetMaxReferrals()
|
void |
unsetPartnerEmailOptInDate()
|
void |
unsetPreactivation()
|
void |
unsetPreferredCountry()
|
void |
unsetPreferredLanguage()
|
void |
unsetRecentMailedAddresses()
|
void |
unsetRecognitionLanguage()
|
void |
unsetRefererCode()
|
void |
unsetReferralCount()
|
void |
unsetReferralProof()
|
void |
unsetSentEmailCount()
|
void |
unsetSentEmailDate()
|
void |
unsetTwitterId()
|
void |
unsetTwitterUserName()
|
void |
unsetViewedPromotions()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<UserAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public UserAttributes()
public UserAttributes(UserAttributes other)
Method Detail |
---|
public UserAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<UserAttributes._Fields>
@Deprecated public UserAttributes clone()
clone
in class java.lang.Object
public java.lang.String getDefaultLocationName()
public void setDefaultLocationName(java.lang.String defaultLocationName)
public void unsetDefaultLocationName()
public boolean isSetDefaultLocationName()
public void setDefaultLocationNameIsSet(boolean value)
public double getDefaultLatitude()
public void setDefaultLatitude(double defaultLatitude)
public void unsetDefaultLatitude()
public boolean isSetDefaultLatitude()
public void setDefaultLatitudeIsSet(boolean value)
public double getDefaultLongitude()
public void setDefaultLongitude(double defaultLongitude)
public void unsetDefaultLongitude()
public boolean isSetDefaultLongitude()
public void setDefaultLongitudeIsSet(boolean value)
public boolean isPreactivation()
public void setPreactivation(boolean preactivation)
public void unsetPreactivation()
public boolean isSetPreactivation()
public void setPreactivationIsSet(boolean value)
public int getViewedPromotionsSize()
public java.util.Iterator<java.lang.String> getViewedPromotionsIterator()
public void addToViewedPromotions(java.lang.String elem)
public java.util.List<java.lang.String> getViewedPromotions()
public void setViewedPromotions(java.util.List<java.lang.String> viewedPromotions)
public void unsetViewedPromotions()
public boolean isSetViewedPromotions()
public void setViewedPromotionsIsSet(boolean value)
public java.lang.String getIncomingEmailAddress()
public void setIncomingEmailAddress(java.lang.String incomingEmailAddress)
public void unsetIncomingEmailAddress()
public boolean isSetIncomingEmailAddress()
public void setIncomingEmailAddressIsSet(boolean value)
public int getRecentMailedAddressesSize()
public java.util.Iterator<java.lang.String> getRecentMailedAddressesIterator()
public void addToRecentMailedAddresses(java.lang.String elem)
public java.util.List<java.lang.String> getRecentMailedAddresses()
public void setRecentMailedAddresses(java.util.List<java.lang.String> recentMailedAddresses)
public void unsetRecentMailedAddresses()
public boolean isSetRecentMailedAddresses()
public void setRecentMailedAddressesIsSet(boolean value)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public void unsetComments()
public boolean isSetComments()
public void setCommentsIsSet(boolean value)
public long getDateAgreedToTermsOfService()
public void setDateAgreedToTermsOfService(long dateAgreedToTermsOfService)
public void unsetDateAgreedToTermsOfService()
public boolean isSetDateAgreedToTermsOfService()
public void setDateAgreedToTermsOfServiceIsSet(boolean value)
public int getMaxReferrals()
public void setMaxReferrals(int maxReferrals)
public void unsetMaxReferrals()
public boolean isSetMaxReferrals()
public void setMaxReferralsIsSet(boolean value)
public int getReferralCount()
public void setReferralCount(int referralCount)
public void unsetReferralCount()
public boolean isSetReferralCount()
public void setReferralCountIsSet(boolean value)
public java.lang.String getRefererCode()
public void setRefererCode(java.lang.String refererCode)
public void unsetRefererCode()
public boolean isSetRefererCode()
public void setRefererCodeIsSet(boolean value)
public long getSentEmailDate()
public void setSentEmailDate(long sentEmailDate)
public void unsetSentEmailDate()
public boolean isSetSentEmailDate()
public void setSentEmailDateIsSet(boolean value)
public int getSentEmailCount()
public void setSentEmailCount(int sentEmailCount)
public void unsetSentEmailCount()
public boolean isSetSentEmailCount()
public void setSentEmailCountIsSet(boolean value)
public int getDailyEmailLimit()
public void setDailyEmailLimit(int dailyEmailLimit)
public void unsetDailyEmailLimit()
public boolean isSetDailyEmailLimit()
public void setDailyEmailLimitIsSet(boolean value)
public long getEmailOptOutDate()
public void setEmailOptOutDate(long emailOptOutDate)
public void unsetEmailOptOutDate()
public boolean isSetEmailOptOutDate()
public void setEmailOptOutDateIsSet(boolean value)
public long getPartnerEmailOptInDate()
public void setPartnerEmailOptInDate(long partnerEmailOptInDate)
public void unsetPartnerEmailOptInDate()
public boolean isSetPartnerEmailOptInDate()
public void setPartnerEmailOptInDateIsSet(boolean value)
public java.lang.String getPreferredLanguage()
public void setPreferredLanguage(java.lang.String preferredLanguage)
public void unsetPreferredLanguage()
public boolean isSetPreferredLanguage()
public void setPreferredLanguageIsSet(boolean value)
public java.lang.String getPreferredCountry()
public void setPreferredCountry(java.lang.String preferredCountry)
public void unsetPreferredCountry()
public boolean isSetPreferredCountry()
public void setPreferredCountryIsSet(boolean value)
public boolean isClipFullPage()
public void setClipFullPage(boolean clipFullPage)
public void unsetClipFullPage()
public boolean isSetClipFullPage()
public void setClipFullPageIsSet(boolean value)
public java.lang.String getTwitterUserName()
public void setTwitterUserName(java.lang.String twitterUserName)
public void unsetTwitterUserName()
public boolean isSetTwitterUserName()
public void setTwitterUserNameIsSet(boolean value)
public java.lang.String getTwitterId()
public void setTwitterId(java.lang.String twitterId)
public void unsetTwitterId()
public boolean isSetTwitterId()
public void setTwitterIdIsSet(boolean value)
public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
public void unsetGroupName()
public boolean isSetGroupName()
public void setGroupNameIsSet(boolean value)
public java.lang.String getRecognitionLanguage()
public void setRecognitionLanguage(java.lang.String recognitionLanguage)
public void unsetRecognitionLanguage()
public boolean isSetRecognitionLanguage()
public void setRecognitionLanguageIsSet(boolean value)
public long getCustomerProfileId()
public void setCustomerProfileId(long customerProfileId)
public void unsetCustomerProfileId()
public boolean isSetCustomerProfileId()
public void setCustomerProfileIdIsSet(boolean value)
public java.lang.String getReferralProof()
public void setReferralProof(java.lang.String referralProof)
public void unsetReferralProof()
public boolean isSetReferralProof()
public void setReferralProofIsSet(boolean value)
public void setFieldValue(UserAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<UserAttributes._Fields>
public void setFieldValue(int fieldID, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<UserAttributes._Fields>
public java.lang.Object getFieldValue(UserAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<UserAttributes._Fields>
public java.lang.Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<UserAttributes._Fields>
public boolean isSet(UserAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<UserAttributes._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<UserAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(UserAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(UserAttributes other)
compareTo
in interface java.lang.Comparable<UserAttributes>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<UserAttributes._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<UserAttributes._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |