Class BetaContainerParams
-
- All Implemented Interfaces:
public final class BetaContainerParamsContainer parameters with skills to be loaded.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaContainerParams.BuilderA builder for BetaContainerParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Container id final Optional<List<BetaSkillParams>>skills()List of skills to load in the container final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<List<BetaSkillParams>>_skills()Returns the raw JSON value of skills. final Map<String, JsonValue>_additionalProperties()final BetaContainerParams.BuildertoBuilder()final BetaContainerParamsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaContainerParams.Builderbuilder()Returns a mutable builder for constructing an instance of BetaContainerParams. -
-
Method Detail
-
skills
final Optional<List<BetaSkillParams>> skills()
List of skills to load in the container
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_skills
final JsonField<List<BetaSkillParams>> _skills()
Returns the raw JSON value of skills.
Unlike skills, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaContainerParams.Builder toBuilder()
-
validate
final BetaContainerParams validate()
-
builder
final static BetaContainerParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaContainerParams.
-
-
-
-