public class DistributeAccreditQueryResult extends AbstractModel
Constructor and Description |
---|
DistributeAccreditQueryResult() |
DistributeAccreditQueryResult(DistributeAccreditQueryResult 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 |
getContractUrl()
Get 合同h5地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 说明
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContractUrl(String ContractUrl)
Set 合同h5地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 说明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同)
注意:此字段可能返回 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 DistributeAccreditQueryResult()
public DistributeAccreditQueryResult(DistributeAccreditQueryResult source)
public String getStatus()
public void setStatus(String Status)
Status
- 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同)
注意:此字段可能返回 null,表示取不到有效值。public String getContractUrl()
public void setContractUrl(String ContractUrl)
ContractUrl
- 合同h5地址
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- 说明
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.