public class DefaultBsrCandidates extends org.onosproject.yang.model.InnerModelObject implements BsrCandidates
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<BsrCandidate> |
bsrCandidate |
| Constructor and Description |
|---|
DefaultBsrCandidates()
Creates an instance of defaultBsrCandidates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToBsrCandidate(BsrCandidate addTo)
Adds to the list of bsrCandidate.
|
List<BsrCandidate> |
bsrCandidate()
Returns the attribute bsrCandidate.
|
void |
bsrCandidate(List<BsrCandidate> bsrCandidate)
Sets the attribute bsrCandidate.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<BsrCandidate> bsrCandidate
public DefaultBsrCandidates()
public List<BsrCandidate> bsrCandidate()
BsrCandidatesbsrCandidate in interface BsrCandidatespublic void bsrCandidate(List<BsrCandidate> bsrCandidate)
BsrCandidatesbsrCandidate in interface BsrCandidatesbsrCandidate - list of bsrCandidatepublic void addToBsrCandidate(BsrCandidate addTo)
BsrCandidatesaddToBsrCandidate in interface BsrCandidatesaddTo - value of bsrCandidateCopyright © 2018. All rights reserved.