RemoteSimulationService.getControlSignal_result =============================================== .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public static class getControlSignal_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable :outertype: RemoteSimulationService Fields ------ ex ^^ .. java:field:: public UnknownSimulationIdException ex :outertype: RemoteSimulationService.getControlSignal_result metaDataMap ^^^^^^^^^^^ .. java:field:: public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap :outertype: RemoteSimulationService.getControlSignal_result success ^^^^^^^ .. java:field:: public double success :outertype: RemoteSimulationService.getControlSignal_result Constructors ------------ getControlSignal_result ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getControlSignal_result() :outertype: RemoteSimulationService.getControlSignal_result getControlSignal_result ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getControlSignal_result(double success, UnknownSimulationIdException ex) :outertype: RemoteSimulationService.getControlSignal_result getControlSignal_result ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public getControlSignal_result(getControlSignal_result other) :outertype: RemoteSimulationService.getControlSignal_result Performs a deep copy on \ *other*\ . Methods ------- clear ^^^^^ .. java:method:: @Override public void clear() :outertype: RemoteSimulationService.getControlSignal_result compareTo ^^^^^^^^^ .. java:method:: @Override public int compareTo(getControlSignal_result other) :outertype: RemoteSimulationService.getControlSignal_result deepCopy ^^^^^^^^ .. java:method:: public getControlSignal_result deepCopy() :outertype: RemoteSimulationService.getControlSignal_result equals ^^^^^^ .. java:method:: @Override public boolean equals(java.lang.Object that) :outertype: RemoteSimulationService.getControlSignal_result equals ^^^^^^ .. java:method:: public boolean equals(getControlSignal_result that) :outertype: RemoteSimulationService.getControlSignal_result fieldForId ^^^^^^^^^^ .. java:method:: public _Fields fieldForId(int fieldId) :outertype: RemoteSimulationService.getControlSignal_result getEx ^^^^^ .. java:method:: public UnknownSimulationIdException getEx() :outertype: RemoteSimulationService.getControlSignal_result getFieldValue ^^^^^^^^^^^^^ .. java:method:: public java.lang.Object getFieldValue(_Fields field) :outertype: RemoteSimulationService.getControlSignal_result getSuccess ^^^^^^^^^^ .. java:method:: public double getSuccess() :outertype: RemoteSimulationService.getControlSignal_result hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: RemoteSimulationService.getControlSignal_result isSet ^^^^^ .. java:method:: public boolean isSet(_Fields field) :outertype: RemoteSimulationService.getControlSignal_result Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise isSetEx ^^^^^^^ .. java:method:: public boolean isSetEx() :outertype: RemoteSimulationService.getControlSignal_result Returns true if field ex is set (has been assigned a value) and false otherwise isSetSuccess ^^^^^^^^^^^^ .. java:method:: public boolean isSetSuccess() :outertype: RemoteSimulationService.getControlSignal_result Returns true if field success 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.getControlSignal_result setEx ^^^^^ .. java:method:: public getControlSignal_result setEx(UnknownSimulationIdException ex) :outertype: RemoteSimulationService.getControlSignal_result setExIsSet ^^^^^^^^^^ .. java:method:: public void setExIsSet(boolean value) :outertype: RemoteSimulationService.getControlSignal_result setFieldValue ^^^^^^^^^^^^^ .. java:method:: public void setFieldValue(_Fields field, java.lang.Object value) :outertype: RemoteSimulationService.getControlSignal_result setSuccess ^^^^^^^^^^ .. java:method:: public getControlSignal_result setSuccess(double success) :outertype: RemoteSimulationService.getControlSignal_result setSuccessIsSet ^^^^^^^^^^^^^^^ .. java:method:: public void setSuccessIsSet(boolean value) :outertype: RemoteSimulationService.getControlSignal_result toString ^^^^^^^^ .. java:method:: @Override public java.lang.String toString() :outertype: RemoteSimulationService.getControlSignal_result unsetEx ^^^^^^^ .. java:method:: public void unsetEx() :outertype: RemoteSimulationService.getControlSignal_result unsetSuccess ^^^^^^^^^^^^ .. java:method:: public void unsetSuccess() :outertype: RemoteSimulationService.getControlSignal_result validate ^^^^^^^^ .. java:method:: public void validate() throws org.apache.thrift.TException :outertype: RemoteSimulationService.getControlSignal_result write ^^^^^ .. java:method:: public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException :outertype: RemoteSimulationService.getControlSignal_result