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 High-risk behavior
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDesc()Get Description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getInstructionContent()Get Solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLevel()Get Risk level
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getType()Get Type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setBehavior(Long Behavior)Set High-risk behavior
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDesc(String Desc)Set Description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setInstructionContent(String InstructionContent)Set Solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLevel(String Level)Set Risk level
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setType(Long Type)Set Type
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic ImageRisk()
public ImageRisk(ImageRisk source)
public Long getBehavior()
public void setBehavior(Long Behavior)
Behavior - High-risk behavior
Note: This field may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type - Type
Note: This field may return null, indicating that no valid values can be obtained.public String getLevel()
public void setLevel(String Level)
Level - Risk level
Note: This field may return null, indicating that no valid values can be obtained.public String getDesc()
public void setDesc(String Desc)
Desc - Description
Note: This field may return null, indicating that no valid values can be obtained.public String getInstructionContent()
public void setInstructionContent(String InstructionContent)
InstructionContent - Solution
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.