public class CallbackActionValue extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CallbackActionValue.Builder |
| 构造器和说明 |
|---|
CallbackActionValue() |
CallbackActionValue(CallbackActionValue.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentId() |
Integer |
getAgentType() |
Integer |
getResponseType() |
String |
getSessionId() |
String |
getStrategyInfo() |
static CallbackActionValue.Builder |
newBuilder() |
void |
setAgentId(String agentId) |
void |
setAgentType(Integer agentType) |
void |
setResponseType(Integer responseType) |
void |
setSessionId(String sessionId) |
void |
setStrategyInfo(String strategyInfo) |
public CallbackActionValue()
public CallbackActionValue(CallbackActionValue.Builder builder)
public String getStrategyInfo()
public void setStrategyInfo(String strategyInfo)
public String getAgentId()
public void setAgentId(String agentId)
public Integer getAgentType()
public void setAgentType(Integer agentType)
public Integer getResponseType()
public void setResponseType(Integer responseType)
public String getSessionId()
public void setSessionId(String sessionId)
public static CallbackActionValue.Builder newBuilder()
Copyright © 2025. All rights reserved.