public class DSSendResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DSSendResult.SupplyStatus
Enumeration which is used as return status of SLDSupplierStrategy.
|
| Constructor and Description |
|---|
DSSendResult(DSSendResult.SupplyStatus supplyStatus) |
DSSendResult(DSSendResult.SupplyStatus supplyStatus,
java.lang.String payload) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPayload() |
DSSendResult.SupplyStatus |
getSupplyStatus() |
public DSSendResult(DSSendResult.SupplyStatus supplyStatus)
supplyStatus - the status of send attemptpublic DSSendResult(DSSendResult.SupplyStatus supplyStatus, java.lang.String payload)
supplyStatus - the status of send attemptpayload - generated payoadpublic java.lang.String getPayload()
public DSSendResult.SupplyStatus getSupplyStatus()
Copyright © 2018 SAP SE. All Rights Reserved.