Package com.openai.models.beta.responses
Class BetaContainerNetworkPolicyDomainSecret
-
- All Implemented Interfaces:
public final class BetaContainerNetworkPolicyDomainSecret
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaContainerNetworkPolicyDomainSecret.BuilderA builder for BetaContainerNetworkPolicyDomainSecret.
-
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 BetaContainerNetworkPolicyDomainSecret.BuildertoBuilder()final BetaContainerNetworkPolicyDomainSecretvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaContainerNetworkPolicyDomainSecret.Builderbuilder()Returns a mutable builder for constructing an instance of BetaContainerNetworkPolicyDomainSecret. -
-
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 BetaContainerNetworkPolicyDomainSecret.Builder toBuilder()
-
validate
final BetaContainerNetworkPolicyDomainSecret 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 BetaContainerNetworkPolicyDomainSecret.Builder builder()
Returns a mutable builder for constructing an instance of BetaContainerNetworkPolicyDomainSecret.
The following fields are required:
.domain() .name() .value()
-
-
-
-