public class ConfigItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BALANCING_TYPE |
static String |
DISABLED_TYPE |
static String |
GENERAL_TYPE |
static String |
WEIGHT_TYPE |
| Constructor and Description |
|---|
ConfigItem() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddresses() |
List<String> |
getApplications() |
Boolean |
getEnabled() |
Map<String,String> |
getParameters() |
List<String> |
getProviderAddresses() |
List<String> |
getServices() |
String |
getSide() |
String |
getType() |
void |
setAddresses(List<String> addresses) |
void |
setApplications(List<String> applications) |
void |
setEnabled(Boolean enabled) |
void |
setParameters(Map<String,String> parameters) |
void |
setProviderAddresses(List<String> providerAddresses) |
void |
setServices(List<String> services) |
void |
setSide(String side) |
void |
setType(String type) |
public static final String GENERAL_TYPE
public static final String WEIGHT_TYPE
public static final String BALANCING_TYPE
public static final String DISABLED_TYPE
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.