| Constructor and Description |
|---|
ServiceGroup() |
ServiceGroup(String groupKey,
Integer weight) |
ServiceGroup(String groupKey,
Integer weight,
List<Instance> instances,
Map<String,String> metadata) |
| Modifier and Type | Method and Description |
|---|---|
ServiceGroup |
clone() |
String |
getGroupKey() |
List<String> |
getInstanceIds() |
List<Instance> |
getInstances() |
Map<String,String> |
getMetadata() |
Integer |
getWeight() |
void |
setGroupKey(String groupKey) |
void |
setInstanceIds(List<String> instanceIds) |
void |
setInstances(List<Instance> instances) |
void |
setMetadata(Map<String,String> metadata) |
void |
setWeight(Integer weight) |
public String getGroupKey()
public void setGroupKey(String groupKey)
public Integer getWeight()
public void setWeight(Integer weight)
public ServiceGroup clone()
Copyright © 2020 org.mydotey. All rights reserved.