public class RequestBatchEntity
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
RequestBatchEntity(java.lang.String msgId,
java.io.InputStream payload,
java.lang.String objType,
int cnt)
Instantiates this
RequestBatchEntity |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.io.InputStream |
getContent() |
java.lang.String |
getIntegrationObjectType() |
java.lang.String |
getMessageId() |
int |
getNumberOfChangeSets() |
int |
hashCode() |
java.lang.String |
toString() |
protected RequestBatchEntity(java.lang.String msgId,
java.io.InputStream payload,
java.lang.String objType,
int cnt)
RequestBatchEntitymsgId - message ID of the inbound request. It's common for all batches.payload - the batch content from the request bodyobjType - integration object type. This is common for all batches.cnt - number of change sets in this batchpublic java.io.InputStream getContent()
public java.lang.String getMessageId()
public java.lang.String getIntegrationObjectType()
public int getNumberOfChangeSets()
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.