Class RunStepDelta
-
- All Implemented Interfaces:
public final class RunStepDeltaThe delta containing the fields that have changed on the run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStepDelta.BuilderA builder for RunStepDelta.
public final classRunStepDelta.StepDetailsThe details of the run step.
-
Method Summary
Modifier and Type Method Description final Optional<RunStepDelta.StepDetails>stepDetails()The details of the run step. final JsonField<RunStepDelta.StepDetails>_stepDetails()Returns the raw JSON value of stepDetails. final Map<String, JsonValue>_additionalProperties()final RunStepDelta.BuildertoBuilder()final RunStepDeltavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStepDelta.Builderbuilder()Returns a mutable builder for constructing an instance of RunStepDelta. -
-
Method Detail
-
stepDetails
final Optional<RunStepDelta.StepDetails> stepDetails()
The details of the run step.
-
_stepDetails
final JsonField<RunStepDelta.StepDetails> _stepDetails()
Returns the raw JSON value of stepDetails.
Unlike stepDetails, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunStepDelta.Builder toBuilder()
-
validate
final RunStepDelta 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 RunStepDelta.Builder builder()
Returns a mutable builder for constructing an instance of RunStepDelta.
-
-
-
-