|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(String serviceHost,
String marketingUrl,
String supportUrl,
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(Object that)
|
String |
getAccountEmailDomain()
|
String |
getMarketingUrl()
|
String |
getServiceHost()
|
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(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setAccountEmailDomain(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(String marketingUrl)
|
void |
setMarketingUrlIsSet(boolean value)
|
void |
setServiceHost(String serviceHost)
|
void |
setServiceHostIsSet(boolean value)
|
void |
setSupportUrl(String supportUrl)
|
void |
setSupportUrlIsSet(boolean value)
|
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(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(String serviceHost,
String marketingUrl,
String supportUrl,
String accountEmailDomain)
public BootstrapSettings(BootstrapSettings other)
| Method Detail |
|---|
public BootstrapSettings deepCopy()
TBase
deepCopy in interface TBase<BootstrapSettings>public void clear()
TBase
clear in interface TBase<BootstrapSettings>public String getServiceHost()
public void setServiceHost(String serviceHost)
public void unsetServiceHost()
public boolean isSetServiceHost()
public void setServiceHostIsSet(boolean value)
public String getMarketingUrl()
public void setMarketingUrl(String marketingUrl)
public void unsetMarketingUrl()
public boolean isSetMarketingUrl()
public void setMarketingUrlIsSet(boolean value)
public String getSupportUrl()
public void setSupportUrl(String supportUrl)
public void unsetSupportUrl()
public boolean isSetSupportUrl()
public void setSupportUrlIsSet(boolean value)
public String getAccountEmailDomain()
public void setAccountEmailDomain(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(Object that)
equals in class Objectpublic boolean equals(BootstrapSettings that)
public int hashCode()
hashCode in class Objectpublic int compareTo(BootstrapSettings other)
compareTo in interface Comparable<BootstrapSettings>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<BootstrapSettings>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<BootstrapSettings>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 | ||||||||