public class CreateReleaseRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateReleaseRequest() |
CreateReleaseRequest(CreateReleaseRequest 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 |
getDesc()
Get 发布描述
|
void |
setBotBizId(String BotBizId)
Set 机器人ID
|
void |
setDesc(String Desc)
Set 发布描述
|
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 CreateReleaseRequest()
public CreateReleaseRequest(CreateReleaseRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- 机器人IDpublic String getDesc()
public void setDesc(String Desc)
Desc
- 发布描述Copyright © 2025. All rights reserved.