public class DescribeStorageCredentialRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStorageCredentialRequest() |
DescribeStorageCredentialRequest(DescribeStorageCredentialRequest 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 |
getFileType()
Get 文件类型
|
Boolean |
getIsPublic()
Get 权限场景,是否公有权限
|
void |
setBotBizId(String BotBizId)
Set 机器人ID
|
void |
setFileType(String FileType)
Set 文件类型
|
void |
setIsPublic(Boolean IsPublic)
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 DescribeStorageCredentialRequest()
public DescribeStorageCredentialRequest(DescribeStorageCredentialRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- 机器人IDpublic String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型public Boolean getIsPublic()
public void setIsPublic(Boolean IsPublic)
IsPublic
- 权限场景,是否公有权限Copyright © 2024. All rights reserved.