Class DistributeAccreditQueryResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.DistributeAccreditQueryResult
-
public class DistributeAccreditQueryResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContractUrl()Get 合同h5地址 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get 说明 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同) 注意:此字段可能返回 null,表示取不到有效值。voidsetContractUrl(String ContractUrl)Set 合同h5地址 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set 说明 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同) 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DistributeAccreditQueryResult
public DistributeAccreditQueryResult()
-
DistributeAccreditQueryResult
public 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.
-
-
Method Detail
-
getStatus
public String getStatus()
Get 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同) 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 状态(0-未开通,1-已开通,2-商户主动关闭,3-待审核,4-冻结,5-注销,6-待签合同) 注意:此字段可能返回 null,表示取不到有效值。
-
getContractUrl
public String getContractUrl()
Get 合同h5地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContractUrl 合同h5地址 注意:此字段可能返回 null,表示取不到有效值。
-
setContractUrl
public void setContractUrl(String ContractUrl)
Set 合同h5地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContractUrl- 合同h5地址 注意:此字段可能返回 null,表示取不到有效值。
-
getRemark
public String getRemark()
Get 说明 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 说明 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 说明 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 说明 注意:此字段可能返回 null,表示取不到有效值。
-
-