Class OutputItemRetrieveResponse.Result.Sample
-
- All Implemented Interfaces:
public final class OutputItemRetrieveResponse.Result.SampleOptional sample or intermediate data produced by the grader.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOutputItemRetrieveResponse.Result.Sample.BuilderA builder for Sample.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final OutputItemRetrieveResponse.Result.Sample.BuildertoBuilder()final OutputItemRetrieveResponse.Result.Samplevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OutputItemRetrieveResponse.Result.Sample.Builderbuilder()Returns a mutable builder for constructing an instance of Sample. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OutputItemRetrieveResponse.Result.Sample.Builder toBuilder()
-
validate
final OutputItemRetrieveResponse.Result.Sample 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 OutputItemRetrieveResponse.Result.Sample.Builder builder()
Returns a mutable builder for constructing an instance of Sample.
-
-
-
-