RemoteSimulationService.getImageCount_args ========================================== .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public static class getImageCount_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable :outertype: RemoteSimulationService Fields ------ id ^^ .. java:field:: public int id :outertype: RemoteSimulationService.getImageCount_args metaDataMap ^^^^^^^^^^^ .. java:field:: public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap :outertype: RemoteSimulationService.getImageCount_args Constructors ------------ getImageCount_args ^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getImageCount_args() :outertype: RemoteSimulationService.getImageCount_args getImageCount_args ^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getImageCount_args(int id) :outertype: RemoteSimulationService.getImageCount_args getImageCount_args ^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getImageCount_args(getImageCount_args other) :outertype: RemoteSimulationService.getImageCount_args Performs a deep copy on \ *other*\ . Methods ------- clear ^^^^^ .. java:method:: @Override public void clear() :outertype: RemoteSimulationService.getImageCount_args compareTo ^^^^^^^^^ .. java:method:: @Override public int compareTo(getImageCount_args other) :outertype: RemoteSimulationService.getImageCount_args deepCopy ^^^^^^^^ .. java:method:: public getImageCount_args deepCopy() :outertype: RemoteSimulationService.getImageCount_args equals ^^^^^^ .. java:method:: @Override public boolean equals(java.lang.Object that) :outertype: RemoteSimulationService.getImageCount_args equals ^^^^^^ .. java:method:: public boolean equals(getImageCount_args that) :outertype: RemoteSimulationService.getImageCount_args fieldForId ^^^^^^^^^^ .. java:method:: public _Fields fieldForId(int fieldId) :outertype: RemoteSimulationService.getImageCount_args getFieldValue ^^^^^^^^^^^^^ .. java:method:: public java.lang.Object getFieldValue(_Fields field) :outertype: RemoteSimulationService.getImageCount_args getId ^^^^^ .. java:method:: public int getId() :outertype: RemoteSimulationService.getImageCount_args hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: RemoteSimulationService.getImageCount_args isSet ^^^^^ .. java:method:: public boolean isSet(_Fields field) :outertype: RemoteSimulationService.getImageCount_args Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise isSetId ^^^^^^^ .. java:method:: public boolean isSetId() :outertype: RemoteSimulationService.getImageCount_args Returns true if field id is set (has been assigned a value) and false otherwise read ^^^^ .. java:method:: public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException :outertype: RemoteSimulationService.getImageCount_args setFieldValue ^^^^^^^^^^^^^ .. java:method:: public void setFieldValue(_Fields field, java.lang.Object value) :outertype: RemoteSimulationService.getImageCount_args setId ^^^^^ .. java:method:: public getImageCount_args setId(int id) :outertype: RemoteSimulationService.getImageCount_args setIdIsSet ^^^^^^^^^^ .. java:method:: public void setIdIsSet(boolean value) :outertype: RemoteSimulationService.getImageCount_args toString ^^^^^^^^ .. java:method:: @Override public java.lang.String toString() :outertype: RemoteSimulationService.getImageCount_args unsetId ^^^^^^^ .. java:method:: public void unsetId() :outertype: RemoteSimulationService.getImageCount_args validate ^^^^^^^^ .. java:method:: public void validate() throws org.apache.thrift.TException :outertype: RemoteSimulationService.getImageCount_args write ^^^^^ .. java:method:: public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException :outertype: RemoteSimulationService.getImageCount_args