Class QueryTradeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryTradeRequest
-
public class QueryTradeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryTradeRequest()QueryTradeRequest(QueryTradeRequest 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 接入环境。沙箱环境填sandboxStringgetTradeFileId()Get 贸易材料流水号voidsetProfile(String Profile)Set 接入环境。沙箱环境填sandboxvoidsetTradeFileId(String TradeFileId)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
-
QueryTradeRequest
public QueryTradeRequest()
-
QueryTradeRequest
public QueryTradeRequest(QueryTradeRequest 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
-
getTradeFileId
public String getTradeFileId()
Get 贸易材料流水号- Returns:
- TradeFileId 贸易材料流水号
-
setTradeFileId
public void setTradeFileId(String TradeFileId)
Set 贸易材料流水号- Parameters:
TradeFileId- 贸易材料流水号
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填sandbox- Returns:
- Profile 接入环境。沙箱环境填sandbox
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox- Parameters:
Profile- 接入环境。沙箱环境填sandbox
-
-