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 boolean
extractField(String field, NeutronBgpvpnRouterAssociation ans)
String
getBgpvpnId()
String
getRouterId()
void
initDefaults()
void
setBgpvpnId(String bgpvpnId)
void
setRouterId(String routerId)
String
toString()
-
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:
initDefaults
in interfaceINeutronObject<NeutronBgpvpnRouterAssociation>
- Overrides:
initDefaults
in 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:
extractField
in classNeutronAdminAttributes<NeutronBgpvpnRouterAssociation>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronBgpvpnRouterAssociation>
-
-