Class Similar
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.Similar
-
public class Similar extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEvilType()Get 恶意类型 100:正常 20001:政治 20002:色情 20006:涉毒违法 20007:谩骂 24001:暴恐LonggetHitFlag()Get 处置判定 0:未匹配到 1:恶意 2:白样本StringgetSeedUrl()Get 返回的种子url 注意:此字段可能返回 null,表示取不到有效值。voidsetEvilType(Long EvilType)Set 恶意类型 100:正常 20001:政治 20002:色情 20006:涉毒违法 20007:谩骂 24001:暴恐voidsetHitFlag(Long HitFlag)Set 处置判定 0:未匹配到 1:恶意 2:白样本voidsetSeedUrl(String SeedUrl)Set 返回的种子url 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Similar
public Similar()
-
Similar
public 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.
-
-
Method Detail
-
getEvilType
public Long getEvilType()
Get 恶意类型 100:正常 20001:政治 20002:色情 20006:涉毒违法 20007:谩骂 24001:暴恐- Returns:
- EvilType 恶意类型 100:正常 20001:政治 20002:色情 20006:涉毒违法 20007:谩骂 24001:暴恐
-
setEvilType
public void setEvilType(Long EvilType)
Set 恶意类型 100:正常 20001:政治 20002:色情 20006:涉毒违法 20007:谩骂 24001:暴恐- Parameters:
EvilType- 恶意类型 100:正常 20001:政治 20002:色情 20006:涉毒违法 20007:谩骂 24001:暴恐
-
getHitFlag
public Long getHitFlag()
Get 处置判定 0:未匹配到 1:恶意 2:白样本- Returns:
- HitFlag 处置判定 0:未匹配到 1:恶意 2:白样本
-
setHitFlag
public void setHitFlag(Long HitFlag)
Set 处置判定 0:未匹配到 1:恶意 2:白样本- Parameters:
HitFlag- 处置判定 0:未匹配到 1:恶意 2:白样本
-
getSeedUrl
public String getSeedUrl()
Get 返回的种子url 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SeedUrl 返回的种子url 注意:此字段可能返回 null,表示取不到有效值。
-
setSeedUrl
public void setSeedUrl(String SeedUrl)
Set 返回的种子url 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SeedUrl- 返回的种子url 注意:此字段可能返回 null,表示取不到有效值。
-
-