@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class DefaultModelDeploymentEnvironmentConfigurationDetails extends ModelDeploymentEnvironmentConfigurationDetails
The environment configuration details object for managed container
Note: Objects should always be created or deserialized using the DefaultModelDeploymentEnvironmentConfigurationDetails.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 DefaultModelDeploymentEnvironmentConfigurationDetails.Builder
, which maintain a
set of all explicitly set fields called DefaultModelDeploymentEnvironmentConfigurationDetails.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 |
DefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DefaultModelDeploymentEnvironmentConfigurationDetails.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() |
DefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public DefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)
public static DefaultModelDeploymentEnvironmentConfigurationDetails.Builder builder()
Create a new builder.
public DefaultModelDeploymentEnvironmentConfigurationDetails.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 ModelDeploymentEnvironmentConfigurationDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class ModelDeploymentEnvironmentConfigurationDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ModelDeploymentEnvironmentConfigurationDetails
public int hashCode()
hashCode
in class ModelDeploymentEnvironmentConfigurationDetails
Copyright © 2016–2024. All rights reserved.