public static interface LispMapReply.ReplyBuilder extends LispMessage.Builder
| Modifier and Type | Method and Description |
|---|---|
LispMapReply |
build()
Builds LISP map reply message.
|
LispMapReply.ReplyBuilder |
withIsEtr(boolean etr)
Sets etr flag.
|
LispMapReply.ReplyBuilder |
withIsProbe(boolean probe)
Sets probe flag.
|
LispMapReply.ReplyBuilder |
withIsSecurity(boolean security)
Sets security flag.
|
LispMapReply.ReplyBuilder |
withMapRecords(List<LispMapRecord> mapRecords)
Sets a collection of map records.
|
LispMapReply.ReplyBuilder |
withNonce(long nonce)
Sets nonce value.
|
getTypeLispMapReply.ReplyBuilder withIsProbe(boolean probe)
probe - probe flagLispMapReply.ReplyBuilder withIsEtr(boolean etr)
etr - etr flagLispMapReply.ReplyBuilder withIsSecurity(boolean security)
security - security flagLispMapReply.ReplyBuilder withNonce(long nonce)
nonce - nonce valueLispMapReply.ReplyBuilder withMapRecords(List<LispMapRecord> mapRecords)
mapRecords - a collection of map recordsLispMapReply build()