public class SendMapReplyInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SendMapReplyInput>
SendMapReplyInput instances.SendMapReplyInput| Constructor and Description |
|---|
SendMapReplyInputBuilder() |
SendMapReplyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapReplyMessage arg) |
SendMapReplyInputBuilder(SendMapReplyInput base) |
SendMapReplyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
SendMapReplyInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput> augmentation) |
SendMapReplyInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapreplymessage.MapReply |
getMapReply() |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress |
getTransportAddress() |
SendMapReplyInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput>> augmentationType) |
SendMapReplyInputBuilder |
setMapReply(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapreplymessage.MapReply value) |
SendMapReplyInputBuilder |
setTransportAddress(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress value) |
public SendMapReplyInputBuilder()
public SendMapReplyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapReplyMessage arg)
public SendMapReplyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress arg)
public SendMapReplyInputBuilder(SendMapReplyInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapreplymessage.MapReply getMapReply()
public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress getTransportAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput>> E getAugmentation(Class<E> augmentationType)
public SendMapReplyInputBuilder setMapReply(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapreplymessage.MapReply value)
public SendMapReplyInputBuilder setTransportAddress(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress value)
public SendMapReplyInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput> augmentation)
public SendMapReplyInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapReplyInput>> augmentationType)
public SendMapReplyInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<SendMapReplyInput>Copyright © 2018 OpenDaylight. All rights reserved.