public class QueryOutwardOrderRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryOutwardOrderRequest() | 
| QueryOutwardOrderRequest(QueryOutwardOrderRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getProfile()Get 接入环境。沙箱环境填sandbox | 
| String | getTransactionId()Get 对接方汇出指令编号 | 
| void | setProfile(String Profile)Set 接入环境。沙箱环境填sandbox | 
| void | setTransactionId(String TransactionId)Set 对接方汇出指令编号 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryOutwardOrderRequest()
public QueryOutwardOrderRequest(QueryOutwardOrderRequest source)
public String getTransactionId()
public void setTransactionId(String TransactionId)
TransactionId - 对接方汇出指令编号public String getProfile()
public void setProfile(String Profile)
Profile - 接入环境。沙箱环境填sandboxCopyright © 2025. All rights reserved.