public class QueryOpenBankSubMerchantRateConfigureResult extends AbstractModel
Constructor and Description |
---|
QueryOpenBankSubMerchantRateConfigureResult() |
QueryOpenBankSubMerchantRateConfigureResult(QueryOpenBankSubMerchantRateConfigureResult 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 |
getDealMessage()
Get 处理描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDealStatus()
Get 处理状态
SUCCESS: 开通成功
FAILED: 开通失败
PROCESSING: 开通中
|
void |
setDealMessage(String DealMessage)
Set 处理描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDealStatus(String DealStatus)
Set 处理状态
SUCCESS: 开通成功
FAILED: 开通失败
PROCESSING: 开通中
|
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 QueryOpenBankSubMerchantRateConfigureResult()
public QueryOpenBankSubMerchantRateConfigureResult(QueryOpenBankSubMerchantRateConfigureResult source)
public String getDealStatus()
public void setDealStatus(String DealStatus)
DealStatus
- 处理状态
SUCCESS: 开通成功
FAILED: 开通失败
PROCESSING: 开通中public String getDealMessage()
public void setDealMessage(String DealMessage)
DealMessage
- 处理描述
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.