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 文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等
|
Boolean |
getIsPublic()
Get IsPublic为空用于上传文件时选择场景,当上传为图片文件是IsPublic为true,上传文档文件时场景IsPublic为false
|
String |
getTypeKey()
Get 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
|
void |
setBotBizId(String BotBizId)
Set 应用ID
|
void |
setFileType(String FileType)
Set 文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等
|
void |
setIsPublic(Boolean IsPublic)
Set IsPublic为空用于上传文件时选择场景,当上传为图片文件是IsPublic为true,上传文档文件时场景IsPublic为false
|
void |
setTypeKey(String TypeKey)
Set 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
|
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
- 文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等public Boolean getIsPublic()
public void setIsPublic(Boolean IsPublic)
IsPublic
- IsPublic为空用于上传文件时选择场景,当上传为图片文件是IsPublic为true,上传文档文件时场景IsPublic为falsepublic String getTypeKey()
public void setTypeKey(String TypeKey)
TypeKey
- 存储类型: offline:离线文件,realtime:实时文件;为空默认为offlineCopyright © 2024. All rights reserved.