Package gov.nasa.jpl.aerie.merlin.driver
Record Class SimulationEngineConfiguration
java.lang.Object
java.lang.Record
gov.nasa.jpl.aerie.merlin.driver.SimulationEngineConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionSimulationEngineConfiguration(Map<String, gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue> simulationConfiguration, Instant simStartTime, gov.nasa.jpl.aerie.types.MissionModelId missionModelId) Creates an instance of aSimulationEngineConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.gov.nasa.jpl.aerie.types.MissionModelIdReturns the value of themissionModelIdrecord component.Returns the value of thesimStartTimerecord component.Returns the value of thesimulationConfigurationrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SimulationEngineConfiguration
public SimulationEngineConfiguration(Map<String, gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue> simulationConfiguration, Instant simStartTime, gov.nasa.jpl.aerie.types.MissionModelId missionModelId) Creates an instance of aSimulationEngineConfigurationrecord class.- Parameters:
simulationConfiguration- the value for thesimulationConfigurationrecord componentsimStartTime- the value for thesimStartTimerecord componentmissionModelId- the value for themissionModelIdrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
simulationConfiguration
public Map<String,gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue> simulationConfiguration()Returns the value of thesimulationConfigurationrecord component.- Returns:
- the value of the
simulationConfigurationrecord component
-
simStartTime
Returns the value of thesimStartTimerecord component.- Returns:
- the value of the
simStartTimerecord component
-
missionModelId
public gov.nasa.jpl.aerie.types.MissionModelId missionModelId()Returns the value of themissionModelIdrecord component.- Returns:
- the value of the
missionModelIdrecord component
-