Package com.qtsurfer.api.client.model
Class LiveConnectionToken
java.lang.Object
com.qtsurfer.api.client.model.LiveConnectionToken
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class LiveConnectionToken
extends Object
LiveConnectionToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this LiveConnectionToken object is equal to o.expiresAtMs(Long expiresAtMs) Get expiresAtMsgetToken()Pass as the `token` field of the WebSocket `connect` command — see the \"Live execution\" guide.inthashCode()voidsetExpiresAtMs(Long expiresAtMs) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_EXPIRES_AT_MS
- See Also:
-
-
Constructor Details
-
LiveConnectionToken
public LiveConnectionToken()
-
-
Method Details
-
token
-
getToken
Pass as the `token` field of the WebSocket `connect` command — see the \"Live execution\" guide.- Returns:
- token
-
setToken
-
expiresAtMs
-
getExpiresAtMs
Get expiresAtMs- Returns:
- expiresAtMs
-
setExpiresAtMs
-
equals
Return true if this LiveConnectionToken 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
-