public class DeleteAgentTaxPaymentInfoRequest extends AbstractModel
Constructor and Description |
---|
DeleteAgentTaxPaymentInfoRequest() |
DeleteAgentTaxPaymentInfoRequest(DeleteAgentTaxPaymentInfoRequest 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 |
getBatchNum()
Get 批次号
|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox
|
void |
setBatchNum(Long BatchNum)
Set 批次号
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteAgentTaxPaymentInfoRequest()
public DeleteAgentTaxPaymentInfoRequest(DeleteAgentTaxPaymentInfoRequest source)
public Long getBatchNum()
public void setBatchNum(Long BatchNum)
BatchNum
- 批次号public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandboxCopyright © 2021. All rights reserved.