Class RequestBatchEntity

java.lang.Object
de.hybris.platform.odata2services.odata.monitoring.RequestBatchEntity

public class RequestBatchEntity extends Object
Information about a batch present in the request body.
  • Constructor Details

    • RequestBatchEntity

      protected RequestBatchEntity(String msgId, InputStream payload, String objType, int cnt, String key)
      Instantiates this RequestBatchEntity
      Parameters:
      msgId - message ID of the inbound request. It's common for all batches.
      payload - the batch content from the request body
      objType - integration object type. This is common for all batches.
      cnt - number of change sets in this batch
      key - integration key of the request
  • Method Details

    • getContent

      public InputStream getContent()
    • getMessageId

      public String getMessageId()
    • getIntegrationObjectType

      public String getIntegrationObjectType()
    • getIntegrationKey

      public String getIntegrationKey()
    • getNumberOfChangeSets

      public int getNumberOfChangeSets()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object