@Generated(value="OracleSDKGenerator", comments="API Version: 20200501") public final class SupportedVmwareSoftwareVersionSummary extends Object
A specific version of bundled VMware software supported by the Oracle Cloud VMware Solution.
SupportedVmwareSoftwareVersionSummary.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 SupportedVmwareSoftwareVersionSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
SupportedVmwareSoftwareVersionSummary.Builder |
Constructor and Description |
---|
SupportedVmwareSoftwareVersionSummary(String version,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SupportedVmwareSoftwareVersionSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDescription()
A description of the software in the bundle.
|
String |
getVersion()
A short, unique string that identifies the version of bundled software.
|
int |
hashCode() |
SupportedVmwareSoftwareVersionSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"version","description"}) @Deprecated public SupportedVmwareSoftwareVersionSummary(String version, String description)
public static SupportedVmwareSoftwareVersionSummary.Builder builder()
Create a new builder.
public SupportedVmwareSoftwareVersionSummary.Builder toBuilder()
public String getVersion()
A short, unique string that identifies the version of bundled software.
public String getDescription()
A description of the software in the bundle.
Copyright © 2016–2022. All rights reserved.