Class QueryExchangeRateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryExchangeRateRequest
-
public class QueryExchangeRateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryExchangeRateRequest()QueryExchangeRateRequest(QueryExchangeRateRequest 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 StringgetProfile()Get 接入环境。沙箱环境填sandboxStringgetSourceCurrency()Get 源币种 (默认CNY)StringgetTargetCurrency()Get 目的币种 (见常见问题-汇出币种)voidsetProfile(String Profile)Set 接入环境。沙箱环境填sandboxvoidsetSourceCurrency(String SourceCurrency)Set 源币种 (默认CNY)voidsetTargetCurrency(String TargetCurrency)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
-
QueryExchangeRateRequest
public QueryExchangeRateRequest()
-
QueryExchangeRateRequest
public QueryExchangeRateRequest(QueryExchangeRateRequest 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
-
getSourceCurrency
public String getSourceCurrency()
Get 源币种 (默认CNY)- Returns:
- SourceCurrency 源币种 (默认CNY)
-
setSourceCurrency
public void setSourceCurrency(String SourceCurrency)
Set 源币种 (默认CNY)- Parameters:
SourceCurrency- 源币种 (默认CNY)
-
getTargetCurrency
public String getTargetCurrency()
Get 目的币种 (见常见问题-汇出币种)- Returns:
- TargetCurrency 目的币种 (见常见问题-汇出币种)
-
setTargetCurrency
public void setTargetCurrency(String TargetCurrency)
Set 目的币种 (见常见问题-汇出币种)- Parameters:
TargetCurrency- 目的币种 (见常见问题-汇出币种)
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填sandbox- Returns:
- Profile 接入环境。沙箱环境填sandbox
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox- Parameters:
Profile- 接入环境。沙箱环境填sandbox
-
-