public class QueryOrderStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryOrderStatusRequest() |
QueryOrderStatusRequest(QueryOrderStatusRequest 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 |
getDeveloperNo()
Get 开发者流水号
|
String |
getOpenId()
Get 使用门店OpenId
|
String |
getOpenKey()
Get 使用门店OpenKey
|
String |
getOrderNo()
Get 付款订单号
|
String |
getProfile()
Get 沙箱环境填sandbox,正式环境不填
|
void |
setDeveloperNo(String DeveloperNo)
Set 开发者流水号
|
void |
setOpenId(String OpenId)
Set 使用门店OpenId
|
void |
setOpenKey(String OpenKey)
Set 使用门店OpenKey
|
void |
setOrderNo(String OrderNo)
Set 付款订单号
|
void |
setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填
|
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, toJsonString
public QueryOrderStatusRequest()
public QueryOrderStatusRequest(QueryOrderStatusRequest source)
public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 使用门店OpenIdpublic String getOpenKey()
public void setOpenKey(String OpenKey)
OpenKey
- 使用门店OpenKeypublic String getDeveloperNo()
public void setDeveloperNo(String DeveloperNo)
DeveloperNo
- 开发者流水号public String getOrderNo()
public void setOrderNo(String OrderNo)
OrderNo
- 付款订单号public String getProfile()
public void setProfile(String Profile)
Profile
- 沙箱环境填sandbox,正式环境不填Copyright © 2024. All rights reserved.