|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.userstore.BootstrapInfo
public class BootstrapInfo
This structure describes a collection of bootstrap profiles.
Constructor Summary | |
---|---|
BootstrapInfo()
|
|
BootstrapInfo(BootstrapInfo other)
Performs a deep copy on other. |
|
BootstrapInfo(java.util.List<BootstrapProfile> profiles)
|
Method Summary | |
---|---|
void |
addToProfiles(BootstrapProfile elem)
|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(BootstrapInfo other)
|
BootstrapInfo |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(BootstrapInfo that)
|
boolean |
equals(java.lang.Object that)
|
java.util.List<BootstrapProfile> |
getProfiles()
|
java.util.Iterator<BootstrapProfile> |
getProfilesIterator()
|
int |
getProfilesSize()
|
int |
hashCode()
|
boolean |
isSetProfiles()
Returns true if field profiles 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 |
setProfiles(java.util.List<BootstrapProfile> profiles)
|
void |
setProfilesIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetProfiles()
|
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 BootstrapInfo()
public BootstrapInfo(java.util.List<BootstrapProfile> profiles)
public BootstrapInfo(BootstrapInfo other)
Method Detail |
---|
public BootstrapInfo deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<BootstrapInfo>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<BootstrapInfo>
public int getProfilesSize()
public java.util.Iterator<BootstrapProfile> getProfilesIterator()
public void addToProfiles(BootstrapProfile elem)
public java.util.List<BootstrapProfile> getProfiles()
public void setProfiles(java.util.List<BootstrapProfile> profiles)
public void unsetProfiles()
public boolean isSetProfiles()
public void setProfilesIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(BootstrapInfo that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BootstrapInfo other)
compareTo
in interface java.lang.Comparable<BootstrapInfo>
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<BootstrapInfo>
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<BootstrapInfo>
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 |