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, setTenantID
getID, setID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getID, getTenantID, initDefaults, setID, setTenantID, setTenantID
public 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 NeutronObject
Copyright © 2017 OpenDaylight. All rights reserved.