com.evernote.edam.notestore
Class NoteStore.getAds_result

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

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

See Also:
Serialized Form

Nested Class Summary
static class NoteStore.getAds_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.getAds_result._Fields,FieldMetaData> metaDataMap
           
 
Constructor Summary
NoteStore.getAds_result()
           
NoteStore.getAds_result(java.util.List<Ad> success, EDAMUserException userException, EDAMSystemException systemException)
           
NoteStore.getAds_result(NoteStore.getAds_result other)
          Performs a deep copy on other.
 
Method Summary
 void addToSuccess(Ad elem)
           
 void clear()
           
 int compareTo(NoteStore.getAds_result other)
           
 NoteStore.getAds_result deepCopy()
           
 boolean equals(NoteStore.getAds_result that)
           
 boolean equals(java.lang.Object that)
           
 NoteStore.getAds_result._Fields fieldForId(int fieldId)
           
 java.lang.Object getFieldValue(NoteStore.getAds_result._Fields field)
           
 java.util.List<Ad> getSuccess()
           
 java.util.Iterator<Ad> getSuccessIterator()
           
 int getSuccessSize()
           
 EDAMSystemException getSystemException()
           
 EDAMUserException getUserException()
           
 int hashCode()
           
 boolean isSet(NoteStore.getAds_result._Fields field)
          Returns true if field corresponding to fieldID 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.getAds_result._Fields field, java.lang.Object value)
           
 void setSuccess(java.util.List<Ad> 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 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.getAds_result._Fields,FieldMetaData> metaDataMap
Constructor Detail

NoteStore.getAds_result

public NoteStore.getAds_result()

NoteStore.getAds_result

public NoteStore.getAds_result(java.util.List<Ad> success,
                               EDAMUserException userException,
                               EDAMSystemException systemException)

NoteStore.getAds_result

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

Method Detail

deepCopy

public NoteStore.getAds_result deepCopy()

clear

public void clear()

getSuccessSize

public int getSuccessSize()

getSuccessIterator

public java.util.Iterator<Ad> getSuccessIterator()

addToSuccess

public void addToSuccess(Ad elem)

getSuccess

public java.util.List<Ad> getSuccess()

setSuccess

public void setSuccess(java.util.List<Ad> 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)

setFieldValue

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

getFieldValue

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

isSet

public boolean isSet(NoteStore.getAds_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.getAds_result that)

hashCode

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

compareTo

public int compareTo(NoteStore.getAds_result other)

fieldForId

public NoteStore.getAds_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