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.ExplicitlySetBmcModelDetails 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 classCloneFsuCycleDetails.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.Builderbuilder()Create a new builder.booleanequals(Object o)CreateScheduleDetailsgetApplyActionSchedule()CreateBatchingStrategyDetailsgetBatchingStrategy()StringgetCompartmentId()Compartment Identifier.StringgetDisplayName()Exadata Fleet Update Cycle display name.StringgetFsuCollectionId()OCID identifier for the Collection ID the Exadata Fleet Update Cycle will be assigned to.FsuGoalVersionDetailsgetGoalVersionDetails()CreateScheduleDetailsgetStageActionSchedule()inthashCode()CloneFsuCycleDetails.BuildertoBuilder()StringtoString()StringtoString(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:
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
-
-