public class DefaultBsrCandidate extends org.onosproject.yang.model.InnerModelObject implements BsrCandidate, org.onosproject.yang.model.MultiInstanceObject<BsrCandidateKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeBsrCandidate.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
address |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultBsrCandidate()
Creates an instance of defaultBsrCandidate.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
address()
Returns the attribute address.
|
void |
address(IpAddress address)
Sets the attribute address.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(BsrCandidate.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultBsrCandidate()
public IpAddress address()
BsrCandidateaddress in interface BsrCandidatepublic BitSet valueLeafFlags()
BsrCandidatevalueLeafFlags in interface BsrCandidatepublic void address(IpAddress address)
BsrCandidateaddress in interface BsrCandidateaddress - value of addresspublic boolean isLeafValueSet(BsrCandidate.LeafIdentifier leaf)
BsrCandidateisLeafValueSet in interface BsrCandidateleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.