public class ProfileInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Get 语言, 如"zh"。
|
MailConfiguration |
getMailConfiguration()
Get 邮件模板的内容。
|
void |
setLanguage(String Language)
Set 语言, 如"zh"。
|
void |
setMailConfiguration(MailConfiguration MailConfiguration)
Set 邮件模板的内容。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ProfileInfo()
public ProfileInfo(ProfileInfo source)
public String getLanguage()
public void setLanguage(String Language)
Language
- 语言, 如"zh"。public MailConfiguration getMailConfiguration()
public void setMailConfiguration(MailConfiguration MailConfiguration)
MailConfiguration
- 邮件模板的内容。Copyright © 2021. All rights reserved.