public class QosTrafficClass extends Object implements Serializable
| Constructor and Description |
|---|
QosTrafficClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getBandwidthShare() |
String |
getClassName() |
Integer |
getEgressDot1pValue() |
Boolean |
getEnabled() |
Integer |
getMaxBandwidth() |
Boolean |
getRealTime() |
int |
hashCode() |
void |
setBandwidthShare(String bandwidthShare) |
void |
setClassName(String className) |
void |
setEgressDot1pValue(Integer egressDot1pValue) |
void |
setEnabled(Boolean enabled) |
void |
setMaxBandwidth(Integer maxBandwidth) |
void |
setRealTime(Boolean realTime) |
String |
toString() |
public String getBandwidthShare()
public void setBandwidthShare(String bandwidthShare)
bandwidthShare - The bandwidthSharepublic Integer getEgressDot1pValue()
public void setEgressDot1pValue(Integer egressDot1pValue)
egressDot1pValue - The egressDot1pValuepublic Integer getMaxBandwidth()
public void setMaxBandwidth(Integer maxBandwidth)
maxBandwidth - The maxBandwidthpublic Boolean getRealTime()
public void setRealTime(Boolean realTime)
realTime - The realTimepublic String getClassName()
public void setClassName(String className)
className - The classNamepublic Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled - The enabledCopyright © 2017. All rights reserved.