public static class Publish.EffectiveRatingCurveServiceRequest extends Object implements net.servicestack.client.IReturn<Publish.EffectiveRatingCurveServiceResponse>
| Modifier and Type | Field and Description |
|---|---|
java.time.Instant |
EffectiveTime
Effective time of the calculation.
|
Double |
EndValue
Table end value.
|
String |
RatingModelIdentifier
Rating model identifier
|
Double |
StartValue
Table start value.
|
Double |
StepSize
Table step size increment.
|
Double |
UtcOffset
Forces the response time values to a specific UTC offset.
|
| Constructor and Description |
|---|
EffectiveRatingCurveServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getEffectiveTime() |
Double |
getEndValue() |
String |
getRatingModelIdentifier() |
Object |
getResponseType() |
Double |
getStartValue() |
Double |
getStepSize() |
Double |
getUtcOffset() |
Publish.EffectiveRatingCurveServiceRequest |
setEffectiveTime(java.time.Instant value) |
Publish.EffectiveRatingCurveServiceRequest |
setEndValue(Double value) |
Publish.EffectiveRatingCurveServiceRequest |
setRatingModelIdentifier(String value) |
Publish.EffectiveRatingCurveServiceRequest |
setStartValue(Double value) |
Publish.EffectiveRatingCurveServiceRequest |
setStepSize(Double value) |
Publish.EffectiveRatingCurveServiceRequest |
setUtcOffset(Double value) |
public String RatingModelIdentifier
public Double StepSize
public Double UtcOffset
public Double StartValue
public Double EndValue
public java.time.Instant EffectiveTime
public String getRatingModelIdentifier()
public Publish.EffectiveRatingCurveServiceRequest setRatingModelIdentifier(String value)
public Double getStepSize()
public Publish.EffectiveRatingCurveServiceRequest setStepSize(Double value)
public Double getUtcOffset()
public Publish.EffectiveRatingCurveServiceRequest setUtcOffset(Double value)
public Double getStartValue()
public Publish.EffectiveRatingCurveServiceRequest setStartValue(Double value)
public Double getEndValue()
public Publish.EffectiveRatingCurveServiceRequest setEndValue(Double value)
public java.time.Instant getEffectiveTime()
public Publish.EffectiveRatingCurveServiceRequest setEffectiveTime(java.time.Instant value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<Publish.EffectiveRatingCurveServiceResponse>Copyright © 2022. All rights reserved.