Record Class BootstrapModels.BootstrapActionResponse
java.lang.Object
java.lang.Record
app.ductape.sdk.api.services.model.BootstrapModels.BootstrapActionResponse
- Enclosing class:
- BootstrapModels
public static record BootstrapModels.BootstrapActionResponse(String product_id, String workspace_id, String private_key, Map<String,Object> action, Map<String,Object> app_env, Map<String,Object> product_env_mapping, Integer retries, Boolean app_active, String recipient_workspace_id, String app_id)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapActionResponse(String product_id, String workspace_id, String private_key, Map<String, Object> action, Map<String, Object> app_env, Map<String, Object> product_env_mapping, Integer retries, Boolean app_active, String recipient_workspace_id, String app_id) Creates an instance of aBootstrapActionResponserecord class. -
Method Summary
Modifier and TypeMethodDescriptionaction()Returns the value of theactionrecord component.Returns the value of theapp_activerecord component.app_env()Returns the value of theapp_envrecord component.app_id()Returns the value of theapp_idrecord 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 theprivate_keyrecord component.Returns the value of theproduct_env_mappingrecord component.Returns the value of theproduct_idrecord component.Returns the value of therecipient_workspace_idrecord component.retries()Returns the value of theretriesrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theworkspace_idrecord component.
-
Constructor Details
-
BootstrapActionResponse
public BootstrapActionResponse(String product_id, String workspace_id, String private_key, Map<String, Object> action, Map<String, Object> app_env, Map<String, Object> product_env_mapping, Integer retries, Boolean app_active, String recipient_workspace_id, String app_id) Creates an instance of aBootstrapActionResponserecord class.- Parameters:
product_id- the value for theproduct_idrecord componentworkspace_id- the value for theworkspace_idrecord componentprivate_key- the value for theprivate_keyrecord componentaction- the value for theactionrecord componentapp_env- the value for theapp_envrecord componentproduct_env_mapping- the value for theproduct_env_mappingrecord componentretries- the value for theretriesrecord componentapp_active- the value for theapp_activerecord componentrecipient_workspace_id- the value for therecipient_workspace_idrecord componentapp_id- the value for theapp_idrecord 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_id
Returns the value of theproduct_idrecord component.- Returns:
- the value of the
product_idrecord component
-
workspace_id
Returns the value of theworkspace_idrecord component.- Returns:
- the value of the
workspace_idrecord component
-
private_key
Returns the value of theprivate_keyrecord component.- Returns:
- the value of the
private_keyrecord component
-
action
Returns the value of theactionrecord component.- Returns:
- the value of the
actionrecord component
-
app_env
Returns the value of theapp_envrecord component.- Returns:
- the value of the
app_envrecord component
-
product_env_mapping
Returns the value of theproduct_env_mappingrecord component.- Returns:
- the value of the
product_env_mappingrecord component
-
retries
Returns the value of theretriesrecord component.- Returns:
- the value of the
retriesrecord component
-
app_active
Returns the value of theapp_activerecord component.- Returns:
- the value of the
app_activerecord component
-
recipient_workspace_id
Returns the value of therecipient_workspace_idrecord component.- Returns:
- the value of the
recipient_workspace_idrecord component
-
app_id
Returns the value of theapp_idrecord component.- Returns:
- the value of the
app_idrecord component
-