public class DeleteRejectedQuestionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteRejectedQuestionRequest() |
DeleteRejectedQuestionRequest(DeleteRejectedQuestionRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBotBizId()
Get 机器人ID
|
String[] |
getRejectedBizIds()
Get 拒答问题来源的数据源唯一id
|
void |
setBotBizId(String BotBizId)
Set 机器人ID
|
void |
setRejectedBizIds(String[] RejectedBizIds)
Set 拒答问题来源的数据源唯一id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteRejectedQuestionRequest()
public DeleteRejectedQuestionRequest(DeleteRejectedQuestionRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- 机器人IDpublic String[] getRejectedBizIds()
public void setRejectedBizIds(String[] RejectedBizIds)
RejectedBizIds
- 拒答问题来源的数据源唯一idCopyright © 2024. All rights reserved.