Uses of Class
com.tencentcloudapi.ses.v20201002.models.ReceiverDetail
-
Packages that use ReceiverDetail Package Description com.tencentcloudapi.ses.v20201002.models -
-
Uses of ReceiverDetail in com.tencentcloudapi.ses.v20201002.models
Methods in com.tencentcloudapi.ses.v20201002.models that return ReceiverDetail Modifier and Type Method Description ReceiverDetail[]ListReceiverDetailsResponse. getData()Get 数据记录Methods in com.tencentcloudapi.ses.v20201002.models with parameters of type ReceiverDetail Modifier and Type Method Description voidListReceiverDetailsResponse. setData(ReceiverDetail[] Data)Set 数据记录Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type ReceiverDetail Constructor Description ReceiverDetail(ReceiverDetail 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.
-