@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class INRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FOUND |
static String |
SERIALIZED_NAME_IN_CLASS |
static String |
SERIALIZED_NAME_IN_GROUP |
static String |
SERIALIZED_NAME_MAX |
static String |
SERIALIZED_NAME_MIN |
static String |
SERIALIZED_NAME_SEVERITY |
| Constructor and Description |
|---|
INRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
INRule |
found(Integer found) |
Integer |
getFound()
The count of how many instances of the classification object were found.
|
String |
getInClass()
The classification of the recognized object.
|
String |
getInGroup()
The group of the classification.
|
Integer |
getMax()
The maximum allowed instances of the classification object.
|
Integer |
getMin()
The minimum allowed instances of the classification object.
|
Integer |
getSeverity()
The severity of the classification object set while configuring the AI.
|
int |
hashCode() |
INRule |
inClass(String inClass) |
INRule |
inGroup(String inGroup) |
INRule |
max(Integer max) |
INRule |
min(Integer min) |
void |
setFound(Integer found) |
void |
setInClass(String inClass) |
void |
setInGroup(String inGroup) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setSeverity(Integer severity) |
INRule |
severity(Integer severity) |
String |
toString() |
public static final String SERIALIZED_NAME_IN_CLASS
public static final String SERIALIZED_NAME_IN_GROUP
public static final String SERIALIZED_NAME_FOUND
public static final String SERIALIZED_NAME_MIN
public static final String SERIALIZED_NAME_MAX
public static final String SERIALIZED_NAME_SEVERITY
@Nullable public String getInClass()
public void setInClass(String inClass)
public void setInGroup(String inGroup)
@Nullable public Integer getFound()
public void setFound(Integer found)
@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)
Copyright © 2010–2021 anotheria.net. All rights reserved.