public class MgwEndpointListDTO extends Object
| Constructor and Description |
|---|
MgwEndpointListDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<MgwEndpointDTO> |
getEndpoints() |
EndpointUrlTypeEnum |
getEndpointUrlType() |
String |
getName() |
APIEndpointSecurityDTO |
getSecurityConfig() |
EndpointType |
getType() |
void |
setEndpointListEtcdEnabled(boolean endpointListEtcdEnabled) |
void |
setEndpoints(List<MgwEndpointDTO> endpoints) |
void |
setEndpointUrlType(EndpointUrlTypeEnum endpointUrlType) |
void |
setName(String name) |
void |
setSecurityConfig(APIEndpointSecurityDTO securityConfig) |
void |
setType(EndpointType type) |
public APIEndpointSecurityDTO getSecurityConfig()
public void setSecurityConfig(APIEndpointSecurityDTO securityConfig)
public EndpointType getType()
public void setType(EndpointType type)
public List<MgwEndpointDTO> getEndpoints()
public void setEndpoints(List<MgwEndpointDTO> endpoints)
public EndpointUrlTypeEnum getEndpointUrlType()
public void setEndpointUrlType(EndpointUrlTypeEnum endpointUrlType)
public String getName()
public void setName(String name)
public void setEndpointListEtcdEnabled(boolean endpointListEtcdEnabled)
Copyright © 2019 WSO2. All rights reserved.