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 Behavior
|
String |
getDesc()
Get Details
|
String |
getInstructionContent()
Get Solution
|
Long |
getLevel()
Get Level
|
Long |
getType()
Get Type
|
void |
setBehavior(Long Behavior)
Set Behavior
|
void |
setDesc(String Desc)
Set Details
|
void |
setInstructionContent(String InstructionContent)
Set Solution
|
void |
setLevel(Long Level)
Set Level
|
void |
setType(Long Type)
Set Type
|
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
- Behaviorpublic Long getType()
public void setType(Long Type)
Type
- Typepublic Long getLevel()
public void setLevel(Long Level)
Level
- Levelpublic String getDesc()
public void setDesc(String Desc)
Desc
- Detailspublic String getInstructionContent()
public void setInstructionContent(String InstructionContent)
InstructionContent
- SolutionCopyright © 2023. All rights reserved.