public class DefaultType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DetectionType> |
detection |
| Constructor and Description |
|---|
DefaultType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DetectionType> |
getDetection()
Gets the value of the detection property.
|
int |
hashCode() |
String |
toString() |
DefaultType |
withDetection(Collection<DetectionType> values) |
DefaultType |
withDetection(DetectionType... values) |
protected List<DetectionType> detection
public List<DetectionType> getDetection()
DetectionTypepublic DefaultType withDetection(DetectionType... values)
public DefaultType withDetection(Collection<DetectionType> values)
Copyright © 2022. All rights reserved.