public class VolumeStatusEvent extends Object implements Serializable
Constructor and Description |
---|
VolumeStatusEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
A description of the event.
|
String |
getEventId()
The ID of this event.
|
String |
getEventType()
The type of this event.
|
Date |
getNotAfter()
The latest end time of the event.
|
Date |
getNotBefore()
The earliest start time of the event.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the event.
|
void |
setEventId(String eventId)
The ID of this event.
|
void |
setEventType(String eventType)
The type of this event.
|
void |
setNotAfter(Date notAfter)
The latest end time of the event.
|
void |
setNotBefore(Date notBefore)
The earliest start time of the event.
|
String |
toString() |
public void setEventType(String eventType)
The type of this event.
eventType
- The type of this event.public String getEventType()
The type of this event.
public void setDescription(String description)
A description of the event.
description
- A description of the event.public String getDescription()
A description of the event.
public void setNotBefore(Date notBefore)
The earliest start time of the event.
notBefore
- The earliest start time of the event.public Date getNotBefore()
The earliest start time of the event.
public void setNotAfter(Date notAfter)
The latest end time of the event.
notAfter
- The latest end time of the event.public Date getNotAfter()
The latest end time of the event.
public void setEventId(String eventId)
The ID of this event.
eventId
- The ID of this event.public String getEventId()
The ID of this event.
Copyright © 2010–2020. All rights reserved.