Class FleetBasedActionGroupDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.fleetappsmanagement.model.ActionGroupDetails
-
- com.oracle.bmc.fleetappsmanagement.model.FleetBasedActionGroupDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public final class FleetBasedActionGroupDetails extends ActionGroupDetails
A string variable that holds a value
Note: Objects should always be created or deserialized using theFleetBasedActionGroupDetails.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
FleetBasedActionGroupDetails.Builder
, which maintain a set of all explicitly set fields calledFleetBasedActionGroupDetails.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 class
FleetBasedActionGroupDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.fleetappsmanagement.model.ActionGroupDetails
ActionGroupDetails.Kind
-
-
Constructor Summary
Constructors Constructor Description FleetBasedActionGroupDetails(String displayName, String product, String lifecycleOperation, String activityId, JobStatus status, Date timeStarted, Date timeEnded, String fleetId, Integer sequence, String runbookId, String runbookVersionName)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FleetBasedActionGroupDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getFleetId()
ID of the fleetString
getRunbookId()
ID of the runbookString
getRunbookVersionName()
Name of the runbook versionInteger
getSequence()
sequence of the Action Groupint
hashCode()
FleetBasedActionGroupDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.fleetappsmanagement.model.ActionGroupDetails
getActivityId, getDisplayName, getLifecycleOperation, getProduct, getStatus, getTimeEnded, getTimeStarted
-
-
-
-
Constructor Detail
-
FleetBasedActionGroupDetails
@Deprecated public FleetBasedActionGroupDetails(String displayName, String product, String lifecycleOperation, String activityId, JobStatus status, Date timeStarted, Date timeEnded, String fleetId, Integer sequence, String runbookId, String runbookVersionName)
Deprecated.
-
-
Method Detail
-
builder
public static FleetBasedActionGroupDetails.Builder builder()
Create a new builder.
-
toBuilder
public FleetBasedActionGroupDetails.Builder toBuilder()
-
getFleetId
public String getFleetId()
ID of the fleet- Returns:
- the value
-
getSequence
public Integer getSequence()
sequence of the Action Group- Returns:
- the value
-
getRunbookId
public String getRunbookId()
ID of the runbook- Returns:
- the value
-
getRunbookVersionName
public String getRunbookVersionName()
Name of the runbook version- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classActionGroupDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classActionGroupDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classActionGroupDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classActionGroupDetails
-
-