public interface Service
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Service.LeafIdentifier
Identify the leaf of Service.
|
| Modifier and Type | Method and Description |
|---|---|
Carrierscarrier |
carrierscarrier()
Returns the attribute carrierscarrier.
|
void |
carrierscarrier(Carrierscarrier carrierscarrier)
Sets the attribute carrierscarrier.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long svcInputBandwidth()
long svcOutputBandwidth()
int svcMtu()
BitSet valueLeafFlags()
Qos qos()
Carrierscarrier carrierscarrier()
Multicast multicast()
void svcInputBandwidth(long svcInputBandwidth)
svcInputBandwidth - value of svcInputBandwidthvoid svcOutputBandwidth(long svcOutputBandwidth)
svcOutputBandwidth - value of svcOutputBandwidthvoid svcMtu(int svcMtu)
svcMtu - value of svcMtuvoid qos(Qos qos)
qos - value of qosvoid carrierscarrier(Carrierscarrier carrierscarrier)
carrierscarrier - value of carrierscarriervoid multicast(Multicast multicast)
multicast - value of multicastboolean isLeafValueSet(Service.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.