public interface RpDiscovery
| Modifier and Type | Interface and Description |
|---|---|
static class |
RpDiscovery.LeafIdentifier
Identify the leaf of RpDiscovery.
|
| Modifier and Type | Method and Description |
|---|---|
BsrCandidates |
bsrCandidates()
Returns the attribute bsrCandidates.
|
void |
bsrCandidates(BsrCandidates bsrCandidates)
Sets the attribute bsrCandidates.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends MulticastRpDiscoveryType> rpDiscoveryType()
BitSet valueLeafFlags()
BsrCandidates bsrCandidates()
void rpDiscoveryType(Class<? extends MulticastRpDiscoveryType> rpDiscoveryType)
rpDiscoveryType - value of rpDiscoveryTypevoid bsrCandidates(BsrCandidates bsrCandidates)
bsrCandidates - value of bsrCandidatesboolean isLeafValueSet(RpDiscovery.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.