public class ManagePortraitRiskValueOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ManagePortraitRiskValueOutput() | 
| ManagePortraitRiskValueOutput(ManagePortraitRiskValueOutput 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 | 
|---|---|
| Long | getLevel()Get 返回风险等级, 0 - 4,0代表无风险,数值越大,风险越高 | 
| String | getUserIp()Get 对应的IP | 
| void | setLevel(Long Level)Set 返回风险等级, 0 - 4,0代表无风险,数值越大,风险越高 | 
| void | setUserIp(String UserIp)Set 对应的IP | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ManagePortraitRiskValueOutput()
public ManagePortraitRiskValueOutput(ManagePortraitRiskValueOutput source)
public String getUserIp()
public void setUserIp(String UserIp)
UserIp - 对应的IPpublic Long getLevel()
public void setLevel(Long Level)
Level - 返回风险等级, 0 - 4,0代表无风险,数值越大,风险越高Copyright © 2025. All rights reserved.