@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class INParam extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
INParam.InClassEnum
The classification of the object, that the element refers to.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DRAW_MODE |
static String |
SERIALIZED_NAME_GREY |
static String |
SERIALIZED_NAME_IN_CLASS |
static String |
SERIALIZED_NAME_MAX |
static String |
SERIALIZED_NAME_MIN |
static String |
SERIALIZED_NAME_SCALE |
static String |
SERIALIZED_NAME_SEVERITY |
| Constructor and Description |
|---|
INParam() |
| Modifier and Type | Method and Description |
|---|---|
INParam |
drawMode(Integer drawMode) |
boolean |
equals(Object o) |
Integer |
getDrawMode()
The draw mode that will be used for the creating the media.
|
Integer |
getGrey()
A grey scale color to use for masking.
|
INParam.InClassEnum |
getInClass()
The classification of the object, that the element refers to.
|
Integer |
getMax()
The maximum amount of objects allowed on the source media.
|
Integer |
getMin()
The minimum amount of objects allowed on the source media.
|
Float |
getScale()
Scale of the draw rectangle around the classification object.
|
Integer |
getSeverity()
Set a value to define the severity of a broken rule of the given classification object.
|
INParam |
grey(Integer grey) |
int |
hashCode() |
INParam |
inClass(INParam.InClassEnum inClass) |
INParam |
max(Integer max) |
INParam |
min(Integer min) |
INParam |
scale(Float scale) |
void |
setDrawMode(Integer drawMode) |
void |
setGrey(Integer grey) |
void |
setInClass(INParam.InClassEnum inClass) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setScale(Float scale) |
void |
setSeverity(Integer severity) |
INParam |
severity(Integer severity) |
String |
toString() |
public static final String SERIALIZED_NAME_IN_CLASS
public static final String SERIALIZED_NAME_MIN
public static final String SERIALIZED_NAME_MAX
public static final String SERIALIZED_NAME_SEVERITY
public static final String SERIALIZED_NAME_DRAW_MODE
public static final String SERIALIZED_NAME_GREY
public static final String SERIALIZED_NAME_SCALE
public INParam inClass(INParam.InClassEnum inClass)
@Nullable public INParam.InClassEnum getInClass()
public void setInClass(INParam.InClassEnum inClass)
@Nullable public Integer getMin()
public void setMin(Integer min)
@Nullable public Integer getMax()
public void setMax(Integer max)
@Nullable public Integer getSeverity()
public void setSeverity(Integer severity)
@Nullable public Integer getDrawMode()
public void setDrawMode(Integer drawMode)
@Nullable public Integer getGrey()
public void setGrey(Integer grey)
@Nullable public Float getScale()
public void setScale(Float scale)
Copyright © 2010–2021 anotheria.net. All rights reserved.