Package com.commercetools.graphql.api
Class GraphQLDataResponseImpl
java.lang.Object
com.commercetools.graphql.api.GraphQLDataResponseImpl
- All Implemented Interfaces:
GraphQLDataResponse,io.vrap.rmf.base.client.ModelBase
public class GraphQLDataResponseImpl
extends Object
implements GraphQLDataResponse, io.vrap.rmf.base.client.ModelBase
GraphQLDataResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.graphql.api.GraphQLDataResponse
getData, withGraphQLDataResponseMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
GraphQLDataResponseImpl
public GraphQLDataResponseImpl()create empty instance
-
-
Method Details
-
getData
- Specified by:
getDatain interfaceGraphQLDataResponse- Returns:
- data
-
getErrors
- Specified by:
getErrorsin interfaceGraphQLDataResponse- Returns:
- errors
-
setData
Description copied from interface:GraphQLDataResponseset data- Specified by:
setDatain interfaceGraphQLDataResponse- Parameters:
data- value to be set
-
setErrors
public void setErrors(com.commercetools.api.models.graph_ql.GraphQLError... errors) Description copied from interface:GraphQLDataResponseset errors- Specified by:
setErrorsin interfaceGraphQLDataResponse- Parameters:
errors- values to be set
-
setErrors
Description copied from interface:GraphQLDataResponseset errors- Specified by:
setErrorsin interfaceGraphQLDataResponse- Parameters:
errors- values to be set
-
equals
-
hashCode
public int hashCode()
-