public class ResponseChangeSetEntity
extends java.lang.Object
ResponseChangeSetEntity will be associated with one RequestBatchEntity| Modifier | Constructor and Description |
|---|---|
protected |
ResponseChangeSetEntity(java.lang.String key,
HttpStatus code,
InboundRequestErrorModel error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getIntegrationKey() |
java.util.Optional<InboundRequestErrorModel> |
getRequestError() |
protected HttpStatus |
getStatusCode() |
int |
hashCode() |
boolean |
isSuccessful() |
java.lang.String |
toString() |
protected ResponseChangeSetEntity(java.lang.String key,
HttpStatus code,
InboundRequestErrorModel error)
protected HttpStatus getStatusCode()
public java.lang.String getIntegrationKey()
public java.util.Optional<InboundRequestErrorModel> getRequestError()
public boolean isSuccessful()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.