Class BlackEmailAddress
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.BlackEmailAddress
-
public class BlackEmailAddress extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BlackEmailAddress()BlackEmailAddress(BlackEmailAddress 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 StringgetBounceTime()Get 邮箱被拉黑时间StringgetEmailAddress()Get 被拉黑的邮箱地址StringgetIspDesc()Get 被拉黑的理由 注意:此字段可能返回 null,表示取不到有效值。voidsetBounceTime(String BounceTime)Set 邮箱被拉黑时间voidsetEmailAddress(String EmailAddress)Set 被拉黑的邮箱地址voidsetIspDesc(String IspDesc)Set 被拉黑的理由 注意:此字段可能返回 null,表示取不到有效值。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
-
BlackEmailAddress
public BlackEmailAddress()
-
BlackEmailAddress
public BlackEmailAddress(BlackEmailAddress 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
-
getBounceTime
public String getBounceTime()
Get 邮箱被拉黑时间- Returns:
- BounceTime 邮箱被拉黑时间
-
setBounceTime
public void setBounceTime(String BounceTime)
Set 邮箱被拉黑时间- Parameters:
BounceTime- 邮箱被拉黑时间
-
getEmailAddress
public String getEmailAddress()
Get 被拉黑的邮箱地址- Returns:
- EmailAddress 被拉黑的邮箱地址
-
setEmailAddress
public void setEmailAddress(String EmailAddress)
Set 被拉黑的邮箱地址- Parameters:
EmailAddress- 被拉黑的邮箱地址
-
getIspDesc
public String getIspDesc()
Get 被拉黑的理由 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IspDesc 被拉黑的理由 注意:此字段可能返回 null,表示取不到有效值。
-
setIspDesc
public void setIspDesc(String IspDesc)
Set 被拉黑的理由 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IspDesc- 被拉黑的理由 注意:此字段可能返回 null,表示取不到有效值。
-
-