public class QosTrafficClass extends Object implements Serializable
Constructor and Description |
---|
QosTrafficClass() |
Modifier and Type | Method and Description |
---|---|
String |
getBandwidthShare() |
String |
getClassName() |
QosDot1pValues |
getEgressDot1pValue() |
int |
getMaxBandwidth() |
boolean |
isEnabled() |
boolean |
isRealTime() |
void |
setBandwidthShare(String bandwidthShare) |
void |
setClassName(String className) |
void |
setEgressDot1pValue(QosDot1pValues egressDot1pValue) |
void |
setEnabled(boolean enabled) |
void |
setMaxBandwidth(int maxBandwidth) |
void |
setRealTime(boolean realTime) |
public String getClassName()
public void setClassName(String className)
className
- the className to setpublic boolean isRealTime()
public void setRealTime(boolean realTime)
realTime
- the realTime to setpublic String getBandwidthShare()
public void setBandwidthShare(String bandwidthShare)
bandwidthShare
- the bandwidthShare to setpublic int getMaxBandwidth()
public void setMaxBandwidth(int maxBandwidth)
maxBandwidth
- the maxBandwidth to setpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the enabled to setpublic QosDot1pValues getEgressDot1pValue()
public void setEgressDot1pValue(QosDot1pValues egressDot1pValue)
egressDot1pValue
- the egressDot1pValue to setCopyright © 2016. All rights reserved.