public class QuerySinglePayItem extends AbstractModel
Constructor and Description |
---|
QuerySinglePayItem() |
QuerySinglePayItem(QuerySinglePayItem 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 |
getBankRetCode()
Get 银行原始返回码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBankRetMsg()
Get 银行原始返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPayStatus()
Get 付款状态(S:支付成功;P:支付处理中;F:支付失败)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPlatformMsg()
Get 平台信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBankRetCode(String BankRetCode)
Set 银行原始返回码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBankRetMsg(String BankRetMsg)
Set 银行原始返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPayStatus(String PayStatus)
Set 付款状态(S:支付成功;P:支付处理中;F:支付失败)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlatformMsg(String PlatformMsg)
Set 平台信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 QuerySinglePayItem()
public QuerySinglePayItem(QuerySinglePayItem source)
public String getPayStatus()
public void setPayStatus(String PayStatus)
PayStatus
- 付款状态(S:支付成功;P:支付处理中;F:支付失败)
注意:此字段可能返回 null,表示取不到有效值。public String getPlatformMsg()
public void setPlatformMsg(String PlatformMsg)
PlatformMsg
- 平台信息
注意:此字段可能返回 null,表示取不到有效值。public String getBankRetCode()
public void setBankRetCode(String BankRetCode)
BankRetCode
- 银行原始返回码
注意:此字段可能返回 null,表示取不到有效值。public String getBankRetMsg()
public void setBankRetMsg(String BankRetMsg)
BankRetMsg
- 银行原始返回
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.