Package org.opendaylight.neutron.spi
Class NeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
- 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<T>
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,INeutronAdminAttributes<T>,INeutronBaseAttributes<T>,INeutronObject<T>
- Direct Known Subclasses:
 NeutronBgpvpn,NeutronBgpvpnNetworkAssociation,NeutronBgpvpnRouterAssociation,NeutronLoadBalancer,NeutronNetwork,NeutronPort,NeutronRouter,NeutronTrunk,NeutronVpnIpSecSiteConnection,NeutronVpnService
public abstract class NeutronAdminAttributes<T extends NeutronAdminAttributes<T>> extends NeutronBaseAttributes<T> implements INeutronAdminAttributes<T>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NeutronAdminAttributes() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, T ans)BooleangetAdminStateUp()StringgetStatus()voidinitDefaults()booleanisAdminStateUp()voidsetAdminStateUp(Boolean adminStateUp)voidsetStatus(String status)- 
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, toString 
- 
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
- 
getAdminStateUp
public Boolean getAdminStateUp()
- Specified by:
 getAdminStateUpin interfaceINeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
 
- 
isAdminStateUp
public boolean isAdminStateUp()
 
- 
setAdminStateUp
public void setAdminStateUp(Boolean adminStateUp)
- Specified by:
 setAdminStateUpin interfaceINeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
 
- 
getStatus
public String getStatus()
- Specified by:
 getStatusin interfaceINeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
 
- 
setStatus
public void setStatus(String status)
- Specified by:
 setStatusin interfaceINeutronAdminAttributes<T extends NeutronAdminAttributes<T>>
 
- 
initDefaults
public void initDefaults()
- Specified by:
 initDefaultsin interfaceINeutronObject<T extends NeutronAdminAttributes<T>>- Overrides:
 initDefaultsin classNeutronObject<T extends NeutronAdminAttributes<T>>
 
- 
extractField
protected boolean extractField(String field, T ans)
- Overrides:
 extractFieldin classNeutronBaseAttributes<T extends NeutronAdminAttributes<T>>
 
 - 
 
 -