Package com.oracle.bmc.core.model
Class FirmwareBundle
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.core.model.FirmwareBundle
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class FirmwareBundle extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA collection of pinned component firmware versions organized by platform.
Note: Objects should always be created or deserialized using theFirmwareBundle.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 theFirmwareBundle.Builder, which maintain a set of all explicitly set fields calledFirmwareBundle.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 Summary
Nested Classes Modifier and Type Class Description static classFirmwareBundle.Builderstatic classFirmwareBundle.LifecycleStateThe current state of the firmware bundle.
-
Constructor Summary
Constructors Constructor Description FirmwareBundle(String id, String displayName, String description, List<PlatformVersions> platforms, FirmwareBundleTransitions allowableTransitions, String compartmentId, Date timeCreated, Date timeUpdated, FirmwareBundle.LifecycleState lifecycleState)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirmwareBundle.Builderbuilder()Create a new builder.booleanequals(Object o)FirmwareBundleTransitionsgetAllowableTransitions()StringgetCompartmentId()The OCID of the compartment of this firmware bundle.StringgetDescription()A brief description or metadata about this firmware bundle.StringgetDisplayName()The user-friendly name of this firmware bundle.StringgetId()The OCID of this firmware bundle.FirmwareBundle.LifecycleStategetLifecycleState()The current state of the firmware bundle.List<PlatformVersions>getPlatforms()A map of platforms to pinned firmware versions.DategetTimeCreated()The date and time the firmware bundle was created, in the format defined by RFC3339.DategetTimeUpdated()The date and time the firmware bundle was updated, in the format defined by RFC3339.inthashCode()FirmwareBundle.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
FirmwareBundle
@Deprecated @ConstructorProperties({"id","displayName","description","platforms","allowableTransitions","compartmentId","timeCreated","timeUpdated","lifecycleState"}) public FirmwareBundle(String id, String displayName, String description, List<PlatformVersions> platforms, FirmwareBundleTransitions allowableTransitions, String compartmentId, Date timeCreated, Date timeUpdated, FirmwareBundle.LifecycleState lifecycleState)
Deprecated.
-
-
Method Detail
-
builder
public static FirmwareBundle.Builder builder()
Create a new builder.
-
toBuilder
public FirmwareBundle.Builder toBuilder()
-
getDisplayName
public String getDisplayName()
The user-friendly name of this firmware bundle.- Returns:
- the value
-
getDescription
public String getDescription()
A brief description or metadata about this firmware bundle.- Returns:
- the value
-
getPlatforms
public List<PlatformVersions> getPlatforms()
A map of platforms to pinned firmware versions.- Returns:
- the value
-
getAllowableTransitions
public FirmwareBundleTransitions getAllowableTransitions()
-
getCompartmentId
public String getCompartmentId()
The OCID of the compartment of this firmware bundle.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time the firmware bundle was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The date and time the firmware bundle was updated, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Returns:
- the value
-
getLifecycleState
public FirmwareBundle.LifecycleState getLifecycleState()
The current state of the firmware bundle.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-