public class EventDTO extends Object
| Constructor and Description |
|---|
EventDTO(String name,
long startTime,
long endTime,
String source,
Map<String,String> annotations,
List<String> listTags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAnnotations() |
long |
getEndTime() |
List<String> |
getHosts() |
String |
getName() |
long |
getStartTime() |
List<String> |
getTags() |
Copyright © 2022. All rights reserved.