public static final class LispSourceDestLcafAddress.SourceDestAddressBuilder extends LispLcafAddress.LcafAddressBuilder<LispSourceDestLcafAddress.SourceDestAddressBuilder>
| Constructor and Description |
|---|
SourceDestAddressBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LispSourceDestLcafAddress |
build()
Builds LispSourceDestLcafAddress instance.
|
LispSourceDestLcafAddress.SourceDestAddressBuilder |
withDstMaskLength(byte dstMaskLength)
Sets destination mask length.
|
LispSourceDestLcafAddress.SourceDestAddressBuilder |
withDstPrefix(LispAfiAddress dstPrefix)
Sets destination address prefix.
|
LispSourceDestLcafAddress.SourceDestAddressBuilder |
withReserved(short reserved)
Sets reserved value.
|
LispSourceDestLcafAddress.SourceDestAddressBuilder |
withSrcMaskLength(byte srcMaskLength)
Sets source mask length.
|
LispSourceDestLcafAddress.SourceDestAddressBuilder |
withSrcPrefix(LispAfiAddress srcPrefix)
Sets source address prefix.
|
withFlag, withLcafType, withLength, withReserved1, withReserved2public LispSourceDestLcafAddress.SourceDestAddressBuilder withSrcPrefix(LispAfiAddress srcPrefix)
srcPrefix - source prefixpublic LispSourceDestLcafAddress.SourceDestAddressBuilder withDstPrefix(LispAfiAddress dstPrefix)
dstPrefix - destination prefixpublic LispSourceDestLcafAddress.SourceDestAddressBuilder withSrcMaskLength(byte srcMaskLength)
srcMaskLength - source mask lengthpublic LispSourceDestLcafAddress.SourceDestAddressBuilder withDstMaskLength(byte dstMaskLength)
dstMaskLength - destination mask lengthpublic LispSourceDestLcafAddress.SourceDestAddressBuilder withReserved(short reserved)
reserved - reserved field valuepublic LispSourceDestLcafAddress build()
build in class LispLcafAddress.LcafAddressBuilder<LispSourceDestLcafAddress.SourceDestAddressBuilder>