Package com.oracle.bmc.mngdmac.model
Class MacOrder
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mngdmac.model.MacOrder
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250320") public final class MacOrder extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA description of a MacOrder resource.
 Note: Objects should always be created or deserialized using theMacOrder.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 theMacOrder.Builder, which maintain a set of all explicitly set fields calledMacOrder.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 classMacOrder.Builderstatic classMacOrder.CommitmentTermEnum indicating the agreed commitment term for the requested MacDevices.static classMacOrder.LifecycleStateThe current state of the MacOrder.static classMacOrder.OrderStatusThe current status of the MacOrder.static classMacOrder.ShapeEnum indicating the requested shape for the MacDevices.
 - 
Constructor SummaryConstructors Constructor Description MacOrder(String id, String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, Boolean isDocusigned, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, MacOrder.CommitmentTerm commitmentTerm, Date timeBillingStarted, Date timeBillingEnded, MacOrder.OrderStatus orderStatus, MacOrder.LifecycleState lifecycleState, String lifecycleDetails, String cancelReason, Date timeCanceled)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MacOrder.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCancelReason()The reason for the MacOrder cancellation.MacOrder.CommitmentTermgetCommitmentTerm()Enum indicating the agreed commitment term for the requested MacDevices.StringgetCompartmentId()OCID of the compartment to which the resource belongs to.StringgetDisplayName()A user-friendly name.StringgetId()The OCID of the resource.StringgetIpRange()The IP Range specified by the customer for this order.BooleangetIsDocusigned()Checkbox value that indicates whether the customer completed docusign process.StringgetLifecycleDetails()A message that describes the current state of the MacOrder in more detail.MacOrder.LifecycleStategetLifecycleState()The current state of the MacOrder.StringgetOrderDescription()A user-friendly description.IntegergetOrderSize()Number of macs requested in this MacOrder.MacOrder.OrderStatusgetOrderStatus()The current status of the MacOrder.MacOrder.ShapegetShape()Enum indicating the requested shape for the MacDevices.DategetTimeBillingEnded()An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder ends.DategetTimeBillingStarted()An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder begins.DategetTimeCanceled()An RFC3339-formatted datetime string containing the time this MacOrder was cancelled.DategetTimeCreated()The time this resource was created.DategetTimeUpdated()The time this resource was last updated.inthashCode()MacOrder.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MacOrder@Deprecated @ConstructorProperties({"id","compartmentId","displayName","orderDescription","orderSize","ipRange","isDocusigned","shape","timeCreated","timeUpdated","commitmentTerm","timeBillingStarted","timeBillingEnded","orderStatus","lifecycleState","lifecycleDetails","cancelReason","timeCanceled"}) public MacOrder(String id, String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, Boolean isDocusigned, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, MacOrder.CommitmentTerm commitmentTerm, Date timeBillingStarted, Date timeBillingEnded, MacOrder.OrderStatus orderStatus, MacOrder.LifecycleState lifecycleState, String lifecycleDetails, String cancelReason, Date timeCanceled) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MacOrder.Builder builder() Create a new builder.
 - 
toBuilderpublic MacOrder.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID of the resource.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() OCID of the compartment to which the resource belongs to.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. Example: My new resource - Returns:
- the value
 
 - 
getOrderDescriptionpublic String getOrderDescription() A user-friendly description.To provide some insight about the resource. Avoid entering confidential information. - Returns:
- the value
 
 - 
getOrderSizepublic Integer getOrderSize() Number of macs requested in this MacOrder.- Returns:
- the value
 
 - 
getIpRangepublic String getIpRange() The IP Range specified by the customer for this order.- Returns:
- the value
 
 - 
getIsDocusignedpublic Boolean getIsDocusigned() Checkbox value that indicates whether the customer completed docusign process.- Returns:
- the value
 
 - 
getShapepublic MacOrder.Shape getShape() Enum indicating the requested shape for the MacDevices.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time this resource was created.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The time this resource was last updated.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getCommitmentTermpublic MacOrder.CommitmentTerm getCommitmentTerm() Enum indicating the agreed commitment term for the requested MacDevices.- Returns:
- the value
 
 - 
getTimeBillingStartedpublic Date getTimeBillingStarted() An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder begins.- Returns:
- the value
 
 - 
getTimeBillingEndedpublic Date getTimeBillingEnded() An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder ends.- Returns:
- the value
 
 - 
getOrderStatuspublic MacOrder.OrderStatus getOrderStatus() The current status of the MacOrder.- Returns:
- the value
 
 - 
getLifecycleStatepublic MacOrder.LifecycleState getLifecycleState() The current state of the MacOrder.- Returns:
- the value
 
 - 
getLifecycleDetailspublic String getLifecycleDetails() A message that describes the current state of the MacOrder in more detail.- Returns:
- the value
 
 - 
getCancelReasonpublic String getCancelReason() The reason for the MacOrder cancellation.- Returns:
- the value
 
 - 
getTimeCanceledpublic Date getTimeCanceled() An RFC3339-formatted datetime string containing the time this MacOrder was cancelled.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-