Record Class BootstrapModels.GenerateExecutablePayloadParams
java.lang.Object
java.lang.Record
app.ductape.sdk.api.services.model.BootstrapModels.GenerateExecutablePayloadParams
- Enclosing class:
- BootstrapModels
-
Constructor Summary
ConstructorsConstructorDescriptionGenerateExecutablePayloadParams(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 aGenerateExecutablePayloadParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionenv_slug()Returns the value of theenv_slugrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theinclude_cacherecord component.Returns the value of theinclude_sessionrecord component.Returns the value of theinput_hintrecord component.method()Returns the value of themethodrecord component.Returns the value of theoperation_familyrecord component.Returns the value of theproduct_tagrecord component.Returns the value of theschema_moderecord component.targets()Returns the value of thetargetsrecord component.final StringtoString()Returns a string representation of this record class.
-
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 aGenerateExecutablePayloadParamsrecord class.- Parameters:
product_tag- the value for theproduct_tagrecord componentenv_slug- the value for theenv_slugrecord componentoperation_family- the value for theoperation_familyrecord componentmethod- the value for themethodrecord componenttargets- the value for thetargetsrecord componentinclude_session- the value for theinclude_sessionrecord componentinclude_cache- the value for theinclude_cacherecord componentschema_mode- the value for theschema_moderecord componentinput_hint- the value for theinput_hintrecord component
-
-
Method Details
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
product_tag
Returns the value of theproduct_tagrecord component.- Returns:
- the value of the
product_tagrecord component
-
env_slug
Returns the value of theenv_slugrecord component.- Returns:
- the value of the
env_slugrecord component
-
operation_family
Returns the value of theoperation_familyrecord component.- Returns:
- the value of the
operation_familyrecord component
-
method
Returns the value of themethodrecord component.- Returns:
- the value of the
methodrecord component
-
targets
Returns the value of thetargetsrecord component.- Returns:
- the value of the
targetsrecord component
-
include_session
Returns the value of theinclude_sessionrecord component.- Returns:
- the value of the
include_sessionrecord component
-
include_cache
Returns the value of theinclude_cacherecord component.- Returns:
- the value of the
include_cacherecord component
-
schema_mode
Returns the value of theschema_moderecord component.- Returns:
- the value of the
schema_moderecord component
-
input_hint
Returns the value of theinput_hintrecord component.- Returns:
- the value of the
input_hintrecord component
-