public class ImageRisk extends AbstractModel
Constructor and Description |
---|
ImageRisk() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBehavior()
Get 高危行为
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDesc()
Get 描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstructionContent()
Get 解决方案
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLevel()
Get 风险等级
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 种类
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBehavior(Long Behavior)
Set 高危行为
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesc(String Desc)
Set 描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstructionContent(String InstructionContent)
Set 解决方案
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(String Level)
Set 风险等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 种类
注意:此字段可能返回 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 ImageRisk()
public ImageRisk(ImageRisk source)
public Long getBehavior()
public void setBehavior(Long Behavior)
Behavior
- 高危行为
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 种类
注意:此字段可能返回 null,表示取不到有效值。public String getLevel()
public void setLevel(String Level)
Level
- 风险等级
注意:此字段可能返回 null,表示取不到有效值。public String getDesc()
public void setDesc(String Desc)
Desc
- 描述
注意:此字段可能返回 null,表示取不到有效值。public String getInstructionContent()
public void setInstructionContent(String InstructionContent)
InstructionContent
- 解决方案
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.