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 Details

  • Constructor Details

    • CompileStrategy200Response

      public CompileStrategy200Response()
  • Method Details

    • strategyId

      public CompileStrategy200Response strategyId(@Nonnull String strategyId)
    • getStrategyId

      @Nonnull public String 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

      public void setStrategyId(@Nonnull String strategyId)
    • declaredProperties

      public CompileStrategy200Response declaredProperties(@Nullable List<DeclaredProperty> declaredProperties)
    • addDeclaredPropertiesItem

      public CompileStrategy200Response addDeclaredPropertiesItem(DeclaredProperty declaredPropertiesItem)
    • getDeclaredProperties

      @Nullable public List<DeclaredProperty> getDeclaredProperties()
      What could be established about this strategy's sweep-key vocabulary without constructing it. See `DeclaredProperty` — best-effort, not exhaustive.
      Returns:
      declaredProperties
    • setDeclaredProperties

      public void setDeclaredProperties(@Nullable List<DeclaredProperty> declaredProperties)
    • equals

      public boolean equals(Object o)
      Return true if this compileStrategy_200_response object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string