public class DecoderDetectionProtocolType extends ProtocolType
| Modifier and Type | Field and Description |
|---|---|
protected DefaultType |
_default |
protected List<ManufacturerType> |
manufacturer |
type| Constructor and Description |
|---|
DecoderDetectionProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
DefaultType |
getDefault()
Gets the value of the default property.
|
List<ManufacturerType> |
getManufacturer()
Gets the value of the manufacturer property.
|
int |
hashCode() |
void |
setDefault(DefaultType value)
Sets the value of the default property.
|
String |
toString() |
DecoderDetectionProtocolType |
withDefault(DefaultType value) |
DecoderDetectionProtocolType |
withManufacturer(Collection<ManufacturerType> values) |
DecoderDetectionProtocolType |
withManufacturer(ManufacturerType... values) |
DecoderDetectionProtocolType |
withType(ProtocolTypeType value) |
getType, setTypeprotected DefaultType _default
protected List<ManufacturerType> manufacturer
public DefaultType getDefault()
DefaultTypepublic void setDefault(DefaultType value)
value - allowed object is
DefaultTypepublic List<ManufacturerType> getManufacturer()
ManufacturerTypepublic String toString()
toString in class ProtocolTypepublic boolean equals(Object that)
equals in class ProtocolTypepublic int hashCode()
hashCode in class ProtocolTypepublic DecoderDetectionProtocolType withDefault(DefaultType value)
public DecoderDetectionProtocolType withManufacturer(ManufacturerType... values)
public DecoderDetectionProtocolType withManufacturer(Collection<ManufacturerType> values)
public DecoderDetectionProtocolType withType(ProtocolTypeType value)
withType in class ProtocolTypeCopyright © 2024. All rights reserved.