Class GetDistributeBillDownloadUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.GetDistributeBillDownloadUrlRequest
-
public class GetDistributeBillDownloadUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetDistributeBillDownloadUrlRequest()GetDistributeBillDownloadUrlRequest(GetDistributeBillDownloadUrlRequest 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 StringgetDay()Get 分账日期(YYYYMMDD,今天传昨天的日期)StringgetOpenId()Get 收单系统分配的开放IDStringgetOpenKey()Get 收单系统分配的密钥voidsetDay(String Day)Set 分账日期(YYYYMMDD,今天传昨天的日期)voidsetOpenId(String OpenId)Set 收单系统分配的开放IDvoidsetOpenKey(String OpenKey)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
-
GetDistributeBillDownloadUrlRequest
public GetDistributeBillDownloadUrlRequest()
-
GetDistributeBillDownloadUrlRequest
public GetDistributeBillDownloadUrlRequest(GetDistributeBillDownloadUrlRequest 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
-
getOpenId
public String getOpenId()
Get 收单系统分配的开放ID- Returns:
- OpenId 收单系统分配的开放ID
-
setOpenId
public void setOpenId(String OpenId)
Set 收单系统分配的开放ID- Parameters:
OpenId- 收单系统分配的开放ID
-
getOpenKey
public String getOpenKey()
Get 收单系统分配的密钥- Returns:
- OpenKey 收单系统分配的密钥
-
setOpenKey
public void setOpenKey(String OpenKey)
Set 收单系统分配的密钥- Parameters:
OpenKey- 收单系统分配的密钥
-
getDay
public String getDay()
Get 分账日期(YYYYMMDD,今天传昨天的日期)- Returns:
- Day 分账日期(YYYYMMDD,今天传昨天的日期)
-
setDay
public void setDay(String Day)
Set 分账日期(YYYYMMDD,今天传昨天的日期)- Parameters:
Day- 分账日期(YYYYMMDD,今天传昨天的日期)
-
-