public class DefaultStartend extends org.onosproject.yang.model.InnerModelObject implements Startend
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeStartend.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
groupEnd |
protected IpAddress |
groupStart |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultStartend()
Creates an instance of defaultStartend.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IpAddress |
groupEnd()
Returns the attribute groupEnd.
|
void |
groupEnd(IpAddress groupEnd)
Sets the attribute groupEnd.
|
IpAddress |
groupStart()
Returns the attribute groupStart.
|
void |
groupStart(IpAddress groupStart)
Sets the attribute groupStart.
|
int |
hashCode() |
boolean |
isLeafValueSet(Startend.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected IpAddress groupStart
protected IpAddress groupEnd
protected BitSet valueLeafFlags
public IpAddress groupStart()
StartendgroupStart in interface Startendpublic IpAddress groupEnd()
Startendpublic BitSet valueLeafFlags()
StartendvalueLeafFlags in interface Startendpublic void groupStart(IpAddress groupStart)
StartendgroupStart in interface StartendgroupStart - value of groupStartpublic void groupEnd(IpAddress groupEnd)
Startendpublic boolean isLeafValueSet(Startend.LeafIdentifier leaf)
StartendisLeafValueSet in interface Startendleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.