public class QuerySinglePayRequest extends AbstractModel
Constructor and Description |
---|
QuerySinglePayRequest() |
QuerySinglePayRequest(QuerySinglePayRequest 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 |
getSerialNumber()
Get 业务流水号
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox
|
void |
setSerialNumber(String SerialNumber)
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, toJsonString
public QuerySinglePayRequest()
public QuerySinglePayRequest(QuerySinglePayRequest source)
public String getSerialNumber()
public void setSerialNumber(String SerialNumber)
SerialNumber
- 业务流水号public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandboxCopyright © 2022. All rights reserved.