Package com.oracle.bmc.jms.model
Class NewInstallationSite
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jms.model.NewInstallationSite
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class NewInstallationSite extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe properties of a new Java installation site.
 Note: Objects should always be created or deserialized using theNewInstallationSite.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 theNewInstallationSite.Builder, which maintain a set of all explicitly set fields calledNewInstallationSite.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 classNewInstallationSite.Builder
 - 
Constructor SummaryConstructors Constructor Description NewInstallationSite(String managedInstanceId, String releaseVersion, ArtifactContentType artifactContentType, String installationPath, Boolean headlessMode, Boolean forceInstall)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NewInstallationSite.Builderbuilder()Create a new builder.booleanequals(Object o)ArtifactContentTypegetArtifactContentType()Artifact content type for the Java version.BooleangetForceInstall()Forces the installation request even if a more recent release is already present in the host.BooleangetHeadlessMode()Flag to install headless or headful Java installation.StringgetInstallationPath()Custom path to install new Java installation site.StringgetManagedInstanceId()The OCID of the related managed instance.StringgetReleaseVersion()The release version of the Java Runtime.inthashCode()NewInstallationSite.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
NewInstallationSite@Deprecated @ConstructorProperties({"managedInstanceId","releaseVersion","artifactContentType","installationPath","headlessMode","forceInstall"}) public NewInstallationSite(String managedInstanceId, String releaseVersion, ArtifactContentType artifactContentType, String installationPath, Boolean headlessMode, Boolean forceInstall) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static NewInstallationSite.Builder builder() Create a new builder.
 - 
toBuilderpublic NewInstallationSite.Builder toBuilder() 
 - 
getManagedInstanceIdpublic String getManagedInstanceId() The OCID of the related managed instance.- Returns:
- the value
 
 - 
getReleaseVersionpublic String getReleaseVersion() The release version of the Java Runtime.- Returns:
- the value
 
 - 
getArtifactContentTypepublic ArtifactContentType getArtifactContentType() Artifact content type for the Java version.- Returns:
- the value
 
 - 
getInstallationPathpublic String getInstallationPath() Custom path to install new Java installation site.- Returns:
- the value
 
 - 
getHeadlessModepublic Boolean getHeadlessMode() Flag to install headless or headful Java installation.Only valid for Oracle Linux in OCI. - Returns:
- the value
 
 - 
getForceInstallpublic Boolean getForceInstall() Forces the installation request even if a more recent release is already present in the host.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-