public class WSDLValidationResponseWsdlInfoDTO extends Object
| Constructor and Description |
|---|
WSDLValidationResponseWsdlInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
WSDLValidationResponseWsdlInfoDTO |
addEndpointsItem(WSDLValidationResponseWsdlInfoEndpointsDTO endpointsItem) |
WSDLValidationResponseWsdlInfoDTO |
endpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints) |
boolean |
equals(Object o) |
List<WSDLValidationResponseWsdlInfoEndpointsDTO> |
getEndpoints()
A list of endpoints the service exposes
|
String |
getVersion()
WSDL version
|
int |
hashCode() |
void |
setEndpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints) |
void |
setVersion(String version) |
String |
toString() |
WSDLValidationResponseWsdlInfoDTO |
version(String version) |
public WSDLValidationResponseWsdlInfoDTO version(String version)
public String getVersion()
public void setVersion(String version)
public WSDLValidationResponseWsdlInfoDTO endpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)
public WSDLValidationResponseWsdlInfoDTO addEndpointsItem(WSDLValidationResponseWsdlInfoEndpointsDTO endpointsItem)
public List<WSDLValidationResponseWsdlInfoEndpointsDTO> getEndpoints()
public void setEndpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)
Copyright © 2020 WSO2 Inc. All rights reserved.