public class DriveBay extends BaseModelResource
Constructor and Description |
---|
DriveBay() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DeviceInterface |
getAttachedDeviceInterface() |
String |
getAttachedDeviceWWID() |
Drive |
getDrive() |
Location |
getDriveBayLocation() |
String |
getModel() |
int |
hashCode() |
void |
setAttachedDeviceInterface(DeviceInterface attachedDeviceInterface) |
void |
setAttachedDeviceWWID(String attachedDeviceWWID) |
void |
setDrive(Drive drive) |
void |
setDriveBayLocation(Location driveBayLocation) |
void |
setModel(String model) |
String |
toString() |
canEqual, getCategory, getCreated, getDescription, getETag, getModified, getName, getResourceId, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toJsonString
public DeviceInterface getAttachedDeviceInterface()
public void setAttachedDeviceInterface(DeviceInterface attachedDeviceInterface)
attachedDeviceInterface
- the attachedDeviceInterface to setpublic String getAttachedDeviceWWID()
public void setAttachedDeviceWWID(String attachedDeviceWWID)
attachedDeviceWWID
- the attachedDeviceWWID to setpublic Drive getDrive()
public void setDrive(Drive drive)
drive
- the drive to setpublic Location getDriveBayLocation()
public void setDriveBayLocation(Location driveBayLocation)
driveBayLocation
- the driveBayLocation to setpublic String getModel()
public void setModel(String model)
model
- the model to setpublic String toString()
toString
in class BaseModelResource
public boolean equals(Object obj)
equals
in class BaseModelResource
public int hashCode()
hashCode
in class BaseModelResource
Copyright © 2017. All rights reserved.