|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.userstore.BootstrapSettings
public class BootstrapSettings
This structure describes a collection of bootstrap settings.
Constructor Summary | |
---|---|
BootstrapSettings()
|
|
BootstrapSettings(BootstrapSettings other)
Performs a deep copy on other. |
|
BootstrapSettings(java.lang.String serviceHost,
java.lang.String marketingUrl,
java.lang.String supportUrl,
java.lang.String accountEmailDomain)
|
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(BootstrapSettings other)
|
BootstrapSettings |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(BootstrapSettings that)
|
boolean |
equals(java.lang.Object that)
|
java.lang.String |
getAccountEmailDomain()
|
java.lang.String |
getMarketingUrl()
|
java.lang.String |
getServiceHost()
|
java.lang.String |
getSupportUrl()
|
int |
hashCode()
|
boolean |
isEnableFacebookSharing()
|
boolean |
isEnableGiftSubscriptions()
|
boolean |
isEnableLinkedInSharing()
|
boolean |
isEnablePublicNotebooks()
|
boolean |
isEnableSharedNotebooks()
|
boolean |
isEnableSingleNoteSharing()
|
boolean |
isEnableSponsoredAccounts()
|
boolean |
isEnableSupportTickets()
|
boolean |
isEnableTwitterSharing()
|
boolean |
isSetAccountEmailDomain()
Returns true if field accountEmailDomain is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableFacebookSharing()
Returns true if field enableFacebookSharing is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableGiftSubscriptions()
Returns true if field enableGiftSubscriptions is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableLinkedInSharing()
Returns true if field enableLinkedInSharing is set (has been asigned a value) and false otherwise |
boolean |
isSetEnablePublicNotebooks()
Returns true if field enablePublicNotebooks is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableSharedNotebooks()
Returns true if field enableSharedNotebooks is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableSingleNoteSharing()
Returns true if field enableSingleNoteSharing is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableSponsoredAccounts()
Returns true if field enableSponsoredAccounts is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableSupportTickets()
Returns true if field enableSupportTickets is set (has been asigned a value) and false otherwise |
boolean |
isSetEnableTwitterSharing()
Returns true if field enableTwitterSharing is set (has been asigned a value) and false otherwise |
boolean |
isSetMarketingUrl()
Returns true if field marketingUrl is set (has been asigned a value) and false otherwise |
boolean |
isSetServiceHost()
Returns true if field serviceHost is set (has been asigned a value) and false otherwise |
boolean |
isSetSupportUrl()
Returns true if field supportUrl 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 |
setAccountEmailDomain(java.lang.String accountEmailDomain)
|
void |
setAccountEmailDomainIsSet(boolean value)
|
void |
setEnableFacebookSharing(boolean enableFacebookSharing)
|
void |
setEnableFacebookSharingIsSet(boolean value)
|
void |
setEnableGiftSubscriptions(boolean enableGiftSubscriptions)
|
void |
setEnableGiftSubscriptionsIsSet(boolean value)
|
void |
setEnableLinkedInSharing(boolean enableLinkedInSharing)
|
void |
setEnableLinkedInSharingIsSet(boolean value)
|
void |
setEnablePublicNotebooks(boolean enablePublicNotebooks)
|
void |
setEnablePublicNotebooksIsSet(boolean value)
|
void |
setEnableSharedNotebooks(boolean enableSharedNotebooks)
|
void |
setEnableSharedNotebooksIsSet(boolean value)
|
void |
setEnableSingleNoteSharing(boolean enableSingleNoteSharing)
|
void |
setEnableSingleNoteSharingIsSet(boolean value)
|
void |
setEnableSponsoredAccounts(boolean enableSponsoredAccounts)
|
void |
setEnableSponsoredAccountsIsSet(boolean value)
|
void |
setEnableSupportTickets(boolean enableSupportTickets)
|
void |
setEnableSupportTicketsIsSet(boolean value)
|
void |
setEnableTwitterSharing(boolean enableTwitterSharing)
|
void |
setEnableTwitterSharingIsSet(boolean value)
|
void |
setMarketingUrl(java.lang.String marketingUrl)
|
void |
setMarketingUrlIsSet(boolean value)
|
void |
setServiceHost(java.lang.String serviceHost)
|
void |
setServiceHostIsSet(boolean value)
|
void |
setSupportUrl(java.lang.String supportUrl)
|
void |
setSupportUrlIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAccountEmailDomain()
|
void |
unsetEnableFacebookSharing()
|
void |
unsetEnableGiftSubscriptions()
|
void |
unsetEnableLinkedInSharing()
|
void |
unsetEnablePublicNotebooks()
|
void |
unsetEnableSharedNotebooks()
|
void |
unsetEnableSingleNoteSharing()
|
void |
unsetEnableSponsoredAccounts()
|
void |
unsetEnableSupportTickets()
|
void |
unsetEnableTwitterSharing()
|
void |
unsetMarketingUrl()
|
void |
unsetServiceHost()
|
void |
unsetSupportUrl()
|
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 BootstrapSettings()
public BootstrapSettings(java.lang.String serviceHost, java.lang.String marketingUrl, java.lang.String supportUrl, java.lang.String accountEmailDomain)
public BootstrapSettings(BootstrapSettings other)
Method Detail |
---|
public BootstrapSettings deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<BootstrapSettings>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<BootstrapSettings>
public java.lang.String getServiceHost()
public void setServiceHost(java.lang.String serviceHost)
public void unsetServiceHost()
public boolean isSetServiceHost()
public void setServiceHostIsSet(boolean value)
public java.lang.String getMarketingUrl()
public void setMarketingUrl(java.lang.String marketingUrl)
public void unsetMarketingUrl()
public boolean isSetMarketingUrl()
public void setMarketingUrlIsSet(boolean value)
public java.lang.String getSupportUrl()
public void setSupportUrl(java.lang.String supportUrl)
public void unsetSupportUrl()
public boolean isSetSupportUrl()
public void setSupportUrlIsSet(boolean value)
public java.lang.String getAccountEmailDomain()
public void setAccountEmailDomain(java.lang.String accountEmailDomain)
public void unsetAccountEmailDomain()
public boolean isSetAccountEmailDomain()
public void setAccountEmailDomainIsSet(boolean value)
public boolean isEnableFacebookSharing()
public void setEnableFacebookSharing(boolean enableFacebookSharing)
public void unsetEnableFacebookSharing()
public boolean isSetEnableFacebookSharing()
public void setEnableFacebookSharingIsSet(boolean value)
public boolean isEnableGiftSubscriptions()
public void setEnableGiftSubscriptions(boolean enableGiftSubscriptions)
public void unsetEnableGiftSubscriptions()
public boolean isSetEnableGiftSubscriptions()
public void setEnableGiftSubscriptionsIsSet(boolean value)
public boolean isEnableSupportTickets()
public void setEnableSupportTickets(boolean enableSupportTickets)
public void unsetEnableSupportTickets()
public boolean isSetEnableSupportTickets()
public void setEnableSupportTicketsIsSet(boolean value)
public boolean isEnableSharedNotebooks()
public void setEnableSharedNotebooks(boolean enableSharedNotebooks)
public void unsetEnableSharedNotebooks()
public boolean isSetEnableSharedNotebooks()
public void setEnableSharedNotebooksIsSet(boolean value)
public boolean isEnableSingleNoteSharing()
public void setEnableSingleNoteSharing(boolean enableSingleNoteSharing)
public void unsetEnableSingleNoteSharing()
public boolean isSetEnableSingleNoteSharing()
public void setEnableSingleNoteSharingIsSet(boolean value)
public boolean isEnableSponsoredAccounts()
public void setEnableSponsoredAccounts(boolean enableSponsoredAccounts)
public void unsetEnableSponsoredAccounts()
public boolean isSetEnableSponsoredAccounts()
public void setEnableSponsoredAccountsIsSet(boolean value)
public boolean isEnableTwitterSharing()
public void setEnableTwitterSharing(boolean enableTwitterSharing)
public void unsetEnableTwitterSharing()
public boolean isSetEnableTwitterSharing()
public void setEnableTwitterSharingIsSet(boolean value)
public boolean isEnableLinkedInSharing()
public void setEnableLinkedInSharing(boolean enableLinkedInSharing)
public void unsetEnableLinkedInSharing()
public boolean isSetEnableLinkedInSharing()
public void setEnableLinkedInSharingIsSet(boolean value)
public boolean isEnablePublicNotebooks()
public void setEnablePublicNotebooks(boolean enablePublicNotebooks)
public void unsetEnablePublicNotebooks()
public boolean isSetEnablePublicNotebooks()
public void setEnablePublicNotebooksIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(BootstrapSettings that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BootstrapSettings other)
compareTo
in interface java.lang.Comparable<BootstrapSettings>
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<BootstrapSettings>
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<BootstrapSettings>
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 |