|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.type.Publishing
public class Publishing
If a Notebook has been opened to the public, the Notebook will have a reference to one of these structures, which gives the location and optional description of the externally-visible public Notebook.
Nested Class Summary | |
---|---|
static class |
Publishing._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<Publishing._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
Publishing()
|
|
Publishing(Publishing other)
Performs a deep copy on other. |
Method Summary | |
---|---|
Publishing |
clone()
Deprecated. |
int |
compareTo(Publishing other)
|
Publishing |
deepCopy()
|
boolean |
equals(java.lang.Object that)
|
boolean |
equals(Publishing that)
|
java.lang.Object |
getFieldValue(int fieldId)
|
java.lang.Object |
getFieldValue(Publishing._Fields field)
|
NoteSortOrder |
getOrder()
|
java.lang.String |
getPublicDescription()
|
java.lang.String |
getUri()
|
int |
hashCode()
|
boolean |
isAscending()
|
boolean |
isSet(int fieldID)
|
boolean |
isSet(Publishing._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetAscending()
Returns true if field ascending is set (has been asigned a value) and false otherwise |
boolean |
isSetOrder()
Returns true if field order is set (has been asigned a value) and false otherwise |
boolean |
isSetPublicDescription()
Returns true if field publicDescription is set (has been asigned a value) and false otherwise |
boolean |
isSetUri()
Returns true if field uri is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setAscending(boolean ascending)
|
void |
setAscendingIsSet(boolean value)
|
void |
setFieldValue(int fieldID,
java.lang.Object value)
|
void |
setFieldValue(Publishing._Fields field,
java.lang.Object value)
|
void |
setOrder(NoteSortOrder order)
|
void |
setOrderIsSet(boolean value)
|
void |
setPublicDescription(java.lang.String publicDescription)
|
void |
setPublicDescriptionIsSet(boolean value)
|
void |
setUri(java.lang.String uri)
|
void |
setUriIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAscending()
|
void |
unsetOrder()
|
void |
unsetPublicDescription()
|
void |
unsetUri()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<Publishing._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public Publishing()
public Publishing(Publishing other)
Method Detail |
---|
public Publishing deepCopy()
deepCopy
in interface org.apache.thrift.TBase<Publishing._Fields>
@Deprecated public Publishing clone()
clone
in class java.lang.Object
public java.lang.String getUri()
public void setUri(java.lang.String uri)
public void unsetUri()
public boolean isSetUri()
public void setUriIsSet(boolean value)
public NoteSortOrder getOrder()
NoteSortOrder
public void setOrder(NoteSortOrder order)
NoteSortOrder
public void unsetOrder()
public boolean isSetOrder()
public void setOrderIsSet(boolean value)
public boolean isAscending()
public void setAscending(boolean ascending)
public void unsetAscending()
public boolean isSetAscending()
public void setAscendingIsSet(boolean value)
public java.lang.String getPublicDescription()
public void setPublicDescription(java.lang.String publicDescription)
public void unsetPublicDescription()
public boolean isSetPublicDescription()
public void setPublicDescriptionIsSet(boolean value)
public void setFieldValue(Publishing._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<Publishing._Fields>
public void setFieldValue(int fieldID, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<Publishing._Fields>
public java.lang.Object getFieldValue(Publishing._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<Publishing._Fields>
public java.lang.Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<Publishing._Fields>
public boolean isSet(Publishing._Fields field)
isSet
in interface org.apache.thrift.TBase<Publishing._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<Publishing._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(Publishing that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(Publishing other)
compareTo
in interface java.lang.Comparable<Publishing>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<Publishing._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<Publishing._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |