Class Volume
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.Volume
-
public class Volume extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAcceptedCount()Get 腾讯云通过数量LonggetBounceCount()Get 退信数量LonggetClickedCount()Get 点击了邮件中的链接数量用户数量LonggetDeliveredCount()Get 送达数量LonggetOpenedCount()Get 打开邮件的用户数量,根据收件人去重LonggetRequestCount()Get 邮件请求数量StringgetSendDate()Get 日期 注意:此字段可能返回 null,表示取不到有效值。LonggetUnsubscribeCount()Get 取消订阅的用户数量 注意:此字段可能返回 null,表示取不到有效值。voidsetAcceptedCount(Long AcceptedCount)Set 腾讯云通过数量voidsetBounceCount(Long BounceCount)Set 退信数量voidsetClickedCount(Long ClickedCount)Set 点击了邮件中的链接数量用户数量voidsetDeliveredCount(Long DeliveredCount)Set 送达数量voidsetOpenedCount(Long OpenedCount)Set 打开邮件的用户数量,根据收件人去重voidsetRequestCount(Long RequestCount)Set 邮件请求数量voidsetSendDate(String SendDate)Set 日期 注意:此字段可能返回 null,表示取不到有效值。voidsetUnsubscribeCount(Long UnsubscribeCount)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
-
Volume
public Volume()
-
Volume
public Volume(Volume 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
-
getSendDate
public String getSendDate()
Get 日期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SendDate 日期 注意:此字段可能返回 null,表示取不到有效值。
-
setSendDate
public void setSendDate(String SendDate)
Set 日期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SendDate- 日期 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestCount
public Long getRequestCount()
Get 邮件请求数量- Returns:
- RequestCount 邮件请求数量
-
setRequestCount
public void setRequestCount(Long RequestCount)
Set 邮件请求数量- Parameters:
RequestCount- 邮件请求数量
-
getAcceptedCount
public Long getAcceptedCount()
Get 腾讯云通过数量- Returns:
- AcceptedCount 腾讯云通过数量
-
setAcceptedCount
public void setAcceptedCount(Long AcceptedCount)
Set 腾讯云通过数量- Parameters:
AcceptedCount- 腾讯云通过数量
-
getDeliveredCount
public Long getDeliveredCount()
Get 送达数量- Returns:
- DeliveredCount 送达数量
-
setDeliveredCount
public void setDeliveredCount(Long DeliveredCount)
Set 送达数量- Parameters:
DeliveredCount- 送达数量
-
getOpenedCount
public Long getOpenedCount()
Get 打开邮件的用户数量,根据收件人去重- Returns:
- OpenedCount 打开邮件的用户数量,根据收件人去重
-
setOpenedCount
public void setOpenedCount(Long OpenedCount)
Set 打开邮件的用户数量,根据收件人去重- Parameters:
OpenedCount- 打开邮件的用户数量,根据收件人去重
-
getClickedCount
public Long getClickedCount()
Get 点击了邮件中的链接数量用户数量- Returns:
- ClickedCount 点击了邮件中的链接数量用户数量
-
setClickedCount
public void setClickedCount(Long ClickedCount)
Set 点击了邮件中的链接数量用户数量- Parameters:
ClickedCount- 点击了邮件中的链接数量用户数量
-
getBounceCount
public Long getBounceCount()
Get 退信数量- Returns:
- BounceCount 退信数量
-
setBounceCount
public void setBounceCount(Long BounceCount)
Set 退信数量- Parameters:
BounceCount- 退信数量
-
getUnsubscribeCount
public Long getUnsubscribeCount()
Get 取消订阅的用户数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UnsubscribeCount 取消订阅的用户数量 注意:此字段可能返回 null,表示取不到有效值。
-
setUnsubscribeCount
public void setUnsubscribeCount(Long UnsubscribeCount)
Set 取消订阅的用户数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UnsubscribeCount- 取消订阅的用户数量 注意:此字段可能返回 null,表示取不到有效值。
-
-