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