Class WSDLValidationResponseDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLValidationResponseDTO
WSDLValidationResponseDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrors(List<ErrorListItemDTO> errors) If there are more than one error list them out.Get wsdlInfointhashCode()This attribute declares whether this definition is valid or not.voidsetErrors(List<ErrorListItemDTO> errors) voidsetIsValid(Boolean isValid) voidsetWsdlInfo(WSDLValidationResponseWsdlInfoDTO wsdlInfo) toString()wsdlInfo(WSDLValidationResponseWsdlInfoDTO wsdlInfo)
-
Field Details
-
SERIALIZED_NAME_IS_VALID
- See Also:
-
SERIALIZED_NAME_ERRORS
- See Also:
-
SERIALIZED_NAME_WSDL_INFO
- See Also:
-
-
Constructor Details
-
WSDLValidationResponseDTO
public WSDLValidationResponseDTO()
-
-
Method Details
-
isValid
-
isIsValid
This attribute declares whether this definition is valid or not.- Returns:
- isValid
-
setIsValid
-
errors
-
getErrors
If there are more than one error list them out. For example, list out validation errors by each field.- Returns:
- errors
-
setErrors
-
wsdlInfo
-
getWsdlInfo
Get wsdlInfo- Returns:
- wsdlInfo
-
setWsdlInfo
-
equals
-
hashCode
public int hashCode() -
toString
-