public class ExpressRouteCircuitArpTable extends Object
Constructor and Description |
---|
ExpressRouteCircuitArpTable() |
Modifier and Type | Method and Description |
---|---|
Integer |
age()
Get the age value.
|
String |
interfaceProperty()
Get the interfaceProperty value.
|
String |
ipAddress()
Get the ipAddress value.
|
String |
macAddress()
Get the macAddress value.
|
ExpressRouteCircuitArpTable |
withAge(Integer age)
Set the age value.
|
ExpressRouteCircuitArpTable |
withInterfaceProperty(String interfaceProperty)
Set the interfaceProperty value.
|
ExpressRouteCircuitArpTable |
withIpAddress(String ipAddress)
Set the ipAddress value.
|
ExpressRouteCircuitArpTable |
withMacAddress(String macAddress)
Set the macAddress value.
|
public Integer age()
public ExpressRouteCircuitArpTable withAge(Integer age)
age
- the age value to setpublic String interfaceProperty()
public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
interfaceProperty
- the interfaceProperty value to setpublic String ipAddress()
public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
ipAddress
- the ipAddress value to setpublic String macAddress()
public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
macAddress
- the macAddress value to setCopyright © 2019. All rights reserved.