public class ProtocolsType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DecoderDetectionProtocolType> |
protocol |
| Constructor and Description |
|---|
ProtocolsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DecoderDetectionProtocolType> |
getProtocol()
Gets the value of the protocol property.
|
int |
hashCode() |
String |
toString() |
ProtocolsType |
withProtocol(Collection<DecoderDetectionProtocolType> values) |
ProtocolsType |
withProtocol(DecoderDetectionProtocolType... values) |
protected List<DecoderDetectionProtocolType> protocol
public List<DecoderDetectionProtocolType> getProtocol()
DecoderDetectionProtocolTypepublic ProtocolsType withProtocol(DecoderDetectionProtocolType... values)
public ProtocolsType withProtocol(Collection<DecoderDetectionProtocolType> values)
Copyright © 2024. All rights reserved.