Class EntityWorkflowConditionResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.workflows.conditions.response.WorkflowConditionResponse
-
- com.checkout.workflows.conditions.response.EntityWorkflowConditionResponse
-
public final class EntityWorkflowConditionResponse extends WorkflowConditionResponse
-
-
Constructor Summary
Constructors Constructor Description EntityWorkflowConditionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getEntities()inthashCode()voidsetEntities(java.util.List<java.lang.String> entities)java.lang.StringtoString()-
Methods inherited from class com.checkout.workflows.conditions.response.WorkflowConditionResponse
getId, getType, setId
-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getEntities
public java.util.List<java.lang.String> getEntities()
-
setEntities
public void setEntities(java.util.List<java.lang.String> entities)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classWorkflowConditionResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classWorkflowConditionResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWorkflowConditionResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classWorkflowConditionResponse
-
-