public class DefaultService extends org.onosproject.yang.model.InnerModelObject implements Service
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeService.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Carrierscarrier |
carrierscarrier |
protected Multicast |
multicast |
protected Qos |
qos |
protected long |
svcInputBandwidth |
protected int |
svcMtu |
protected long |
svcOutputBandwidth |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultService()
Creates an instance of defaultService.
|
| Modifier and Type | Method and Description |
|---|---|
Carrierscarrier |
carrierscarrier()
Returns the attribute carrierscarrier.
|
void |
carrierscarrier(Carrierscarrier carrierscarrier)
Sets the attribute carrierscarrier.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Service.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Multicast |
multicast()
Returns the attribute multicast.
|
void |
multicast(Multicast multicast)
Sets the attribute multicast.
|
Qos |
qos()
Returns the attribute qos.
|
void |
qos(Qos qos)
Sets the attribute qos.
|
long |
svcInputBandwidth()
Returns the attribute svcInputBandwidth.
|
void |
svcInputBandwidth(long svcInputBandwidth)
Sets the attribute svcInputBandwidth.
|
int |
svcMtu()
Returns the attribute svcMtu.
|
void |
svcMtu(int svcMtu)
Sets the attribute svcMtu.
|
long |
svcOutputBandwidth()
Returns the attribute svcOutputBandwidth.
|
void |
svcOutputBandwidth(long svcOutputBandwidth)
Sets the attribute svcOutputBandwidth.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected long svcInputBandwidth
protected long svcOutputBandwidth
protected int svcMtu
protected BitSet valueLeafFlags
protected Qos qos
protected Carrierscarrier carrierscarrier
protected Multicast multicast
public long svcInputBandwidth()
ServicesvcInputBandwidth in interface Servicepublic long svcOutputBandwidth()
ServicesvcOutputBandwidth in interface Servicepublic int svcMtu()
Servicepublic BitSet valueLeafFlags()
ServicevalueLeafFlags in interface Servicepublic Carrierscarrier carrierscarrier()
Servicecarrierscarrier in interface Servicepublic Multicast multicast()
Servicepublic void svcInputBandwidth(long svcInputBandwidth)
ServicesvcInputBandwidth in interface ServicesvcInputBandwidth - value of svcInputBandwidthpublic void svcOutputBandwidth(long svcOutputBandwidth)
ServicesvcOutputBandwidth in interface ServicesvcOutputBandwidth - value of svcOutputBandwidthpublic void svcMtu(int svcMtu)
Servicepublic void carrierscarrier(Carrierscarrier carrierscarrier)
Servicecarrierscarrier in interface Servicecarrierscarrier - value of carrierscarrierpublic void multicast(Multicast multicast)
Servicepublic boolean isLeafValueSet(Service.LeafIdentifier leaf)
ServiceisLeafValueSet in interface Serviceleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.