public static class InterconnectDiagnosticsARPEntry.Builder extends Object
| Modifier and Type | Method and Description | 
|---|---|
InterconnectDiagnosticsARPEntry | 
build()  | 
InterconnectDiagnosticsARPEntry.Builder | 
clone()  | 
String | 
getIpAddress()
The IP address of this ARP neighbor. 
 | 
String | 
getMacAddress()
The MAC address of this ARP neighbor. 
 | 
InterconnectDiagnosticsARPEntry.Builder | 
mergeFrom(InterconnectDiagnosticsARPEntry other)  | 
InterconnectDiagnosticsARPEntry.Builder | 
setIpAddress(String ipAddress)
The IP address of this ARP neighbor. 
 | 
InterconnectDiagnosticsARPEntry.Builder | 
setMacAddress(String macAddress)
The MAC address of this ARP neighbor. 
 | 
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(InterconnectDiagnosticsARPEntry other)
public String getIpAddress()
public InterconnectDiagnosticsARPEntry.Builder setIpAddress(String ipAddress)
public String getMacAddress()
public InterconnectDiagnosticsARPEntry.Builder setMacAddress(String macAddress)
public InterconnectDiagnosticsARPEntry build()
public InterconnectDiagnosticsARPEntry.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.