Class RequestBatchEntity
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.monitoring.RequestBatchEntity
-
public class RequestBatchEntity extends java.lang.ObjectInformation about a batch present in the request body.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRequestBatchEntity(java.lang.String msgId, java.io.InputStream payload, java.lang.String objType, int cnt)Deprecated, for removal: This API element is subject to removal in a future version.protectedRequestBatchEntity(java.lang.String msgId, java.io.InputStream payload, java.lang.String objType, int cnt, java.lang.String key)Instantiates thisRequestBatchEntity
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.io.InputStreamgetContent()java.lang.StringgetIntegrationKey()java.lang.StringgetIntegrationObjectType()java.lang.StringgetMessageId()intgetNumberOfChangeSets()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RequestBatchEntity
@Deprecated(since="1905", forRemoval=true) protected RequestBatchEntity(java.lang.String msgId, java.io.InputStream payload, java.lang.String objType, int cnt)Deprecated, for removal: This API element is subject to removal in a future version.Instantiates thisRequestBatchEntity- Parameters:
msgId- 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 batch
-
RequestBatchEntity
protected RequestBatchEntity(java.lang.String msgId, java.io.InputStream payload, java.lang.String objType, int cnt, java.lang.String key)Instantiates thisRequestBatchEntity- Parameters:
msgId- 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 batchkey- integration key of the request
-
-
Method Detail
-
getContent
public java.io.InputStream getContent()
-
getMessageId
public java.lang.String getMessageId()
-
getIntegrationObjectType
public java.lang.String getIntegrationObjectType()
-
getIntegrationKey
public java.lang.String getIntegrationKey()
-
getNumberOfChangeSets
public int getNumberOfChangeSets()
-
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
-
-