Class WSDLValidationResponseWsdlInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLValidationResponseWsdlInfoDTO
-
public class WSDLValidationResponseWsdlInfoDTO extends Object
Summary of the WSDL including the basic information
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENDPOINTSstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description WSDLValidationResponseWsdlInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSDLValidationResponseWsdlInfoDTOendpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)booleanequals(Object o)List<WSDLValidationResponseWsdlInfoEndpointsDTO>getEndpoints()A list of endpoints the service exposesStringgetVersion()WSDL versioninthashCode()voidsetEndpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)voidsetVersion(String version)StringtoString()WSDLValidationResponseWsdlInfoDTOversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINTS
public static final String SERIALIZED_NAME_ENDPOINTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
version
public WSDLValidationResponseWsdlInfoDTO version(String version)
-
setVersion
public void setVersion(String version)
-
endpoints
public WSDLValidationResponseWsdlInfoDTO endpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)
-
getEndpoints
@Nullable public List<WSDLValidationResponseWsdlInfoEndpointsDTO> getEndpoints()
A list of endpoints the service exposes- Returns:
- endpoints
-
setEndpoints
public void setEndpoints(List<WSDLValidationResponseWsdlInfoEndpointsDTO> endpoints)
-
-