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