Class InteractionAnalyzeResponse.Metadata.Project
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.Metadata.Project
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeResponse.Metadata.Project.BuilderA builder for Project.
-
Method Summary
Modifier and Type Method Description final Optional<String>projectAlias()A custom alias for the Project. final Optional<String>projectId()The unique identifier for the Project. final Optional<String>rulesetId()The unique identifier for the Ruleset associated with the Project. final JsonField<String>_projectAlias()Returns the raw JSON value of projectAlias. final JsonField<String>_projectId()Returns the raw JSON value of projectId. final JsonField<String>_rulesetId()Returns the raw JSON value of rulesetId. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeResponse.Metadata.Project.BuildertoBuilder()final InteractionAnalyzeResponse.Metadata.Projectvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeResponse.Metadata.Project.Builderbuilder()Returns a mutable builder for constructing an instance of Project. -
-
Method Detail
-
projectAlias
final Optional<String> projectAlias()
A custom alias for the Project.
-
rulesetId
final Optional<String> rulesetId()
The unique identifier for the Ruleset associated with the Project.
-
_projectAlias
final JsonField<String> _projectAlias()
Returns the raw JSON value of projectAlias.
Unlike projectAlias, this method doesn't throw if the JSON field has an unexpected type.
-
_projectId
final JsonField<String> _projectId()
Returns the raw JSON value of projectId.
Unlike projectId, this method doesn't throw if the JSON field has an unexpected type.
-
_rulesetId
final JsonField<String> _rulesetId()
Returns the raw JSON value of rulesetId.
Unlike rulesetId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeResponse.Metadata.Project.Builder toBuilder()
-
validate
final InteractionAnalyzeResponse.Metadata.Project 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 InteractionAnalyzeResponse.Metadata.Project.Builder builder()
Returns a mutable builder for constructing an instance of Project.
-
-
-
-