Class CloneFsuCycleDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.fleetsoftwareupdate.model.CloneFsuCycleDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220528") public final class CloneFsuCycleDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details for cloning an existing Exadata Fleet Update Cycle resource.
Note: Objects should always be created or deserialized using theCloneFsuCycleDetails.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 theCloneFsuCycleDetails.Builder
, which maintain a set of all explicitly set fields calledCloneFsuCycleDetails.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
CloneFsuCycleDetails.Builder
-
Constructor Summary
Constructors Constructor Description CloneFsuCycleDetails(String displayName, String compartmentId, String fsuCollectionId, FsuGoalVersionDetails goalVersionDetails, CreateBatchingStrategyDetails batchingStrategy, CreateScheduleDetails stageActionSchedule, CreateScheduleDetails applyActionSchedule)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloneFsuCycleDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
CreateScheduleDetails
getApplyActionSchedule()
CreateBatchingStrategyDetails
getBatchingStrategy()
String
getCompartmentId()
The OCID of the Compartment.String
getDisplayName()
The user-friendly name for the Exadata Fleet Update Cycle.String
getFsuCollectionId()
The OCID of the Exadata Fleet Update Collection which will be updated by the Exadata Fleet Update Cycle being created.FsuGoalVersionDetails
getGoalVersionDetails()
CreateScheduleDetails
getStageActionSchedule()
int
hashCode()
CloneFsuCycleDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CloneFsuCycleDetails
@Deprecated @ConstructorProperties({"displayName","compartmentId","fsuCollectionId","goalVersionDetails","batchingStrategy","stageActionSchedule","applyActionSchedule"}) public CloneFsuCycleDetails(String displayName, String compartmentId, String fsuCollectionId, FsuGoalVersionDetails goalVersionDetails, CreateBatchingStrategyDetails batchingStrategy, CreateScheduleDetails stageActionSchedule, CreateScheduleDetails applyActionSchedule)
Deprecated.
-
-
Method Detail
-
builder
public static CloneFsuCycleDetails.Builder builder()
Create a new builder.
-
toBuilder
public CloneFsuCycleDetails.Builder toBuilder()
-
getDisplayName
public String getDisplayName()
The user-friendly name for the Exadata Fleet Update Cycle.- Returns:
- the value
-
getFsuCollectionId
public String getFsuCollectionId()
The OCID of the Exadata Fleet Update Collection which will be updated by the Exadata Fleet Update Cycle being created.If not specified, the cloned Exadata Fleet Update Cycle will be assigned to the same Exadata Fleet Update Collection as the source Exadata Fleet Update Cycle.
- Returns:
- the value
-
getGoalVersionDetails
public FsuGoalVersionDetails getGoalVersionDetails()
-
getBatchingStrategy
public CreateBatchingStrategyDetails getBatchingStrategy()
-
getStageActionSchedule
public CreateScheduleDetails getStageActionSchedule()
-
getApplyActionSchedule
public CreateScheduleDetails getApplyActionSchedule()
-
toString
public String toString()
- Overrides:
toString
in 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:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-