public class NeutronQosBandwidthRule extends NeutronObject implements Serializable, INeutronObject
| Constructor and Description |
|---|
NeutronQosBandwidthRule() |
| Modifier and Type | Method and Description |
|---|---|
NeutronQosBandwidthRule |
extractFields(List<String> fields) |
BigInteger |
getMaxBurstKbps() |
BigInteger |
getMaxKbps() |
void |
setMaxBurstKbps(BigInteger maxBurstKbps) |
void |
setMaxKbps(BigInteger maxKbps) |
String |
toString() |
getTenantID, initDefaults, setTenantID, setTenantIDgetID, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetID, getTenantID, initDefaults, setID, setTenantID, setTenantIDpublic BigInteger getMaxKbps()
public void setMaxKbps(BigInteger maxKbps)
public BigInteger getMaxBurstKbps()
public void setMaxBurstKbps(BigInteger maxBurstKbps)
public NeutronQosBandwidthRule extractFields(List<String> fields)
public String toString()
toString in class NeutronObjectCopyright © 2017 OpenDaylight. All rights reserved.