Class QueryCompanyTitleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryCompanyTitleRequest
-
public class QueryCompanyTitleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryCompanyTitleRequest()QueryCompanyTitleRequest(QueryCompanyTitleRequest 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 StringgetCompanyTitleKeyword()Get 公司抬头关键字LonggetInvoicePlatformId()Get 开票平台ID。0:高灯,1:票易通StringgetProfile()Get 接入环境。沙箱环境填sandbox。StringgetSellerTaxpayerNum()Get 销方纳税人识别号voidsetCompanyTitleKeyword(String CompanyTitleKeyword)Set 公司抬头关键字voidsetInvoicePlatformId(Long InvoicePlatformId)Set 开票平台ID。0:高灯,1:票易通voidsetProfile(String Profile)Set 接入环境。沙箱环境填sandbox。voidsetSellerTaxpayerNum(String SellerTaxpayerNum)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
-
QueryCompanyTitleRequest
public QueryCompanyTitleRequest()
-
QueryCompanyTitleRequest
public QueryCompanyTitleRequest(QueryCompanyTitleRequest 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
-
getCompanyTitleKeyword
public String getCompanyTitleKeyword()
Get 公司抬头关键字- Returns:
- CompanyTitleKeyword 公司抬头关键字
-
setCompanyTitleKeyword
public void setCompanyTitleKeyword(String CompanyTitleKeyword)
Set 公司抬头关键字- Parameters:
CompanyTitleKeyword- 公司抬头关键字
-
getInvoicePlatformId
public Long getInvoicePlatformId()
Get 开票平台ID。0:高灯,1:票易通- Returns:
- InvoicePlatformId 开票平台ID。0:高灯,1:票易通
-
setInvoicePlatformId
public void setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID。0:高灯,1:票易通- Parameters:
InvoicePlatformId- 开票平台ID。0:高灯,1:票易通
-
getSellerTaxpayerNum
public String getSellerTaxpayerNum()
Get 销方纳税人识别号- Returns:
- SellerTaxpayerNum 销方纳税人识别号
-
setSellerTaxpayerNum
public void setSellerTaxpayerNum(String SellerTaxpayerNum)
Set 销方纳税人识别号- Parameters:
SellerTaxpayerNum- 销方纳税人识别号
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填sandbox。- Returns:
- Profile 接入环境。沙箱环境填sandbox。
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox。- Parameters:
Profile- 接入环境。沙箱环境填sandbox。
-
-