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()
Compartment Identifier.String
getDisplayName()
Exadata Fleet Update Cycle display name.String
getFsuCollectionId()
OCID identifier for the Collection ID the Exadata Fleet Update Cycle will be assigned to.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()
Exadata Fleet Update Cycle display name.- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
Compartment Identifier.- Returns:
- the value
-
getFsuCollectionId
public String getFsuCollectionId()
OCID identifier for the Collection ID the Exadata Fleet Update Cycle will be assigned to.If not specified, it will be assigned to the same 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
-
-