public class NetIpRouteConfigInfoIpRoute extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
NetIpRouteConfigInfoGateway |
gateway |
String |
network |
int |
prefixLength |
dynamicProperty, dynamicType| Constructor and Description |
|---|
NetIpRouteConfigInfoIpRoute() |
| Modifier and Type | Method and Description |
|---|---|
NetIpRouteConfigInfoGateway |
getGateway() |
String |
getNetwork() |
int |
getPrefixLength() |
void |
setGateway(NetIpRouteConfigInfoGateway gateway) |
void |
setNetwork(String network) |
void |
setPrefixLength(int prefixLength) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String network
public int prefixLength
public NetIpRouteConfigInfoGateway gateway
public String getNetwork()
public int getPrefixLength()
public NetIpRouteConfigInfoGateway getGateway()
public void setNetwork(String network)
public void setPrefixLength(int prefixLength)
public void setGateway(NetIpRouteConfigInfoGateway gateway)
Copyright © 2011-2012. All Rights Reserved.