public class SendMapNotifyInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SendMapNotifyInput>
SendMapNotifyInput instances.SendMapNotifyInput| Constructor and Description |
|---|
SendMapNotifyInputBuilder() |
SendMapNotifyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotifyMessage arg) |
SendMapNotifyInputBuilder(SendMapNotifyInput base) |
SendMapNotifyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
SendMapNotifyInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput> augmentation) |
SendMapNotifyInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapnotifymessage.MapNotify |
getMapNotify() |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress |
getTransportAddress() |
SendMapNotifyInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> augmentationType) |
SendMapNotifyInputBuilder |
setMapNotify(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapnotifymessage.MapNotify value) |
SendMapNotifyInputBuilder |
setTransportAddress(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress value) |
public SendMapNotifyInputBuilder()
public SendMapNotifyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotifyMessage arg)
public SendMapNotifyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress arg)
public SendMapNotifyInputBuilder(SendMapNotifyInput 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.mapnotifymessage.MapNotify getMapNotify()
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<SendMapNotifyInput>> E getAugmentation(Class<E> augmentationType)
public SendMapNotifyInputBuilder setMapNotify(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapnotifymessage.MapNotify value)
public SendMapNotifyInputBuilder setTransportAddress(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.transport.address.TransportAddress value)
public SendMapNotifyInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput> augmentation)
public SendMapNotifyInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> augmentationType)
public SendMapNotifyInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<SendMapNotifyInput>Copyright © 2018 OpenDaylight. All rights reserved.