Package org.opendaylight.neutron.spi
Class NeutronBgpvpnNetworkAssociation
- 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<NeutronBgpvpnNetworkAssociation>
-
- org.opendaylight.neutron.spi.NeutronBgpvpnNetworkAssociation
-
- All Implemented Interfaces:
Serializable
,INeutronAdminAttributes<NeutronBgpvpnNetworkAssociation>
,INeutronBaseAttributes<NeutronBgpvpnNetworkAssociation>
,INeutronObject<NeutronBgpvpnNetworkAssociation>
public final class NeutronBgpvpnNetworkAssociation extends NeutronAdminAttributes<NeutronBgpvpnNetworkAssociation> implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronBgpvpnNetworkAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
extractField(String field, NeutronBgpvpnNetworkAssociation ans)
String
getBgpvpnId()
String
getNetworkIds()
void
initDefaults()
void
setBgpvpnId(String bgpvpnId)
void
setNetworkIds(String networkIds)
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<NeutronBgpvpnNetworkAssociation>
- Overrides:
initDefaults
in classNeutronAdminAttributes<NeutronBgpvpnNetworkAssociation>
-
getBgpvpnId
public String getBgpvpnId()
-
setBgpvpnId
public void setBgpvpnId(String bgpvpnId)
-
getNetworkIds
public String getNetworkIds()
-
setNetworkIds
public void setNetworkIds(String networkIds)
-
extractField
protected boolean extractField(String field, NeutronBgpvpnNetworkAssociation ans)
- Overrides:
extractField
in classNeutronAdminAttributes<NeutronBgpvpnNetworkAssociation>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronBgpvpnNetworkAssociation>
-
-