Package com.oracle.bmc.mngdmac.model
Class MacDevice
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mngdmac.model.MacDevice
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250320") public final class MacDevice extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelRepresents a MacDevice resource.
 Note: Objects should always be created or deserialized using theMacDevice.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 theMacDevice.Builder, which maintain a set of all explicitly set fields calledMacDevice.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 classMacDevice.Builderstatic classMacDevice.LifecycleStateThe current status of the MacDevice.
 - 
Constructor SummaryConstructors Constructor Description MacDevice(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacDevice.LifecycleState lifecycleState, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MacDevice.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()OCID of the compartment to which the resource belongs to.StringgetId()The unique ID of the MacDevice.StringgetIpAddress()The IP address assigned to the MacDevice.BooleangetIsMarkedDecom()A flag that indicates if this MacDevice is decommissioned.MacDevice.LifecycleStategetLifecycleState()The current status of the MacDevice.StringgetMacOrderId()The OCID of the resource.StringgetSerialNumber()The serial number of the MacDevice.MacOrder.ShapegetShape()The shape of the Mac.DategetTimeCreated()The time this resource was created.DategetTimeDecom()An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned.DategetTimeUpdated()The time this resource was last updated.inthashCode()MacDevice.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MacDevice@Deprecated @ConstructorProperties({"id","compartmentId","macOrderId","serialNumber","ipAddress","lifecycleState","shape","timeCreated","timeUpdated","isMarkedDecom","timeDecom"}) public MacDevice(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacDevice.LifecycleState lifecycleState, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MacDevice.Builder builder() Create a new builder.
 - 
toBuilderpublic MacDevice.Builder toBuilder() 
 - 
getIdpublic String getId() The unique ID of the MacDevice.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() OCID of the compartment to which the resource belongs to.- Returns:
- the value
 
 - 
getMacOrderIdpublic String getMacOrderId() The OCID of the resource.- Returns:
- the value
 
 - 
getSerialNumberpublic String getSerialNumber() The serial number of the MacDevice.- Returns:
- the value
 
 - 
getIpAddresspublic String getIpAddress() The IP address assigned to the MacDevice.- Returns:
- the value
 
 - 
getLifecycleStatepublic MacDevice.LifecycleState getLifecycleState() The current status of the MacDevice.- Returns:
- the value
 
 - 
getShapepublic MacOrder.Shape getShape() The shape of the Mac.- 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
 
 - 
getIsMarkedDecompublic Boolean getIsMarkedDecom() A flag that indicates if this MacDevice is decommissioned.- Returns:
- the value
 
 - 
getTimeDecompublic Date getTimeDecom() An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned.- 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
 
 
- 
 
-