public class VolumeStatusAction extends Object implements Serializable
Constructor and Description |
---|
VolumeStatusAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode()
The code identifying the operation, for example,
enable-volume-io . |
String |
getDescription()
A description of the operation.
|
String |
getEventId()
The ID of the event associated with this operation.
|
String |
getEventType()
The event type associated with this operation.
|
int |
hashCode() |
void |
setCode(String code)
The code identifying the operation, for example,
enable-volume-io . |
void |
setDescription(String description)
A description of the operation.
|
void |
setEventId(String eventId)
The ID of the event associated with this operation.
|
void |
setEventType(String eventType)
The event type associated with this operation.
|
String |
toString() |
public void setCode(String code)
The code identifying the operation, for example, enable-volume-io
.
code
- The code identifying the operation, for example, enable-volume-io
.public String getCode()
The code identifying the operation, for example, enable-volume-io
.
enable-volume-io
.public void setDescription(String description)
A description of the operation.
description
- A description of the operation.public String getDescription()
A description of the operation.
public void setEventType(String eventType)
The event type associated with this operation.
eventType
- The event type associated with this operation.public String getEventType()
The event type associated with this operation.
public void setEventId(String eventId)
The ID of the event associated with this operation.
eventId
- The ID of the event associated with this operation.public String getEventId()
The ID of the event associated with this operation.
Copyright © 2010–2020. All rights reserved.