Class ImageRisk
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ImageRisk
-
public class ImageRisk 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 LonggetBehavior()Get 高危行为 注意:此字段可能返回 null,表示取不到有效值。StringgetDesc()Get 描述 注意:此字段可能返回 null,表示取不到有效值。StringgetInstructionContent()Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。StringgetLevel()Get 风险等级 注意:此字段可能返回 null,表示取不到有效值。LonggetType()Get 种类 注意:此字段可能返回 null,表示取不到有效值。voidsetBehavior(Long Behavior)Set 高危行为 注意:此字段可能返回 null,表示取不到有效值。voidsetDesc(String Desc)Set 描述 注意:此字段可能返回 null,表示取不到有效值。voidsetInstructionContent(String InstructionContent)Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。voidsetLevel(String Level)Set 风险等级 注意:此字段可能返回 null,表示取不到有效值。voidsetType(Long Type)Set 种类 注意:此字段可能返回 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
-
ImageRisk
public ImageRisk()
-
ImageRisk
public ImageRisk(ImageRisk 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
-
getBehavior
public Long getBehavior()
Get 高危行为 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Behavior 高危行为 注意:此字段可能返回 null,表示取不到有效值。
-
setBehavior
public void setBehavior(Long Behavior)
Set 高危行为 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Behavior- 高危行为 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public Long getType()
Get 种类 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 种类 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(Long Type)
Set 种类 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 种类 注意:此字段可能返回 null,表示取不到有效值。
-
getLevel
public String getLevel()
Get 风险等级 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Level 风险等级 注意:此字段可能返回 null,表示取不到有效值。
-
setLevel
public void setLevel(String Level)
Set 风险等级 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Level- 风险等级 注意:此字段可能返回 null,表示取不到有效值。
-
getDesc
public String getDesc()
Get 描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Desc 描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDesc
public void setDesc(String Desc)
Set 描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Desc- 描述 注意:此字段可能返回 null,表示取不到有效值。
-
getInstructionContent
public String getInstructionContent()
Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstructionContent 解决方案 注意:此字段可能返回 null,表示取不到有效值。
-
setInstructionContent
public void setInstructionContent(String InstructionContent)
Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstructionContent- 解决方案 注意:此字段可能返回 null,表示取不到有效值。
-
-