Class RedTeamCreateResponse
-
- All Implemented Interfaces:
public final class RedTeamCreateResponseResponse from starting a workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRedTeamCreateResponse.BuilderA builder for RedTeamCreateResponse.
-
Method Summary
Modifier and Type Method Description final StringrunId()Run identifier final StringworkflowId()Workflow identifier final JsonField<String>_runId()Returns the raw JSON value of runId. final JsonField<String>_workflowId()Returns the raw JSON value of workflowId. final Map<String, JsonValue>_additionalProperties()final RedTeamCreateResponse.BuildertoBuilder()final RedTeamCreateResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RedTeamCreateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of RedTeamCreateResponse. -
-
Method Detail
-
workflowId
final String workflowId()
Workflow identifier
-
_runId
final JsonField<String> _runId()
Returns the raw JSON value of runId.
Unlike runId, this method doesn't throw if the JSON field has an unexpected type.
-
_workflowId
final JsonField<String> _workflowId()
Returns the raw JSON value of workflowId.
Unlike workflowId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RedTeamCreateResponse.Builder toBuilder()
-
validate
final RedTeamCreateResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static RedTeamCreateResponse.Builder builder()
Returns a mutable builder for constructing an instance of RedTeamCreateResponse.
The following fields are required:
.runId() .workflowId()
-
-
-
-