Package com.openai.models.responses
Class ContainerNetworkPolicyDomainSecret
-
- All Implemented Interfaces:
public final class ContainerNetworkPolicyDomainSecret
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classContainerNetworkPolicyDomainSecret.BuilderA builder for ContainerNetworkPolicyDomainSecret.
-
Method Summary
Modifier and Type Method Description final Stringdomain()The domain associated with the secret. final Stringname()The name of the secret to inject for the domain. final Stringvalue()The secret value to inject for the domain. final JsonField<String>_domain()Returns the raw JSON value of domain. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_value()Returns the raw JSON value of value. final Map<String, JsonValue>_additionalProperties()final ContainerNetworkPolicyDomainSecret.BuildertoBuilder()final ContainerNetworkPolicyDomainSecretvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ContainerNetworkPolicyDomainSecret.Builderbuilder()Returns a mutable builder for constructing an instance of ContainerNetworkPolicyDomainSecret. -
-
Method Detail
-
_domain
final JsonField<String> _domain()
Returns the raw JSON value of domain.
Unlike domain, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_value
final JsonField<String> _value()
Returns the raw JSON value of value.
Unlike value, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ContainerNetworkPolicyDomainSecret.Builder toBuilder()
-
validate
final ContainerNetworkPolicyDomainSecret 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 ContainerNetworkPolicyDomainSecret.Builder builder()
Returns a mutable builder for constructing an instance of ContainerNetworkPolicyDomainSecret.
The following fields are required:
.domain() .name() .value()
-
-
-
-