Package com.oracle.bmc.mngdmac.model
Class MacDeviceSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mngdmac.model.MacDeviceSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250320") public final class MacDeviceSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary information about a MacDevice.
 Note: Objects should always be created or deserialized using theMacDeviceSummary.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 theMacDeviceSummary.Builder, which maintain a set of all explicitly set fields calledMacDeviceSummary.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 classMacDeviceSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description MacDeviceSummary(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacOrder.Shape shape, MacDevice.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MacDeviceSummary.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 MacDevice.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()MacDeviceSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MacDeviceSummary@Deprecated @ConstructorProperties({"id","compartmentId","macOrderId","serialNumber","ipAddress","shape","lifecycleState","timeCreated","timeUpdated","isMarkedDecom","timeDecom"}) public MacDeviceSummary(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacOrder.Shape shape, MacDevice.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MacDeviceSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic MacDeviceSummary.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
 
 - 
getShapepublic MacOrder.Shape getShape() The shape of the MacDevice.- Returns:
- the value
 
 - 
getLifecycleStatepublic MacDevice.LifecycleState getLifecycleState() The current status of the MacDevice.- 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
 
 
- 
 
-