public class VolumeStatusDetails extends Object implements Serializable
Constructor and Description |
---|
VolumeStatusDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
The name of the volume status.
|
String |
getStatus()
The intended status of the volume status.
|
int |
hashCode() |
void |
setName(String name)
The name of the volume status.
|
void |
setName(VolumeStatusName name)
The name of the volume status.
|
void |
setStatus(String status)
The intended status of the volume status.
|
String |
toString() |
public void setName(String name)
The name of the volume status.
name
- The name of the volume status.VolumeStatusName
public String getName()
The name of the volume status.
VolumeStatusName
public void setName(VolumeStatusName name)
The name of the volume status.
name
- The name of the volume status.VolumeStatusName
public void setStatus(String status)
The intended status of the volume status.
status
- The intended status of the volume status.public String getStatus()
The intended status of the volume status.
Copyright © 2010–2020. All rights reserved.