Class ResponseChangeSetEntity
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.monitoring.ResponseChangeSetEntity
-
public class ResponseChangeSetEntity extends java.lang.ObjectA DTO for representing a response changeset. One or moreResponseChangeSetEntitywill be associated with oneRequestBatchEntity
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResponseChangeSetEntity(java.lang.String key, HttpStatus code, InboundRequestErrorModel error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetIntegrationKey()java.util.Optional<InboundRequestErrorModel>getRequestError()protected HttpStatusgetStatusCode()inthashCode()booleanisSuccessful()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ResponseChangeSetEntity
protected ResponseChangeSetEntity(java.lang.String key, HttpStatus code, InboundRequestErrorModel error)
-
-
Method Detail
-
getStatusCode
protected HttpStatus getStatusCode()
-
getIntegrationKey
public java.lang.String getIntegrationKey()
-
getRequestError
public java.util.Optional<InboundRequestErrorModel> getRequestError()
-
isSuccessful
public boolean isSuccessful()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-