public class VolumeStatusInfo extends Object implements Serializable
Constructor and Description |
---|
VolumeStatusInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<VolumeStatusDetails> |
getDetails()
The details of the volume status.
|
String |
getStatus()
The status of the volume.
|
int |
hashCode() |
void |
setDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.
|
void |
setStatus(String status)
The status of the volume.
|
void |
setStatus(VolumeStatusInfoStatus status)
The status of the volume.
|
String |
toString() |
public void setStatus(String status)
The status of the volume.
status
- The status of the volume.VolumeStatusInfoStatus
public String getStatus()
The status of the volume.
VolumeStatusInfoStatus
public void setStatus(VolumeStatusInfoStatus status)
The status of the volume.
status
- The status of the volume.VolumeStatusInfoStatus
public List<VolumeStatusDetails> getDetails()
The details of the volume status.
public void setDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.
details
- The details of the volume status.Copyright © 2010–2020. All rights reserved.