public class DefaultSingleaddress extends org.onosproject.yang.model.InnerModelObject implements Singleaddress
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSingleaddress.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
groupAddress |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSingleaddress()
Creates an instance of defaultSingleaddress.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IpAddress |
groupAddress()
Returns the attribute groupAddress.
|
void |
groupAddress(IpAddress groupAddress)
Sets the attribute groupAddress.
|
int |
hashCode() |
boolean |
isLeafValueSet(Singleaddress.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected IpAddress groupAddress
protected BitSet valueLeafFlags
public DefaultSingleaddress()
public IpAddress groupAddress()
SingleaddressgroupAddress in interface Singleaddresspublic BitSet valueLeafFlags()
SingleaddressvalueLeafFlags in interface Singleaddresspublic void groupAddress(IpAddress groupAddress)
SingleaddressgroupAddress in interface SingleaddressgroupAddress - value of groupAddresspublic boolean isLeafValueSet(Singleaddress.LeafIdentifier leaf)
SingleaddressisLeafValueSet in interface Singleaddressleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.