public interface LispReferralRecord extends LispRecord
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LispReferralRecord.ReferralRecordBuilder
A builder of LISP referral record.
|
LispRecord.RecordBuilder<T>| Modifier and Type | Method and Description |
|---|---|
int |
getReferralCount()
Obtains referral count value.
|
List<LispReferral> |
getReferrals()
Obtains a collection of referrals.
|
int |
getSignatureCount()
Obtains signature count value.
|
List<LispSignature> |
getSignatures()
Obtains a collection of signatures.
|
boolean |
isIncomplete()
Obtains incomplete flag.
|
getAction, getEidPrefixAfi, getMapVersionNumber, getMaskLength, getRecordTtl, isAuthoritative, writeToint getReferralCount()
int getSignatureCount()
boolean isIncomplete()
List<LispReferral> getReferrals()
List<LispSignature> getSignatures()