public class OnlineScamInfo extends AbstractModel
Constructor and Description |
---|
OnlineScamInfo() |
OnlineScamInfo(OnlineScamInfo 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 |
getContentLabel()
Get 内容标签。
|
Long |
getContentRiskLevel()
Get 内容风险等级:
0:正常。
1:可疑。
|
Long |
getContentType()
Get 内容产生形式:
0:对话。
1:广播。
|
String |
getFraudAccount()
Get 账号
|
Long |
getFraudType()
Get 类型
|
void |
setContentLabel(String ContentLabel)
Set 内容标签。
|
void |
setContentRiskLevel(Long ContentRiskLevel)
Set 内容风险等级:
0:正常。
1:可疑。
|
void |
setContentType(Long ContentType)
Set 内容产生形式:
0:对话。
1:广播。
|
void |
setFraudAccount(String FraudAccount)
Set 账号
|
void |
setFraudType(Long FraudType)
Set 类型
|
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 OnlineScamInfo()
public OnlineScamInfo(OnlineScamInfo source)
public String getContentLabel()
public void setContentLabel(String ContentLabel)
ContentLabel
- 内容标签。public Long getContentRiskLevel()
public void setContentRiskLevel(Long ContentRiskLevel)
ContentRiskLevel
- 内容风险等级:
0:正常。
1:可疑。public Long getContentType()
public void setContentType(Long ContentType)
ContentType
- 内容产生形式:
0:对话。
1:广播。public Long getFraudType()
public void setFraudType(Long FraudType)
FraudType
- 类型public String getFraudAccount()
public void setFraudAccount(String FraudAccount)
FraudAccount
- 账号Copyright © 2022. All rights reserved.