public class ServerKey extends Object
| Constructor and Description |
|---|
ServerKey() |
ServerKey(String regionId,
String serverId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getRegionId() |
String |
getServerId() |
int |
hashCode() |
static ServerKey |
of(Instance instance) |
void |
setRegionId(String regionId) |
void |
setServerId(String serverId) |
String |
toString() |
public static final ServerKey EMPTY
Copyright © 2020 org.mydotey. All rights reserved.