public class ZoneKey extends Object
| Constructor and Description |
|---|
ZoneKey() |
ZoneKey(String regionId,
String serviceId,
String zoneId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getRegionId() |
String |
getServiceId() |
String |
getZoneId() |
int |
hashCode() |
static ZoneKey |
of(Instance instance) |
void |
setRegionId(String regionId) |
void |
setServiceId(String serviceId) |
void |
setZoneId(String zoneId) |
String |
toString() |
public static final ZoneKey EMPTY
Copyright © 2020 org.mydotey. All rights reserved.