public class GraphQLValidationResponseDTO extends Object
| Constructor and Description |
|---|
GraphQLValidationResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GraphQLValidationResponseDTO |
errorMessage(String errorMessage) |
String |
getErrorMessage()
This attribute declares the validation error message
|
GraphQLValidationResponseGraphQLInfoDTO |
getGraphQLInfo()
Get graphQLInfo
|
GraphQLValidationResponseDTO |
graphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo) |
int |
hashCode() |
Boolean |
isIsValid()
This attribute declares whether this definition is valid or not.
|
GraphQLValidationResponseDTO |
isValid(Boolean isValid) |
void |
setErrorMessage(String errorMessage) |
void |
setGraphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo) |
void |
setIsValid(Boolean isValid) |
String |
toString() |
public GraphQLValidationResponseDTO isValid(Boolean isValid)
public Boolean isIsValid()
public void setIsValid(Boolean isValid)
public GraphQLValidationResponseDTO errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public GraphQLValidationResponseDTO graphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo)
public GraphQLValidationResponseGraphQLInfoDTO getGraphQLInfo()
public void setGraphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo)
Copyright © 2020 WSO2 Inc. All rights reserved.