|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.userstore.BootstrapProfile
public class BootstrapProfile
This structure describes a collection of bootstrap settings.
| Constructor Summary | |
|---|---|
BootstrapProfile()
|
|
BootstrapProfile(BootstrapProfile other)
Performs a deep copy on other. |
|
BootstrapProfile(String name,
BootstrapSettings settings)
|
|
| Method Summary | |
|---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(BootstrapProfile other)
|
BootstrapProfile |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(BootstrapProfile that)
|
boolean |
equals(Object that)
|
String |
getName()
|
BootstrapSettings |
getSettings()
|
int |
hashCode()
|
boolean |
isSetName()
Returns true if field name is set (has been asigned a value) and false otherwise |
boolean |
isSetSettings()
Returns true if field settings 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 |
setName(String name)
|
void |
setNameIsSet(boolean value)
|
void |
setSettings(BootstrapSettings settings)
|
void |
setSettingsIsSet(boolean value)
|
String |
toString()
|
void |
unsetName()
|
void |
unsetSettings()
|
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 BootstrapProfile()
public BootstrapProfile(String name,
BootstrapSettings settings)
public BootstrapProfile(BootstrapProfile other)
| Method Detail |
|---|
public BootstrapProfile deepCopy()
TBase
deepCopy in interface TBase<BootstrapProfile>public void clear()
TBase
clear in interface TBase<BootstrapProfile>public String getName()
public void setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public BootstrapSettings getSettings()
public void setSettings(BootstrapSettings settings)
public void unsetSettings()
public boolean isSetSettings()
public void setSettingsIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(BootstrapProfile that)
public int hashCode()
hashCode in class Objectpublic int compareTo(BootstrapProfile other)
compareTo in interface Comparable<BootstrapProfile>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<BootstrapProfile>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<BootstrapProfile>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 | ||||||||