public class DeliverTidNotifyResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeliverTidNotifyResponse() |
DeliverTidNotifyResponse(DeliverTidNotifyResponse 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 |
---|---|
String |
getProductKey()
Get 产品公钥
|
Long |
getRemaindCount()
Get 剩余空发数量
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getTid()
Get 已回执的TID编码
|
void |
setProductKey(String ProductKey)
Set 产品公钥
|
void |
setRemaindCount(Long RemaindCount)
Set 剩余空发数量
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTid(String Tid)
Set 已回执的TID编码
|
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 DeliverTidNotifyResponse()
public DeliverTidNotifyResponse(DeliverTidNotifyResponse source)
public Long getRemaindCount()
public void setRemaindCount(Long RemaindCount)
RemaindCount
- 剩余空发数量public String getTid()
public void setTid(String Tid)
Tid
- 已回执的TID编码public String getProductKey()
public void setProductKey(String ProductKey)
ProductKey
- 产品公钥public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.