Class InboundRequestServiceParameter
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.monitoring.InboundRequestServiceParameter
-
public class InboundRequestServiceParameter extends java.lang.ObjectParameter object for theInboundRequestService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInboundRequestServiceParameter.InboundRequestServiceParameterBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)HttpMethodgetHttpMethod()Gets the HTTP method used to make the requestjava.util.List<InboundRequestMediaModel>getMedias()Gets the request bodies for all entities contained in a requestjava.util.List<RequestBatchEntity>getRequests()Gets the information pertaining to the inbound requests extracted from the requestsjava.util.List<ResponseChangeSetEntity>getResponses()Gets the information pertaining to the inbound requests extracted from the responsesjava.lang.StringgetSapPassport()Gets the SAP Passport from the request headerjava.lang.StringgetUserId()Gets the user ID that made the requestinthashCode()static InboundRequestServiceParameter.InboundRequestServiceParameterBuilderinboundRequestServiceParameter()
-
-
-
Method Detail
-
inboundRequestServiceParameter
public static InboundRequestServiceParameter.InboundRequestServiceParameterBuilder inboundRequestServiceParameter()
-
getRequests
public java.util.List<RequestBatchEntity> getRequests()
Gets the information pertaining to the inbound requests extracted from the requests- Returns:
- List of
RequestBatchEntity
-
getResponses
public java.util.List<ResponseChangeSetEntity> getResponses()
Gets the information pertaining to the inbound requests extracted from the responses- Returns:
- List of
ResponseChangeSetEntity
-
getMedias
public java.util.List<InboundRequestMediaModel> getMedias()
Gets the request bodies for all entities contained in a request- Returns:
- List of
InboundRequestMediaModel
-
getHttpMethod
public HttpMethod getHttpMethod()
Gets the HTTP method used to make the request- Returns:
- the
HttpMethodor null
-
getUserId
public java.lang.String getUserId()
Gets the user ID that made the request- Returns:
- User ID
-
getSapPassport
public java.lang.String getSapPassport()
Gets the SAP Passport from the request header- Returns:
- SAP Passport
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-