Package com.qtsurfer.api.client.model
Class CompileStrategy200Response
java.lang.Object
com.qtsurfer.api.client.model.CompileStrategy200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class CompileStrategy200Response
extends Object
CompileStrategy200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeclaredPropertiesItem(DeclaredProperty declaredPropertiesItem) declaredProperties(List<DeclaredProperty> declaredProperties) booleanReturn true if this compileStrategy_200_response object is equal to o.What could be established about this strategy's sweep-key vocabulary without constructing it.Unique identifier for a compiled strategy, derived from the source itself: the same code always yields the same id, for every caller.inthashCode()voidsetDeclaredProperties(List<DeclaredProperty> declaredProperties) voidsetStrategyId(String strategyId) strategyId(String strategyId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STRATEGY_ID
- See Also:
-
JSON_PROPERTY_DECLARED_PROPERTIES
- See Also:
-
-
Constructor Details
-
CompileStrategy200Response
public CompileStrategy200Response()
-
-
Method Details
-
strategyId
-
getStrategyId
Unique identifier for a compiled strategy, derived from the source itself: the same code always yields the same id, for every caller. How much formatting the id ignores depends on the language — see `POST /strategy` for exactly which rewrites preserve it and which do not.- Returns:
- strategyId
-
setStrategyId
-
declaredProperties
public CompileStrategy200Response declaredProperties(@Nullable List<DeclaredProperty> declaredProperties) -
addDeclaredPropertiesItem
public CompileStrategy200Response addDeclaredPropertiesItem(DeclaredProperty declaredPropertiesItem) -
getDeclaredProperties
What could be established about this strategy's sweep-key vocabulary without constructing it. See `DeclaredProperty` — best-effort, not exhaustive.- Returns:
- declaredProperties
-
setDeclaredProperties
-
equals
Return true if this compileStrategy_200_response 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
-