Class AccountRisk
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.AccountRisk
-
public class AccountRisk extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountRisk()AccountRisk(AccountRisk 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 StringgetId()Get id(可不参考) 注意:此字段可能返回 null,表示取不到有效值。StringgetRiskAccount()Get 风险账户 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set id(可不参考) 注意:此字段可能返回 null,表示取不到有效值。voidsetRiskAccount(String RiskAccount)Set 风险账户 注意:此字段可能返回 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
-
AccountRisk
public AccountRisk()
-
AccountRisk
public AccountRisk(AccountRisk 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
-
getId
public String getId()
Get id(可不参考) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id id(可不参考) 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(String Id)
Set id(可不参考) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id- id(可不参考) 注意:此字段可能返回 null,表示取不到有效值。
-
getRiskAccount
public String getRiskAccount()
Get 风险账户 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskAccount 风险账户 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskAccount
public void setRiskAccount(String RiskAccount)
Set 风险账户 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskAccount- 风险账户 注意:此字段可能返回 null,表示取不到有效值。
-
-