public class DetectionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
conditionsOrCvOrCvGroup |
protected String |
displayFormat |
protected Integer |
indexHigh |
protected Integer |
indexLow |
protected DetectionTypeType |
type |
protected String |
value |
protected String |
valueName |
| Constructor and Description |
|---|
DetectionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Object> |
getConditionsOrCvOrCvGroup()
Gets the value of the conditionsOrCvOrCvGroup property.
|
String |
getDisplayFormat()
Gets the value of the displayFormat property.
|
Integer |
getIndexHigh()
Gets the value of the indexHigh property.
|
Integer |
getIndexLow()
Gets the value of the indexLow property.
|
DetectionTypeType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueName()
Gets the value of the valueName property.
|
int |
hashCode() |
void |
setDisplayFormat(String value)
Sets the value of the displayFormat property.
|
void |
setIndexHigh(Integer value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Integer value)
Sets the value of the indexLow property.
|
void |
setType(DetectionTypeType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
String |
toString() |
DetectionType |
withConditionsOrCvOrCvGroup(Collection<Object> values) |
DetectionType |
withConditionsOrCvOrCvGroup(Object... values) |
DetectionType |
withDisplayFormat(String value) |
DetectionType |
withIndexHigh(Integer value) |
DetectionType |
withIndexLow(Integer value) |
DetectionType |
withType(DetectionTypeType value) |
DetectionType |
withValue(String value) |
DetectionType |
withValueName(String value) |
protected DetectionTypeType type
protected Integer indexHigh
protected Integer indexLow
protected String displayFormat
protected String value
protected String valueName
public List<Object> getConditionsOrCvOrCvGroup()
ConditionsType
CVType
CVGroupTypepublic DetectionTypeType getType()
DetectionTypeTypepublic void setType(DetectionTypeType value)
value - allowed object is
DetectionTypeTypepublic Integer getIndexHigh()
Integerpublic void setIndexHigh(Integer value)
value - allowed object is
Integerpublic Integer getIndexLow()
Integerpublic void setIndexLow(Integer value)
value - allowed object is
Integerpublic String getDisplayFormat()
Stringpublic void setDisplayFormat(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getValueName()
Stringpublic void setValueName(String value)
value - allowed object is
Stringpublic DetectionType withConditionsOrCvOrCvGroup(Object... values)
public DetectionType withConditionsOrCvOrCvGroup(Collection<Object> values)
public DetectionType withType(DetectionTypeType value)
public DetectionType withIndexHigh(Integer value)
public DetectionType withIndexLow(Integer value)
public DetectionType withDisplayFormat(String value)
public DetectionType withValue(String value)
public DetectionType withValueName(String value)
Copyright © 2024. All rights reserved.