public interface InterconnectDiagnosticsARPEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()The IP address of this ARP neighbor.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()The IP address of this ARP neighbor.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getMacAddress()
public abstract String getMacAddress()The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
| Returns | |
|---|---|
| Type | Description |
String |
The macAddress. |
getMacAddressBytes()
public abstract ByteString getMacAddressBytes()The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for macAddress. |
hasIpAddress()
public abstract boolean hasIpAddress()The IP address of this ARP neighbor.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipAddress field is set. |
hasMacAddress()
public abstract boolean hasMacAddress()The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the macAddress field is set. |