Class WSDLValidationResponseWsdlInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLValidationResponseWsdlInfoDTO
Summary of the WSDL including the basic information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints) booleanA list of endpoints the service exposesWSDL versioninthashCode()voidvoidsetVersion(String version) toString()
-
Field Details
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_ENDPOINTS
- See Also:
-
-
Constructor Details
-
WSDLValidationResponseWsdlInfoDTO
public WSDLValidationResponseWsdlInfoDTO()
-
-
Method Details
-
version
-
getVersion
WSDL version- Returns:
- version
-
setVersion
-
endpoints
public WSDLValidationResponseWsdlInfoDTO endpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints) -
getEndpoints
A list of endpoints the service exposes- Returns:
- endpoints
-
setEndpoints
-
equals
-
hashCode
public int hashCode() -
toString
-