Package com.qtsurfer.api.client.model
Class LiveParamsUpdateResult
java.lang.Object
com.qtsurfer.api.client.model.LiveParamsUpdateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class LiveParamsUpdateResult
extends Object
LiveParamsUpdateResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneffectiveAtMs(Long effectiveAtMs) booleanReturn true if this LiveParamsUpdateResult object is equal to o.Epoch milliseconds — the earliest moment the new values are guaranteed to be in effect.Get paramsVersiongetRunId()Get runIdinthashCode()paramsVersion(Integer paramsVersion) voidsetEffectiveAtMs(Long effectiveAtMs) voidsetParamsVersion(Integer paramsVersion) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RUN_ID
- See Also:
-
JSON_PROPERTY_PARAMS_VERSION
- See Also:
-
JSON_PROPERTY_EFFECTIVE_AT_MS
- See Also:
-
-
Constructor Details
-
LiveParamsUpdateResult
public LiveParamsUpdateResult()
-
-
Method Details
-
runId
-
getRunId
Get runId- Returns:
- runId
-
setRunId
-
paramsVersion
-
getParamsVersion
Get paramsVersion- Returns:
- paramsVersion
-
setParamsVersion
-
effectiveAtMs
-
getEffectiveAtMs
Epoch milliseconds — the earliest moment the new values are guaranteed to be in effect.- Returns:
- effectiveAtMs
-
setEffectiveAtMs
-
equals
Return true if this LiveParamsUpdateResult 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
-