public interface LinkLayerAddressOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()
The IP address of this neighbor.
string ip_address = 2;
Returns | |
---|---|
Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()
The IP address of this neighbor.
string ip_address = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ipAddress. |
getMacAddress()
public abstract String getMacAddress()
The MAC address of this neighbor.
string mac_address = 1;
Returns | |
---|---|
Type | Description |
String |
The macAddress. |
getMacAddressBytes()
public abstract ByteString getMacAddressBytes()
The MAC address of this neighbor.
string mac_address = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for macAddress. |