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
|
byte[] |
getPayload()
Get the result of invoking the user function
|
void |
setBceLogResult(String bceLogResult)
Set the log of invoking the user function
|
void |
setPayload(byte[] payload)
Set the result of invoking the user function
|
setMetadata, toStringgetMetadatapublic byte[] getPayload()
public void setPayload(byte[] payload)
payload - The result of invoking the user functionpublic String getBceLogResult()
public void setBceLogResult(String bceLogResult)
bceLogResult - The log of invoking the user functionCopyright © 2021. All rights reserved.