Package com.lithic.api.models
Class BacktestResults.SimulationParameters
-
- All Implemented Interfaces:
public final class BacktestResults.SimulationParameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBacktestResults.SimulationParameters.BuilderA builder for SimulationParameters.
-
Method Summary
Modifier and Type Method Description final Optional<String>authRuleToken()Auth Rule Token final Optional<OffsetDateTime>end()The end time of the simulation. final Optional<OffsetDateTime>start()The start time of the simulation. final JsonField<String>_authRuleToken()Returns the raw JSON value of authRuleToken. final JsonField<OffsetDateTime>_end()Returns the raw JSON value of end. final JsonField<OffsetDateTime>_start()Returns the raw JSON value of start. final Map<String, JsonValue>_additionalProperties()final BacktestResults.SimulationParameters.BuildertoBuilder()final BacktestResults.SimulationParametersvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BacktestResults.SimulationParameters.Builderbuilder()Returns a mutable builder for constructing an instance of SimulationParameters. -
-
Method Detail
-
authRuleToken
final Optional<String> authRuleToken()
Auth Rule Token
-
end
final Optional<OffsetDateTime> end()
The end time of the simulation.
-
start
final Optional<OffsetDateTime> start()
The start time of the simulation.
-
_authRuleToken
final JsonField<String> _authRuleToken()
Returns the raw JSON value of authRuleToken.
Unlike authRuleToken, this method doesn't throw if the JSON field has an unexpected type.
-
_end
final JsonField<OffsetDateTime> _end()
Returns the raw JSON value of end.
Unlike end, this method doesn't throw if the JSON field has an unexpected type.
-
_start
final JsonField<OffsetDateTime> _start()
Returns the raw JSON value of start.
Unlike start, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BacktestResults.SimulationParameters.Builder toBuilder()
-
validate
final BacktestResults.SimulationParameters validate()
-
builder
final static BacktestResults.SimulationParameters.Builder builder()
Returns a mutable builder for constructing an instance of SimulationParameters.
-
-
-
-