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,参数非必填不代表不需要填写,下面不同的参数组合会获取到不同的权限,具体请参考 https://cloud.tencent.com/document/product/1759/116238 | 
| 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,参数非必填不代表不需要填写,下面不同的参数组合会获取到不同的权限,具体请参考 https://cloud.tencent.com/document/product/1759/116238 | 
| 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, toJsonStringpublic DescribeStorageCredentialRequest()
public DescribeStorageCredentialRequest(DescribeStorageCredentialRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId - 应用ID,参数非必填不代表不需要填写,下面不同的参数组合会获取到不同的权限,具体请参考 https://cloud.tencent.com/document/product/1759/116238public 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 © 2025. All rights reserved.