Class UpdateEmailSmtpPassWordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.UpdateEmailSmtpPassWordRequest
-
public class UpdateEmailSmtpPassWordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateEmailSmtpPassWordRequest()UpdateEmailSmtpPassWordRequest(UpdateEmailSmtpPassWordRequest 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 StringgetEmailAddress()Get 发信邮箱,长度限制128StringgetPassword()Get smtp密码,长度限制64voidsetEmailAddress(String EmailAddress)Set 发信邮箱,长度限制128voidsetPassword(String Password)Set smtp密码,长度限制64voidtoMap(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
-
UpdateEmailSmtpPassWordRequest
public UpdateEmailSmtpPassWordRequest()
-
UpdateEmailSmtpPassWordRequest
public UpdateEmailSmtpPassWordRequest(UpdateEmailSmtpPassWordRequest 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
-
getPassword
public String getPassword()
Get smtp密码,长度限制64- Returns:
- Password smtp密码,长度限制64
-
setPassword
public void setPassword(String Password)
Set smtp密码,长度限制64- Parameters:
Password- smtp密码,长度限制64
-
getEmailAddress
public String getEmailAddress()
Get 发信邮箱,长度限制128- Returns:
- EmailAddress 发信邮箱,长度限制128
-
setEmailAddress
public void setEmailAddress(String EmailAddress)
Set 发信邮箱,长度限制128- Parameters:
EmailAddress- 发信邮箱,长度限制128
-
-