Record Class BootstrapModels.GenerateExecutablePayloadParams

java.lang.Object
java.lang.Record
app.ductape.sdk.api.services.model.BootstrapModels.GenerateExecutablePayloadParams
Enclosing class:
BootstrapModels

public static record BootstrapModels.GenerateExecutablePayloadParams(String product_tag, String env_slug, String operation_family, String method, Map<String,String> targets, Boolean include_session, Boolean include_cache, String schema_mode, Map<String,Object> input_hint) extends Record
  • Constructor Details

    • GenerateExecutablePayloadParams

      public GenerateExecutablePayloadParams(String product_tag, String env_slug, String operation_family, String method, Map<String,String> targets, Boolean include_session, Boolean include_cache, String schema_mode, Map<String,Object> input_hint)
      Creates an instance of a GenerateExecutablePayloadParams record class.
      Parameters:
      product_tag - the value for the product_tag record component
      env_slug - the value for the env_slug record component
      operation_family - the value for the operation_family record component
      method - the value for the method record component
      targets - the value for the targets record component
      include_session - the value for the include_session record component
      include_cache - the value for the include_cache record component
      schema_mode - the value for the schema_mode record component
      input_hint - the value for the input_hint record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • product_tag

      public String product_tag()
      Returns the value of the product_tag record component.
      Returns:
      the value of the product_tag record component
    • env_slug

      public String env_slug()
      Returns the value of the env_slug record component.
      Returns:
      the value of the env_slug record component
    • operation_family

      public String operation_family()
      Returns the value of the operation_family record component.
      Returns:
      the value of the operation_family record component
    • method

      public String method()
      Returns the value of the method record component.
      Returns:
      the value of the method record component
    • targets

      public Map<String,String> targets()
      Returns the value of the targets record component.
      Returns:
      the value of the targets record component
    • include_session

      public Boolean include_session()
      Returns the value of the include_session record component.
      Returns:
      the value of the include_session record component
    • include_cache

      public Boolean include_cache()
      Returns the value of the include_cache record component.
      Returns:
      the value of the include_cache record component
    • schema_mode

      public String schema_mode()
      Returns the value of the schema_mode record component.
      Returns:
      the value of the schema_mode record component
    • input_hint

      public Map<String,Object> input_hint()
      Returns the value of the input_hint record component.
      Returns:
      the value of the input_hint record component