public class QueryExchangeRateRequest extends AbstractModel
| Constructor and Description |
|---|
QueryExchangeRateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox
|
String |
getSourceCurrency()
Get 源币种 (默认CNY)
|
String |
getTargetCurrency()
Get 目的币种 (见常见问题-汇出币种)
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox
|
void |
setSourceCurrency(String SourceCurrency)
Set 源币种 (默认CNY)
|
void |
setTargetCurrency(String TargetCurrency)
Set 目的币种 (见常见问题-汇出币种)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getSourceCurrency()
public void setSourceCurrency(String SourceCurrency)
SourceCurrency - 源币种 (默认CNY)public String getTargetCurrency()
public void setTargetCurrency(String TargetCurrency)
TargetCurrency - 目的币种 (见常见问题-汇出币种)public String getProfile()
public void setProfile(String Profile)
Profile - 接入环境。沙箱环境填sandboxCopyright © 2020. All rights reserved.