Package org.opendaylight.neutron.spi
Class NeutronQosBandwidthLimitRule
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<NeutronQosBandwidthLimitRule>
-
- org.opendaylight.neutron.spi.NeutronQosBandwidthLimitRule
-
- All Implemented Interfaces:
Serializable,INeutronObject<NeutronQosBandwidthLimitRule>
public final class NeutronQosBandwidthLimitRule extends NeutronObject<NeutronQosBandwidthLimitRule>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronQosBandwidthLimitRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanextractField(String field, NeutronQosBandwidthLimitRule ans)StringgetDirection()BigIntegergetMaxBurstKbps()BigIntegergetMaxKbps()voidsetDirection(String direction)voidsetMaxBurstKbps(BigInteger maxBurstKbps)voidsetMaxKbps(BigInteger maxKbps)StringtoString()-
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, 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.INeutronObject
getID, setID
-
-
-
-
Method Detail
-
getMaxKbps
public BigInteger getMaxKbps()
-
setMaxKbps
public void setMaxKbps(BigInteger maxKbps)
-
getMaxBurstKbps
public BigInteger getMaxBurstKbps()
-
setMaxBurstKbps
public void setMaxBurstKbps(BigInteger maxBurstKbps)
-
getDirection
public String getDirection()
-
setDirection
public void setDirection(String direction)
-
extractField
public boolean extractField(String field, NeutronQosBandwidthLimitRule ans)
- Overrides:
extractFieldin classNeutronObject<NeutronQosBandwidthLimitRule>
-
toString
public String toString()
- Overrides:
toStringin classNeutronObject<NeutronQosBandwidthLimitRule>
-
-