|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.type.Tag
public class Tag
A tag within a user's account is a unique name which may be organized a simple hierarchy.
| Constructor Summary | |
|---|---|
Tag()
|
|
Tag(Tag other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Tag other)
|
Tag |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(Object that)
|
boolean |
equals(Tag that)
|
String |
getGuid()
|
String |
getName()
|
String |
getParentGuid()
|
int |
getUpdateSequenceNum()
|
int |
hashCode()
|
boolean |
isSetGuid()
Returns true if field guid is set (has been asigned a value) and false otherwise |
boolean |
isSetName()
Returns true if field name is set (has been asigned a value) and false otherwise |
boolean |
isSetParentGuid()
Returns true if field parentGuid is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdateSequenceNum()
Returns true if field updateSequenceNum 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 |
setGuid(String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setName(String name)
|
void |
setNameIsSet(boolean value)
|
void |
setParentGuid(String parentGuid)
|
void |
setParentGuidIsSet(boolean value)
|
void |
setUpdateSequenceNum(int updateSequenceNum)
|
void |
setUpdateSequenceNumIsSet(boolean value)
|
String |
toString()
|
void |
unsetGuid()
|
void |
unsetName()
|
void |
unsetParentGuid()
|
void |
unsetUpdateSequenceNum()
|
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 Tag()
public Tag(Tag other)
| Method Detail |
|---|
public Tag deepCopy()
TBase
deepCopy in interface TBase<Tag>public void clear()
TBase
clear in interface TBase<Tag>public String getGuid()
public void setGuid(String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public String getName()
public void setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getParentGuid()
public void setParentGuid(String parentGuid)
public void unsetParentGuid()
public boolean isSetParentGuid()
public void setParentGuidIsSet(boolean value)
public int getUpdateSequenceNum()
public void setUpdateSequenceNum(int updateSequenceNum)
public void unsetUpdateSequenceNum()
public boolean isSetUpdateSequenceNum()
public void setUpdateSequenceNumIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(Tag that)
public int hashCode()
hashCode in class Objectpublic int compareTo(Tag other)
compareTo in interface Comparable<Tag>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<Tag>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<Tag>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 | ||||||||