public class ExecuteApplicationFlowReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExecuteApplicationFlowReqBody.Builder |
| 构造器和说明 |
|---|
ExecuteApplicationFlowReqBody() |
ExecuteApplicationFlowReqBody(ExecuteApplicationFlowReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIdempotentKey() |
Boolean |
getIsAsync() |
String[] |
getLoopMasks() |
String |
getOperator() |
String |
getParams() |
static ExecuteApplicationFlowReqBody.Builder |
newBuilder() |
void |
setIdempotentKey(String idempotentKey) |
void |
setIsAsync(Boolean isAsync) |
void |
setLoopMasks(String[] loopMasks) |
void |
setOperator(String operator) |
void |
setParams(String params) |
public ExecuteApplicationFlowReqBody()
public ExecuteApplicationFlowReqBody(ExecuteApplicationFlowReqBody.Builder builder)
public Boolean getIsAsync()
public void setIsAsync(Boolean isAsync)
public String getIdempotentKey()
public void setIdempotentKey(String idempotentKey)
public String[] getLoopMasks()
public void setLoopMasks(String[] loopMasks)
public String getParams()
public void setParams(String params)
public String getOperator()
public void setOperator(String operator)
public static ExecuteApplicationFlowReqBody.Builder newBuilder()
Copyright © 2025. All rights reserved.