RemoteSimulationService.getStageJsonName_args ============================================= .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public static class getStageJsonName_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable :outertype: RemoteSimulationService Fields ------ id ^^ .. java:field:: public int id :outertype: RemoteSimulationService.getStageJsonName_args metaDataMap ^^^^^^^^^^^ .. java:field:: public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap :outertype: RemoteSimulationService.getStageJsonName_args Constructors ------------ getStageJsonName_args ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getStageJsonName_args() :outertype: RemoteSimulationService.getStageJsonName_args getStageJsonName_args ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getStageJsonName_args(int id) :outertype: RemoteSimulationService.getStageJsonName_args getStageJsonName_args ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getStageJsonName_args(getStageJsonName_args other) :outertype: RemoteSimulationService.getStageJsonName_args Performs a deep copy on \ *other*\ . Methods ------- clear ^^^^^ .. java:method:: @Override public void clear() :outertype: RemoteSimulationService.getStageJsonName_args compareTo ^^^^^^^^^ .. java:method:: @Override public int compareTo(getStageJsonName_args other) :outertype: RemoteSimulationService.getStageJsonName_args deepCopy ^^^^^^^^ .. java:method:: public getStageJsonName_args deepCopy() :outertype: RemoteSimulationService.getStageJsonName_args equals ^^^^^^ .. java:method:: @Override public boolean equals(java.lang.Object that) :outertype: RemoteSimulationService.getStageJsonName_args equals ^^^^^^ .. java:method:: public boolean equals(getStageJsonName_args that) :outertype: RemoteSimulationService.getStageJsonName_args fieldForId ^^^^^^^^^^ .. java:method:: public _Fields fieldForId(int fieldId) :outertype: RemoteSimulationService.getStageJsonName_args getFieldValue ^^^^^^^^^^^^^ .. java:method:: public java.lang.Object getFieldValue(_Fields field) :outertype: RemoteSimulationService.getStageJsonName_args getId ^^^^^ .. java:method:: public int getId() :outertype: RemoteSimulationService.getStageJsonName_args hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: RemoteSimulationService.getStageJsonName_args isSet ^^^^^ .. java:method:: public boolean isSet(_Fields field) :outertype: RemoteSimulationService.getStageJsonName_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.getStageJsonName_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.getStageJsonName_args setFieldValue ^^^^^^^^^^^^^ .. java:method:: public void setFieldValue(_Fields field, java.lang.Object value) :outertype: RemoteSimulationService.getStageJsonName_args setId ^^^^^ .. java:method:: public getStageJsonName_args setId(int id) :outertype: RemoteSimulationService.getStageJsonName_args setIdIsSet ^^^^^^^^^^ .. java:method:: public void setIdIsSet(boolean value) :outertype: RemoteSimulationService.getStageJsonName_args toString ^^^^^^^^ .. java:method:: @Override public java.lang.String toString() :outertype: RemoteSimulationService.getStageJsonName_args unsetId ^^^^^^^ .. java:method:: public void unsetId() :outertype: RemoteSimulationService.getStageJsonName_args validate ^^^^^^^^ .. java:method:: public void validate() throws org.apache.thrift.TException :outertype: RemoteSimulationService.getStageJsonName_args write ^^^^^ .. java:method:: public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException :outertype: RemoteSimulationService.getStageJsonName_args