Class MerchantManagementList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.MerchantManagementList
-
public class MerchantManagementList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MerchantManagementList()MerchantManagementList(MerchantManagementList 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetInvoicePlatformId()Get 开票系统IDStringgetSerialNo()Get 请求流水号。StringgetTaxpayerName()Get 企业名称。StringgetTaxpayerNum()Get 纳税人识别号(税号) 。voidsetInvoicePlatformId(Long InvoicePlatformId)Set 开票系统IDvoidsetSerialNo(String SerialNo)Set 请求流水号。voidsetTaxpayerName(String TaxpayerName)Set 企业名称。voidsetTaxpayerNum(String TaxpayerNum)Set 纳税人识别号(税号) 。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
-
MerchantManagementList
public MerchantManagementList()
-
MerchantManagementList
public MerchantManagementList(MerchantManagementList 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
-
getTaxpayerName
public String getTaxpayerName()
Get 企业名称。- Returns:
- TaxpayerName 企业名称。
-
setTaxpayerName
public void setTaxpayerName(String TaxpayerName)
Set 企业名称。- Parameters:
TaxpayerName- 企业名称。
-
getTaxpayerNum
public String getTaxpayerNum()
Get 纳税人识别号(税号) 。- Returns:
- TaxpayerNum 纳税人识别号(税号) 。
-
setTaxpayerNum
public void setTaxpayerNum(String TaxpayerNum)
Set 纳税人识别号(税号) 。- Parameters:
TaxpayerNum- 纳税人识别号(税号) 。
-
getSerialNo
public String getSerialNo()
Get 请求流水号。- Returns:
- SerialNo 请求流水号。
-
setSerialNo
public void setSerialNo(String SerialNo)
Set 请求流水号。- Parameters:
SerialNo- 请求流水号。
-
getInvoicePlatformId
public Long getInvoicePlatformId()
Get 开票系统ID- Returns:
- InvoicePlatformId 开票系统ID
-
setInvoicePlatformId
public void setInvoicePlatformId(Long InvoicePlatformId)
Set 开票系统ID- Parameters:
InvoicePlatformId- 开票系统ID
-
-