public class DecodersType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DecoderType> |
decoder |
| Constructor and Description |
|---|
DecodersType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DecoderType> |
getDecoder()
Gets the value of the decoder property.
|
int |
hashCode() |
String |
toString() |
DecodersType |
withDecoder(Collection<DecoderType> values) |
DecodersType |
withDecoder(DecoderType... values) |
protected List<DecoderType> decoder
public List<DecoderType> getDecoder()
DecoderTypepublic DecodersType withDecoder(DecoderType... values)
public DecodersType withDecoder(Collection<DecoderType> values)
Copyright © 2024. All rights reserved.