public class MgwEndpointDTO extends Object
| Constructor and Description |
|---|
MgwEndpointDTO(String endpointUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointUrl() |
boolean |
isEtcdEnabled() |
void |
setEndpointUrl(String endpointUrl)
sets endpointUrl and isEtcdEnabled
endpointUrl could be in the format of either 'etcd_key, default url' or 'url'.
|
public MgwEndpointDTO(String endpointUrl)
public String getEndpointUrl()
public void setEndpointUrl(String endpointUrl)
endpointUrl - endpoint stringpublic boolean isEtcdEnabled()
Copyright © 2019 WSO2. All rights reserved.