Package com.qtsurfer.api.client.model
Class PrepareJobStateAllOfHoursWithoutData
java.lang.Object
com.qtsurfer.api.client.model.PrepareJobStateAllOfHoursWithoutData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class PrepareJobStateAllOfHoursWithoutData
extends Object
PrepareJobStateAllOfHoursWithoutData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWhy the hour has no data. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this PrepareJobState_allOf_hoursWithoutData object is equal to o.Expected row count for the hour (currently always 0; reserved for future use).getHour()The hour (UTC, hour-aligned) that has no data.Why the hour has no data.inthashCode()hour(OffsetDateTime hour) voidsetExpected(Integer expected) voidsetHour(OffsetDateTime hour) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_HOUR
- See Also:
-
JSON_PROPERTY_EXPECTED
- See Also:
-
JSON_PROPERTY_RATIONALE
- See Also:
-
-
Constructor Details
-
PrepareJobStateAllOfHoursWithoutData
public PrepareJobStateAllOfHoursWithoutData()
-
-
Method Details
-
hour
-
getHour
The hour (UTC, hour-aligned) that has no data.- Returns:
- hour
-
setHour
-
expected
-
getExpected
Expected row count for the hour (currently always 0; reserved for future use). The rationale never depends on it.- Returns:
- expected
-
setExpected
-
rationale
public PrepareJobStateAllOfHoursWithoutData rationale(@Nullable PrepareJobStateAllOfHoursWithoutData.RationaleEnum rationale) -
getRationale
Why the hour has no data. `pending_conversion`: data for this hour is still being produced — a re-poll may fill it. `low_activity`: the instrument did not trade that hour. `unknown`: no data to classify by.- Returns:
- rationale
-
setRationale
-
equals
Return true if this PrepareJobState_allOf_hoursWithoutData object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-