public class BaseConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaseConfig() | 
| BaseConfig(BaseConfig 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 | getAvatar()Get 应用头像url,在CreateApp和ModifyApp中作为入参必填。
作为入参传入说明:
1. | 
| String | getDesc()Get 应用描述 | 
| String | getName()Get 应用名称 | 
| void | setAvatar(String Avatar)Set 应用头像url,在CreateApp和ModifyApp中作为入参必填。
作为入参传入说明:
1. | 
| void | setDesc(String Desc)Set 应用描述 | 
| void | setName(String Name)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, toJsonStringpublic BaseConfig()
public BaseConfig(BaseConfig source)
public String getName()
public void setName(String Name)
Name - 应用名称public String getAvatar()
public void setAvatar(String Avatar)
Avatar - 应用头像url,在CreateApp和ModifyApp中作为入参必填。
作为入参传入说明:
1. 传入的url图片限制为jpeg和png,大小限制为500KB,url链接需允许head请求。
2. 如果用户没有对象存储,可使用“获取文件上传临时密钥”(DescribeStorageCredential)接口,获取cos临时密钥和上传路径,自行上传头像至cos中并获取访问链接。public String getDesc()
public void setDesc(String Desc)
Desc - 应用描述Copyright © 2025. All rights reserved.