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 ActionGroupDetailsA 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 SummaryNested Classes Modifier and Type Class Description static classFleetBasedActionGroupDetails.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.fleetappsmanagement.model.ActionGroupDetailsActionGroupDetails.Kind
 
- 
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FleetBasedActionGroupDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetFleetId()ID of the fleetStringgetRunbookId()ID of the runbookStringgetRunbookVersionName()Name of the runbook versionIntegergetSequence()sequence of the Action GroupinthashCode()FleetBasedActionGroupDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.fleetappsmanagement.model.ActionGroupDetailsgetActivityId, 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- 
builderpublic static FleetBasedActionGroupDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic FleetBasedActionGroupDetails.Builder toBuilder() 
 - 
getFleetIdpublic String getFleetId() ID of the fleet- Returns:
- the value
 
 - 
getSequencepublic Integer getSequence() sequence of the Action Group- Returns:
- the value
 
 - 
getRunbookIdpublic String getRunbookId() ID of the runbook- Returns:
- the value
 
 - 
getRunbookVersionNamepublic String getRunbookVersionName() Name of the runbook version- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ActionGroupDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- ActionGroupDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- ActionGroupDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ActionGroupDetails
 
 
- 
 
-