Package org.opendaylight.neutron.spi
Class NeutronRouter
- java.lang.Object
 - 
- org.opendaylight.neutron.spi.NeutronID
 - 
- org.opendaylight.neutron.spi.NeutronObject<T>
 - 
- org.opendaylight.neutron.spi.NeutronBaseAttributes<T>
 - 
- org.opendaylight.neutron.spi.NeutronAdminAttributes<NeutronRouter>
 - 
- org.opendaylight.neutron.spi.NeutronRouter
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,INeutronAdminAttributes<NeutronRouter>,INeutronBaseAttributes<NeutronRouter>,INeutronObject<NeutronRouter>
public final class NeutronRouter extends NeutronAdminAttributes<NeutronRouter>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NeutronRouter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, NeutronRouter ans)BooleangetDistributed()NeutronRouterNetworkReferencegetExternalGatewayInfo()StringgetGatewayPortId()List<NeutronRoute>getRoutes()voidsetDistributed(Boolean distributed)voidsetExternalGatewayInfo(NeutronRouterNetworkReference externalGatewayInfo)voidsetGatewayPortId(String gatewayPortId)voidsetRoutes(List<NeutronRoute> routes)StringtoString()- 
Methods inherited from class org.opendaylight.neutron.spi.NeutronAdminAttributes
getAdminStateUp, getStatus, initDefaults, isAdminStateUp, setAdminStateUp, setStatus 
- 
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributes
getName, setName 
- 
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, setProjectID, setRevisionNumber, setTenantID, setTenantID 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.opendaylight.neutron.spi.INeutronBaseAttributes
getName, setName 
- 
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExternalGatewayInfo
public NeutronRouterNetworkReference getExternalGatewayInfo()
 
- 
setExternalGatewayInfo
public void setExternalGatewayInfo(NeutronRouterNetworkReference externalGatewayInfo)
 
- 
getDistributed
public Boolean getDistributed()
 
- 
setDistributed
public void setDistributed(Boolean distributed)
 
- 
getGatewayPortId
public String getGatewayPortId()
 
- 
setGatewayPortId
public void setGatewayPortId(String gatewayPortId)
 
- 
getRoutes
public List<NeutronRoute> getRoutes()
 
- 
setRoutes
public void setRoutes(List<NeutronRoute> routes)
 
- 
extractField
protected boolean extractField(String field, NeutronRouter ans)
- Overrides:
 extractFieldin classNeutronAdminAttributes<NeutronRouter>
 
- 
toString
public String toString()
- Overrides:
 toStringin classNeutronObject<NeutronRouter>
 
 - 
 
 -