public class SendMapNotifyInputBuilder extends Object
| Constructor and Description |
|---|
SendMapNotifyInputBuilder() |
SendMapNotifyInputBuilder(MapNotifyMessage arg) |
SendMapNotifyInputBuilder(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) |
MapNotify |
getMapNotify() |
TransportAddress |
getTransportAddress() |
SendMapNotifyInputBuilder |
setMapNotify(MapNotify value) |
SendMapNotifyInputBuilder |
setTransportAddress(TransportAddress value) |
public SendMapNotifyInputBuilder()
public SendMapNotifyInputBuilder(MapNotifyMessage arg)
public SendMapNotifyInputBuilder(TransportAddress arg)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic MapNotify getMapNotify()
public TransportAddress getTransportAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> E getAugmentation(Class<E> augmentationType)
public SendMapNotifyInputBuilder setMapNotify(MapNotify value)
public SendMapNotifyInputBuilder setTransportAddress(TransportAddress value)
public SendMapNotifyInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SendMapNotifyInput> augmentation)
public SendMapNotifyInput build()
Copyright © 2014. All Rights Reserved.