public class RceResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RceResult() | 
| RceResult(RceResult 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 | getAssociateAccount()Get 业务参数 | 
| String | getConstId()Get 设备唯一ID | 
| Long | getPostTime()Get 操作时间戳 | 
| String | getRiskInformation()Get 风险扩展参数 | 
| String | getRiskLevel()Get 风险等级 | 
| Long[] | getRiskType()Get 风险类型 | 
| String | getUserId()Get 用户ID | 
| String | getUserIp()Get 用户Ip | 
| void | setAssociateAccount(String AssociateAccount)Set 业务参数 | 
| void | setConstId(String ConstId)Set 设备唯一ID | 
| void | setPostTime(Long PostTime)Set 操作时间戳 | 
| void | setRiskInformation(String RiskInformation)Set 风险扩展参数 | 
| void | setRiskLevel(String RiskLevel)Set 风险等级 | 
| void | setRiskType(Long[] RiskType)Set 风险类型 | 
| void | setUserId(String UserId)Set 用户ID | 
| 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 RceResult()
public RceResult(RceResult source)
public String getUserId()
public void setUserId(String UserId)
UserId - 用户IDpublic Long getPostTime()
public void setPostTime(Long PostTime)
PostTime - 操作时间戳public String getAssociateAccount()
public void setAssociateAccount(String AssociateAccount)
AssociateAccount - 业务参数public String getUserIp()
public void setUserIp(String UserIp)
UserIp - 用户Ippublic String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel - 风险等级public Long[] getRiskType()
public void setRiskType(Long[] RiskType)
RiskType - 风险类型public String getConstId()
public void setConstId(String ConstId)
ConstId - 设备唯一IDpublic String getRiskInformation()
public void setRiskInformation(String RiskInformation)
RiskInformation - 风险扩展参数Copyright © 2025. All rights reserved.