Package com.qtsurfer.api.client.model
Class UpdateLiveParamsRequest
java.lang.Object
com.qtsurfer.api.client.model.UpdateLiveParamsRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class UpdateLiveParamsRequest
extends Object
UpdateLiveParamsRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UpdateLiveParamsRequest object is equal to o.Must be non-empty; every key must be a property your strategy declares.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PARAMS
- See Also:
-
-
Constructor Details
-
UpdateLiveParamsRequest
public UpdateLiveParamsRequest()
-
-
Method Details
-
params
-
getParams
Must be non-empty; every key must be a property your strategy declares.- Returns:
- params
-
setParams
-
equals
Return true if this UpdateLiveParamsRequest 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
-