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