public class InvokeResponse extends CfcResponse
metadata| Constructor and Description |
|---|
InvokeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBceLogResult()
Get the log of invoking the user function
|
String |
getPayload()
Get the result of invoking the user function
|
void |
setBceLogResult(String bceLogResult)
Set the log of invoking the user function
|
void |
setPayload(String payload)
Set the result of invoking the user function
|
setMetadata, toStringgetMetadatapublic String getPayload()
public void setPayload(String payload)
payload - The result of invoking the user functionpublic String getBceLogResult()
public void setBceLogResult(String bceLogResult)
bceLogResult - The log of invoking the user functionCopyright © 2020. All rights reserved.