public class PhoneDetect extends AbstractModel
Constructor and Description |
---|
PhoneDetect() |
Modifier and Type | Method and Description |
---|---|
Long |
getEvilType()
Get 恶意类型
100:正常
21000:综合
|
Long |
getHitFlag()
Get 处置判定 0:正常 1:可疑
|
String[] |
getLabels()
Get 特征中文描述
|
Long |
getScore()
Get 分值范围 0-100,分数越高倾向越明显
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
21000:综合
|
void |
setHitFlag(Long HitFlag)
Set 处置判定 0:正常 1:可疑
|
void |
setLabels(String[] Labels)
Set 特征中文描述
|
void |
setScore(Long Score)
Set 分值范围 0-100,分数越高倾向越明显
|
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 Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
21000:综合public Long getHitFlag()
public void setHitFlag(Long HitFlag)
HitFlag
- 处置判定 0:正常 1:可疑public String[] getLabels()
public void setLabels(String[] Labels)
Labels
- 特征中文描述public Long getScore()
public void setScore(Long Score)
Score
- 分值范围 0-100,分数越高倾向越明显Copyright © 2020. All rights reserved.