Class ProfileInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.ProfileInfo
-
public class ProfileInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProfileInfo()ProfileInfo(ProfileInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()Get 语言, 如"zh"。MailConfigurationgetMailConfiguration()Get 邮件模板的内容。voidsetLanguage(String Language)Set 语言, 如"zh"。voidsetMailConfiguration(MailConfiguration MailConfiguration)Set 邮件模板的内容。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProfileInfo
public ProfileInfo()
-
ProfileInfo
public ProfileInfo(ProfileInfo 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.
-
-
Method Detail
-
getLanguage
public String getLanguage()
Get 语言, 如"zh"。- Returns:
- Language 语言, 如"zh"。
-
setLanguage
public void setLanguage(String Language)
Set 语言, 如"zh"。- Parameters:
Language- 语言, 如"zh"。
-
getMailConfiguration
public MailConfiguration getMailConfiguration()
Get 邮件模板的内容。- Returns:
- MailConfiguration 邮件模板的内容。
-
setMailConfiguration
public void setMailConfiguration(MailConfiguration MailConfiguration)
Set 邮件模板的内容。- Parameters:
MailConfiguration- 邮件模板的内容。
-
-