public class WSDLValidationResponseWsdlInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENDPOINTS |
static String |
SERIALIZED_NAME_VERSION |
| Constructor and Description |
|---|
WSDLValidationResponseWsdlInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_ENDPOINTS
public WSDLValidationResponseWsdlInfoDTO version(String version)
public void setVersion(String version)
public WSDLValidationResponseWsdlInfoDTO endpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)
@Nullable public List<WSDLValidationResponseWsdlInfoEndpointsDTO> getEndpoints()
public void setEndpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)
Copyright © 2021 WSO2 Inc. All rights reserved.