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