public class Similar extends AbstractModel
Constructor and Description |
---|
Similar() |
Similar(Similar 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 |
getEvilType()
Get 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
|
Long |
getHitFlag()
Get 处置判定 0:未匹配到 1:恶意 2:白样本
|
String |
getSeedUrl()
Get 返回的种子url
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
|
void |
setHitFlag(Long HitFlag)
Set 处置判定 0:未匹配到 1:恶意 2:白样本
|
void |
setSeedUrl(String SeedUrl)
Set 返回的种子url
注意:此字段可能返回 null,表示取不到有效值。
|
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 Similar()
public Similar(Similar source)
public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐public Long getHitFlag()
public void setHitFlag(Long HitFlag)
HitFlag
- 处置判定 0:未匹配到 1:恶意 2:白样本public String getSeedUrl()
public void setSeedUrl(String SeedUrl)
SeedUrl
- 返回的种子url
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.