@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class UpdateDefaultModelDeploymentEnvironmentConfigurationDetails extends UpdateModelDeploymentEnvironmentConfigurationDetails
The update environment configuration details object for managed container
Note: Objects should always be created or deserialized using the UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
, which maintain a
set of all explicitly set fields called UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Map<String,String> |
getEnvironmentVariables()
Environment variables to set for the web server container.
|
int |
hashCode() |
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public UpdateDefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)
public static UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder builder()
Create a new builder.
public UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder toBuilder()
public Map<String,String> getEnvironmentVariables()
Environment variables to set for the web server container. The size of envVars must be less
than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits
and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key
should not end with underscore eg. TEST_
Key if added cannot be empty. Value can be
empty. No specific size limits on individual Values. But overall environment variables is
limited to 2048 bytes. Key can’t be reserved Model Deployment environment variables.
public String toString()
toString
in class UpdateModelDeploymentEnvironmentConfigurationDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class UpdateModelDeploymentEnvironmentConfigurationDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class UpdateModelDeploymentEnvironmentConfigurationDetails
public int hashCode()
hashCode
in class UpdateModelDeploymentEnvironmentConfigurationDetails
Copyright © 2016–2024. All rights reserved.