public class DriveEnclosureIOAdapter extends BaseModelResource
Constructor and Description |
---|
DriveEnclosureIOAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFirmwareVersion() |
Location |
getIoAdapterLocation() |
String |
getManufacturer() |
String |
getModel() |
String |
getPartNumber() |
int |
getPortCount() |
List<SasPort> |
getPorts() |
String |
getRedundantIoModule() |
String |
getSerialNumber() |
String |
getWwid() |
int |
hashCode() |
void |
setFirmwareVersion(String firmwareVersion) |
void |
setIoAdapterLocation(Location ioAdapterLocation) |
void |
setManufacturer(String manufacturer) |
void |
setModel(String model) |
void |
setPartNumber(String partNumber) |
void |
setPortCount(int portCount) |
void |
setPorts(List<SasPort> ports) |
void |
setRedundantIoModule(String redundantIoModule) |
void |
setSerialNumber(String serialNumber) |
void |
setWwid(String wwid) |
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 String getFirmwareVersion()
public void setFirmwareVersion(String firmwareVersion)
firmwareVersion
- the firmwareVersion to setpublic Location getIoAdapterLocation()
public void setIoAdapterLocation(Location ioAdapterLocation)
ioAdapterLocation
- the ioAdapterLocation to setpublic String getManufacturer()
public void setManufacturer(String manufacturer)
manufacturer
- the manufacturer to setpublic String getModel()
public void setModel(String model)
model
- the model to setpublic String getPartNumber()
public void setPartNumber(String partNumber)
partNumber
- the partNumber to setpublic int getPortCount()
public void setPortCount(int portCount)
portCount
- the portCount to setpublic String getRedundantIoModule()
public void setRedundantIoModule(String redundantIoModule)
redundantIoModule
- the redundantIoModule to setpublic String getSerialNumber()
public void setSerialNumber(String serialNumber)
serialNumber
- the serialNumber to setpublic String getWwid()
public void setWwid(String wwid)
wwid
- the wwid to setpublic boolean equals(Object obj)
equals
in class BaseModelResource
public int hashCode()
hashCode
in class BaseModelResource
public String toString()
toString
in class BaseModelResource
Copyright © 2016. All rights reserved.