com.evernote.edam.notestore
Class NoteStore.getNoteContent_result

java.lang.Object
  extended by com.evernote.edam.notestore.NoteStore.getNoteContent_result
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
NoteStore

public static class NoteStore.getNoteContent_result
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Nested Class Summary
static class NoteStore.getNoteContent_result._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static java.util.Map<NoteStore.getNoteContent_result._Fields,FieldMetaData> metaDataMap
           
 
Constructor Summary
NoteStore.getNoteContent_result()
           
NoteStore.getNoteContent_result(NoteStore.getNoteContent_result other)
          Performs a deep copy on other.
NoteStore.getNoteContent_result(java.lang.String success, EDAMUserException userException, EDAMSystemException systemException, EDAMNotFoundException notFoundException)
           
 
Method Summary
 void clear()
           
 int compareTo(NoteStore.getNoteContent_result other)
           
 NoteStore.getNoteContent_result deepCopy()
           
 boolean equals(NoteStore.getNoteContent_result that)
           
 boolean equals(java.lang.Object that)
           
 NoteStore.getNoteContent_result._Fields fieldForId(int fieldId)
           
 java.lang.Object getFieldValue(NoteStore.getNoteContent_result._Fields field)
           
 EDAMNotFoundException getNotFoundException()
           
 java.lang.String getSuccess()
           
 EDAMSystemException getSystemException()
           
 EDAMUserException getUserException()
           
 int hashCode()
           
 boolean isSet(NoteStore.getNoteContent_result._Fields field)
          Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise
 boolean isSetNotFoundException()
          Returns true if field notFoundException is set (has been asigned a value) and false otherwise
 boolean isSetSuccess()
          Returns true if field success is set (has been asigned a value) and false otherwise
 boolean isSetSystemException()
          Returns true if field systemException is set (has been asigned a value) and false otherwise
 boolean isSetUserException()
          Returns true if field userException is set (has been asigned a value) and false otherwise
 void read(TProtocol iprot)
           
 void setFieldValue(NoteStore.getNoteContent_result._Fields field, java.lang.Object value)
           
 void setNotFoundException(EDAMNotFoundException notFoundException)
           
 void setNotFoundExceptionIsSet(boolean value)
           
 void setSuccess(java.lang.String success)
           
 void setSuccessIsSet(boolean value)
           
 void setSystemException(EDAMSystemException systemException)
           
 void setSystemExceptionIsSet(boolean value)
           
 void setUserException(EDAMUserException userException)
           
 void setUserExceptionIsSet(boolean value)
           
 java.lang.String toString()
           
 void unsetNotFoundException()
           
 void unsetSuccess()
           
 void unsetSystemException()
           
 void unsetUserException()
           
 void validate()
           
 void write(TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

metaDataMap

public static final java.util.Map<NoteStore.getNoteContent_result._Fields,FieldMetaData> metaDataMap
Constructor Detail

NoteStore.getNoteContent_result

public NoteStore.getNoteContent_result()

NoteStore.getNoteContent_result

public NoteStore.getNoteContent_result(java.lang.String success,
                                       EDAMUserException userException,
                                       EDAMSystemException systemException,
                                       EDAMNotFoundException notFoundException)

NoteStore.getNoteContent_result

public NoteStore.getNoteContent_result(NoteStore.getNoteContent_result other)
Performs a deep copy on other.

Method Detail

deepCopy

public NoteStore.getNoteContent_result deepCopy()

clear

public void clear()

getSuccess

public java.lang.String getSuccess()

setSuccess

public void setSuccess(java.lang.String success)

unsetSuccess

public void unsetSuccess()

isSetSuccess

public boolean isSetSuccess()
Returns true if field success is set (has been asigned a value) and false otherwise


setSuccessIsSet

public void setSuccessIsSet(boolean value)

getUserException

public EDAMUserException getUserException()

setUserException

public void setUserException(EDAMUserException userException)

unsetUserException

public void unsetUserException()

isSetUserException

public boolean isSetUserException()
Returns true if field userException is set (has been asigned a value) and false otherwise


setUserExceptionIsSet

public void setUserExceptionIsSet(boolean value)

getSystemException

public EDAMSystemException getSystemException()

setSystemException

public void setSystemException(EDAMSystemException systemException)

unsetSystemException

public void unsetSystemException()

isSetSystemException

public boolean isSetSystemException()
Returns true if field systemException is set (has been asigned a value) and false otherwise


setSystemExceptionIsSet

public void setSystemExceptionIsSet(boolean value)

getNotFoundException

public EDAMNotFoundException getNotFoundException()

setNotFoundException

public void setNotFoundException(EDAMNotFoundException notFoundException)

unsetNotFoundException

public void unsetNotFoundException()

isSetNotFoundException

public boolean isSetNotFoundException()
Returns true if field notFoundException is set (has been asigned a value) and false otherwise


setNotFoundExceptionIsSet

public void setNotFoundExceptionIsSet(boolean value)

setFieldValue

public void setFieldValue(NoteStore.getNoteContent_result._Fields field,
                          java.lang.Object value)

getFieldValue

public java.lang.Object getFieldValue(NoteStore.getNoteContent_result._Fields field)

isSet

public boolean isSet(NoteStore.getNoteContent_result._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise


equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(NoteStore.getNoteContent_result that)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(NoteStore.getNoteContent_result other)

fieldForId

public NoteStore.getNoteContent_result._Fields fieldForId(int fieldId)

read

public void read(TProtocol iprot)
          throws TException
Throws:
TException

write

public void write(TProtocol oprot)
           throws TException
Throws:
TException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

validate

public void validate()
              throws TException
Throws:
TException