public class VolumeStatusItem extends Object implements Serializable
Constructor and Description |
---|
VolumeStatusItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<VolumeStatusAction> |
getActions()
The details of the operation.
|
String |
getAvailabilityZone()
The Availability Zone of the volume.
|
List<VolumeStatusEvent> |
getEvents()
A list of events associated with the volume.
|
String |
getVolumeId()
The volume ID.
|
VolumeStatusInfo |
getVolumeStatus()
The volume status.
|
int |
hashCode() |
void |
setActions(Collection<VolumeStatusAction> actions)
The details of the operation.
|
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone of the volume.
|
void |
setEvents(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
void |
setVolumeId(String volumeId)
The volume ID.
|
void |
setVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
|
String |
toString() |
public void setVolumeId(String volumeId)
The volume ID.
volumeId
- The volume ID.public String getVolumeId()
The volume ID.
public void setAvailabilityZone(String availabilityZone)
The Availability Zone of the volume.
availabilityZone
- The Availability Zone of the volume.public String getAvailabilityZone()
The Availability Zone of the volume.
public void setVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
volumeStatus
- The volume status.public VolumeStatusInfo getVolumeStatus()
The volume status.
public List<VolumeStatusEvent> getEvents()
A list of events associated with the volume.
public void setEvents(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
events
- A list of events associated with the volume.public List<VolumeStatusAction> getActions()
The details of the operation.
public void setActions(Collection<VolumeStatusAction> actions)
The details of the operation.
actions
- The details of the operation.Copyright © 2010–2020. All rights reserved.