public class LogicalJbod extends Object implements Serializable
Constructor and Description |
---|
LogicalJbod() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeviceSlot() |
Integer |
getDriveMaxSizeGB() |
Integer |
getDriveMinSizeGB() |
String |
getDriveTechnology() |
Integer |
getId() |
String |
getName() |
Integer |
getNumPhysicalDrives() |
String |
getSasLogicalJBODUri() |
HealthStatus |
getStatus() |
int |
hashCode() |
void |
setDeviceSlot(String deviceSlot) |
void |
setDriveMaxSizeGB(Integer driveMaxSizeGB) |
void |
setDriveMinSizeGB(Integer driveMinSizeGB) |
void |
setDriveTechnology(String driveTechnology) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setNumPhysicalDrives(Integer numPhysicalDrives) |
void |
setSasLogicalJBODUri(String sasLogicalJBODUri) |
void |
setStatus(HealthStatus status) |
String |
toString() |
public String getDeviceSlot()
public void setDeviceSlot(String deviceSlot)
deviceSlot
- the deviceSlot to setpublic Integer getDriveMaxSizeGB()
public void setDriveMaxSizeGB(Integer driveMaxSizeGB)
driveMaxSizeGB
- the driveMaxSizeGB to setpublic Integer getDriveMinSizeGB()
public void setDriveMinSizeGB(Integer driveMinSizeGB)
driveMinSizeGB
- the driveMinSizeGB to setpublic String getDriveTechnology()
public void setDriveTechnology(String driveTechnology)
driveTechnology
- the driveTechnology to setpublic Integer getId()
public void setId(Integer id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic Integer getNumPhysicalDrives()
public void setNumPhysicalDrives(Integer numPhysicalDrives)
numPhysicalDrives
- the numPhysicalDrives to setpublic String getSasLogicalJBODUri()
public void setSasLogicalJBODUri(String sasLogicalJBODUri)
sasLogicalJBODUri
- the sasLogicalJBODUri to setpublic HealthStatus getStatus()
public void setStatus(HealthStatus status)
status
- the status to setCopyright © 2016. All rights reserved.