public class ImageRiskInfo extends AbstractModel
Constructor and Description |
---|
ImageRiskInfo() |
ImageRiskInfo(ImageRiskInfo 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 行为
|
String |
getDesc()
Get 详情
|
String |
getInstructionContent()
Get 解决方案
|
Long |
getLevel()
Get 级别
|
Long |
getType()
Get 类型
|
void |
setBehavior(Long Behavior)
Set 行为
|
void |
setDesc(String Desc)
Set 详情
|
void |
setInstructionContent(String InstructionContent)
Set 解决方案
|
void |
setLevel(Long Level)
Set 级别
|
void |
setType(Long Type)
Set 类型
|
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 ImageRiskInfo()
public ImageRiskInfo(ImageRiskInfo source)
public Long getBehavior()
public void setBehavior(Long Behavior)
Behavior
- 行为public Long getType()
public void setType(Long Type)
Type
- 类型public Long getLevel()
public void setLevel(Long Level)
Level
- 级别public String getDesc()
public void setDesc(String Desc)
Desc
- 详情public String getInstructionContent()
public void setInstructionContent(String InstructionContent)
InstructionContent
- 解决方案Copyright © 2022. All rights reserved.