Package de.hybris.datasupplier.data
Class DSSendResult
java.lang.Object
de.hybris.datasupplier.data.DSSendResult
Holds information about send status and generated payload
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration which is used as return status of SLDSupplierStrategy. -
Constructor Summary
ConstructorsConstructorDescriptionDSSendResult(DSSendResult.SupplyStatus supplyStatus) DSSendResult(DSSendResult.SupplyStatus supplyStatus, String payload) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DSSendResult
- Parameters:
supplyStatus- the status of send attempt
-
DSSendResult
- Parameters:
supplyStatus- the status of send attemptpayload- generated payoad
-
-
Method Details
-
getPayload
- Returns:
- the payload
-
getSupplyStatus
- Returns:
- the supplyStatus
-