public class CreateReceiverDetailWithDataResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateReceiverDetailWithDataResponse() |
CreateReceiverDetailWithDataResponse(CreateReceiverDetailWithDataResponse 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEmptyEmailCount()
Get 邮件地址为空数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRepeatCount()
Get 重复数量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTooLongCount()
Get 数据过长数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalCount()
Get 收件人总数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValidCount()
Get 实际上传数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEmptyEmailCount(Long EmptyEmailCount)
Set 邮件地址为空数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepeatCount(Long RepeatCount)
Set 重复数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTooLongCount(Long TooLongCount)
Set 数据过长数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalCount(Long TotalCount)
Set 收件人总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidCount(Long ValidCount)
Set 实际上传数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateReceiverDetailWithDataResponse()
public CreateReceiverDetailWithDataResponse(CreateReceiverDetailWithDataResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 收件人总数
注意:此字段可能返回 null,表示取不到有效值。public Long getValidCount()
public void setValidCount(Long ValidCount)
ValidCount
- 实际上传数量
注意:此字段可能返回 null,表示取不到有效值。public Long getTooLongCount()
public void setTooLongCount(Long TooLongCount)
TooLongCount
- 数据过长数量
注意:此字段可能返回 null,表示取不到有效值。public Long getEmptyEmailCount()
public void setEmptyEmailCount(Long EmptyEmailCount)
EmptyEmailCount
- 邮件地址为空数量
注意:此字段可能返回 null,表示取不到有效值。public Long getRepeatCount()
public void setRepeatCount(Long RepeatCount)
RepeatCount
- 重复数量
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.