|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(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(Object that)
|
List<BootstrapProfile> |
getProfiles()
|
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(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setProfiles(List<BootstrapProfile> profiles)
|
void |
setProfilesIsSet(boolean value)
|
String |
toString()
|
void |
unsetProfiles()
|
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 BootstrapInfo()
public BootstrapInfo(List<BootstrapProfile> profiles)
public BootstrapInfo(BootstrapInfo other)
| Method Detail |
|---|
public BootstrapInfo deepCopy()
TBase
deepCopy in interface TBase<BootstrapInfo>public void clear()
TBase
clear in interface TBase<BootstrapInfo>public int getProfilesSize()
public Iterator<BootstrapProfile> getProfilesIterator()
public void addToProfiles(BootstrapProfile elem)
public List<BootstrapProfile> getProfiles()
public void setProfiles(List<BootstrapProfile> profiles)
public void unsetProfiles()
public boolean isSetProfiles()
public void setProfilesIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(BootstrapInfo that)
public int hashCode()
hashCode in class Objectpublic int compareTo(BootstrapInfo other)
compareTo in interface Comparable<BootstrapInfo>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<BootstrapInfo>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<BootstrapInfo>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 | ||||||||