public class DefaultRpDiscovery extends org.onosproject.yang.model.InnerModelObject implements RpDiscovery
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRpDiscovery.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BsrCandidates |
bsrCandidates |
protected Class<? extends MulticastRpDiscoveryType> |
rpDiscoveryType |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRpDiscovery()
Creates an instance of defaultRpDiscovery.
|
| Modifier and Type | Method and Description |
|---|---|
BsrCandidates |
bsrCandidates()
Returns the attribute bsrCandidates.
|
void |
bsrCandidates(BsrCandidates bsrCandidates)
Sets the attribute bsrCandidates.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(RpDiscovery.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends MulticastRpDiscoveryType> |
rpDiscoveryType()
Returns the attribute rpDiscoveryType.
|
void |
rpDiscoveryType(Class<? extends MulticastRpDiscoveryType> rpDiscoveryType)
Sets the attribute rpDiscoveryType.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Class<? extends MulticastRpDiscoveryType> rpDiscoveryType
protected BitSet valueLeafFlags
protected BsrCandidates bsrCandidates
public DefaultRpDiscovery()
public Class<? extends MulticastRpDiscoveryType> rpDiscoveryType()
RpDiscoveryrpDiscoveryType in interface RpDiscoverypublic BitSet valueLeafFlags()
RpDiscoveryvalueLeafFlags in interface RpDiscoverypublic BsrCandidates bsrCandidates()
RpDiscoverybsrCandidates in interface RpDiscoverypublic void rpDiscoveryType(Class<? extends MulticastRpDiscoveryType> rpDiscoveryType)
RpDiscoveryrpDiscoveryType in interface RpDiscoveryrpDiscoveryType - value of rpDiscoveryTypepublic void bsrCandidates(BsrCandidates bsrCandidates)
RpDiscoverybsrCandidates in interface RpDiscoverybsrCandidates - value of bsrCandidatespublic boolean isLeafValueSet(RpDiscovery.LeafIdentifier leaf)
RpDiscoveryisLeafValueSet in interface RpDiscoveryleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.