T - sub-builder typepublic static interface LispRecord.RecordBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withAction(LispMapReplyAction action)
Sets LISP map reply action enum.
|
T |
withEidPrefixAfi(LispAfiAddress prefix)
Sets EID prefix.
|
T |
withIsAuthoritative(boolean authoritative)
Sets authoritative flag.
|
T |
withMapVersionNumber(short mapVersionNumber)
Sets LISP map version number.
|
T |
withMaskLength(byte maskLength)
Sets mask length.
|
T |
withRecordTtl(int recordTtl)
Sets record TTL value.
|
T withRecordTtl(int recordTtl)
recordTtl - record TTLT withMaskLength(byte maskLength)
maskLength - mask lengthT withAction(LispMapReplyAction action)
action - map reply actionT withIsAuthoritative(boolean authoritative)
authoritative - authoritative flagT withMapVersionNumber(short mapVersionNumber)
mapVersionNumber - map version numberT withEidPrefixAfi(LispAfiAddress prefix)
prefix - EID prefix