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 boolean
extractField(String field, NeutronQosBandwidthLimitRule ans)
String
getDirection()
BigInteger
getMaxBurstKbps()
BigInteger
getMaxKbps()
void
setDirection(String direction)
void
setMaxBurstKbps(BigInteger maxBurstKbps)
void
setMaxKbps(BigInteger maxKbps)
String
toString()
-
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:
extractField
in classNeutronObject<NeutronQosBandwidthLimitRule>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronQosBandwidthLimitRule>
-
-