@Alias(value="multicast-group") public class MulticastGroupConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
group
The name of the resource that will be used to identify it in CoAP uri's.
|
String |
networkInterface
The name of the resource that will be used to identify it in CoAP uri's.
|
| Constructor and Description |
|---|
MulticastGroupConfig() |
MulticastGroupConfig(String group,
String networkInterface) |
@Parameter @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Summary(value="The multicast group. This can be the CoAP broadcast address \'224.0.1.187\' for IPv4, \'FF0X::FD\' for IPv6, or a CoAP IPv6 multicast address.") @Example(value="224.0.1.187") public String group
@Parameter @Optional @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Summary(value="The network interface to use for this multicast group.") @Example(value="eth0") public String networkInterface
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2024 Teslanet.nl. All rights reserved.