Class UpdateDefaultModelDeploymentEnvironmentConfigurationDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datascience.model.UpdateModelDeploymentEnvironmentConfigurationDetails
- 
- com.oracle.bmc.datascience.model.UpdateDefaultModelDeploymentEnvironmentConfigurationDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class UpdateDefaultModelDeploymentEnvironmentConfigurationDetails extends UpdateModelDeploymentEnvironmentConfigurationDetailsThe update environment configuration details object for managed container
 Note: Objects should always be created or deserialized using theUpdateDefaultModelDeploymentEnvironmentConfigurationDetails.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 calledUpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description UpdateDefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builderbuilder()Create a new builder.booleanequals(Object o)Map<String,String>getEnvironmentVariables()Environment variables to set for the web server container.inthashCode()UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails@Deprecated public UpdateDefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder toBuilder() 
 - 
getEnvironmentVariablespublic 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. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- UpdateModelDeploymentEnvironmentConfigurationDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- UpdateModelDeploymentEnvironmentConfigurationDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- UpdateModelDeploymentEnvironmentConfigurationDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- UpdateModelDeploymentEnvironmentConfigurationDetails
 
 
- 
 
-