Class CreateJobOperationDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.resourcemanager.model.CreateJobOperationDetails
-
- Direct Known Subclasses:
CreateApplyJobOperationDetails,CreateApplyRollbackJobOperationDetails,CreateDestroyJobOperationDetails,CreateImportTfStateJobOperationDetails,CreatePlanJobOperationDetails,CreatePlanRollbackJobOperationDetails
@Generated(value="OracleSDKGenerator", comments="API Version: 20180917") public class CreateJobOperationDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelJob details that are specific to the operation type.
Note: Objects should always be created or deserialized using theBuilder. 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 theBuilder, which maintain a set of all explicitly set fields calledBuilder#__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).
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateJobOperationDetails(Boolean isProviderUpgradeRequired)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetIsProviderUpgradeRequired()Specifies whether or not to upgrade provider versions.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
CreateJobOperationDetails
@Deprecated @ConstructorProperties("isProviderUpgradeRequired") protected CreateJobOperationDetails(Boolean isProviderUpgradeRequired)
Deprecated.
-
-
Method Detail
-
getIsProviderUpgradeRequired
public Boolean getIsProviderUpgradeRequired()
Specifies whether or not to upgrade provider versions.Within the version constraints of your Terraform configuration, use the latest versions available from the source of Terraform providers. For more information about this option, see Dependency Lock File (terraform.io).
- Returns:
- the value
-
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
-
-