Package org.opendaylight.neutron.spi
Class NeutronBgpvpnRouterAssociation
- 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<NeutronBgpvpnRouterAssociation>
 - 
- org.opendaylight.neutron.spi.NeutronBgpvpnRouterAssociation
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,INeutronAdminAttributes<NeutronBgpvpnRouterAssociation>,INeutronBaseAttributes<NeutronBgpvpnRouterAssociation>,INeutronObject<NeutronBgpvpnRouterAssociation>
public final class NeutronBgpvpnRouterAssociation extends NeutronAdminAttributes<NeutronBgpvpnRouterAssociation> implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NeutronBgpvpnRouterAssociation() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, NeutronBgpvpnRouterAssociation ans)StringgetBgpvpnId()StringgetRouterId()voidinitDefaults()voidsetBgpvpnId(String bgpvpnId)voidsetRouterId(String routerId)StringtoString()- 
Methods inherited from class org.opendaylight.neutron.spi.NeutronAdminAttributes
getAdminStateUp, getStatus, 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
- 
initDefaults
public void initDefaults()
- Specified by:
 initDefaultsin interfaceINeutronObject<NeutronBgpvpnRouterAssociation>- Overrides:
 initDefaultsin classNeutronAdminAttributes<NeutronBgpvpnRouterAssociation>
 
- 
getBgpvpnId
public String getBgpvpnId()
 
- 
setBgpvpnId
public void setBgpvpnId(String bgpvpnId)
 
- 
getRouterId
public String getRouterId()
 
- 
setRouterId
public void setRouterId(String routerId)
 
- 
extractField
protected boolean extractField(String field, NeutronBgpvpnRouterAssociation ans)
- Overrides:
 extractFieldin classNeutronAdminAttributes<NeutronBgpvpnRouterAssociation>
 
- 
toString
public String toString()
- Overrides:
 toStringin classNeutronObject<NeutronBgpvpnRouterAssociation>
 
 - 
 
 -