public class Announcement extends Object
| Constructor and Description |
|---|
Announcement(String environment,
String nodeId,
String pool,
String location,
Set<ServiceAnnouncement> services) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvironment() |
String |
getLocation() |
String |
getNodeId() |
String |
getPool() |
Set<ServiceAnnouncement> |
getServices() |
int |
hashCode() |
String |
toString() |
Copyright © 2010–2020 Airlift. All rights reserved.