Class QueryMerchantBalanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryMerchantBalanceRequest
-
public class QueryMerchantBalanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryMerchantBalanceRequest()QueryMerchantBalanceRequest(QueryMerchantBalanceRequest 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 StringgetCurrency()Get 余额币种StringgetProfile()Get 接入环境。沙箱环境填sandboxvoidsetCurrency(String Currency)Set 余额币种voidsetProfile(String Profile)Set 接入环境。沙箱环境填sandboxvoidtoMap(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
-
QueryMerchantBalanceRequest
public QueryMerchantBalanceRequest()
-
QueryMerchantBalanceRequest
public QueryMerchantBalanceRequest(QueryMerchantBalanceRequest 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
-
getCurrency
public String getCurrency()
Get 余额币种- Returns:
- Currency 余额币种
-
setCurrency
public void setCurrency(String Currency)
Set 余额币种- Parameters:
Currency- 余额币种
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填sandbox- Returns:
- Profile 接入环境。沙箱环境填sandbox
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox- Parameters:
Profile- 接入环境。沙箱环境填sandbox
-
-