|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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(java.lang.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(java.lang.Object that)
|
java.lang.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(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setName(java.lang.String name)
|
void |
setNameIsSet(boolean value)
|
void |
setSettings(BootstrapSettings settings)
|
void |
setSettingsIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetName()
|
void |
unsetSettings()
|
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 BootstrapProfile()
public BootstrapProfile(java.lang.String name, BootstrapSettings settings)
public BootstrapProfile(BootstrapProfile other)
Method Detail |
---|
public BootstrapProfile deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<BootstrapProfile>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<BootstrapProfile>
public java.lang.String getName()
public void setName(java.lang.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(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(BootstrapProfile that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BootstrapProfile other)
compareTo
in interface java.lang.Comparable<BootstrapProfile>
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<BootstrapProfile>
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<BootstrapProfile>
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 |