Package com.qtsurfer.api.client.model
Class PublicLiveRun
java.lang.Object
com.qtsurfer.api.client.model.PublicLiveRun
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class PublicLiveRun
extends Object
A run as it appears in `GET /live/public` — never reveals who owns it or which strategy it runs.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSourcesItem(LiveSource sourcesItem) createdAtMs(Long createdAtMs) description(String description) booleanReturn true if this PublicLiveRun object is equal to o.Get createdAtMsGet descriptiongetName()Get namegetRunId()Get runIdGet sourcesgetState()Get stateinthashCode()voidsetCreatedAtMs(Long createdAtMs) voidsetDescription(String description) voidvoidvoidsetSources(List<LiveSource> sources) voidsources(List<LiveSource> sources) toString()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_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_SOURCES
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_CREATED_AT_MS
- See Also:
-
-
Constructor Details
-
PublicLiveRun
public PublicLiveRun()
-
-
Method Details
-
runId
-
getRunId
Get runId- Returns:
- runId
-
setRunId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
sources
-
addSourcesItem
-
getSources
Get sources- Returns:
- sources
-
setSources
-
state
-
getState
Get state- Returns:
- state
-
setState
-
createdAtMs
-
getCreatedAtMs
Get createdAtMs- Returns:
- createdAtMs
-
setCreatedAtMs
-
equals
Return true if this PublicLiveRun 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
-