Class GraphQLValidationResponseDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLValidationResponseDTO
GraphQLValidationResponseDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorMessage(String errorMessage) This attribute declares the validation error messageGet graphQLInfographQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo) inthashCode()This attribute declares whether this definition is valid or not.voidsetErrorMessage(String errorMessage) voidsetGraphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo) voidsetIsValid(Boolean isValid) toString()
-
Field Details
-
SERIALIZED_NAME_IS_VALID
- See Also:
-
SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
-
SERIALIZED_NAME_GRAPH_Q_L_INFO
- See Also:
-
-
Constructor Details
-
GraphQLValidationResponseDTO
public GraphQLValidationResponseDTO()
-
-
Method Details
-
isValid
-
isIsValid
This attribute declares whether this definition is valid or not.- Returns:
- isValid
-
setIsValid
-
errorMessage
-
getErrorMessage
This attribute declares the validation error message- Returns:
- errorMessage
-
setErrorMessage
-
graphQLInfo
public GraphQLValidationResponseDTO graphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo) -
getGraphQLInfo
Get graphQLInfo- Returns:
- graphQLInfo
-
setGraphQLInfo
-
equals
-
hashCode
public int hashCode() -
toString
-