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