public class SendMapRequestInputBuilder extends Object
| Constructor and Description |
|---|
SendMapRequestInputBuilder() |
SendMapRequestInputBuilder(MapRequestMessage arg) |
SendMapRequestInputBuilder(TransportAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
SendMapRequestInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapRequestInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SendMapRequestInput> augmentation) |
SendMapRequestInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapRequestInput>> |
getAugmentation(Class<E> augmentationType) |
MapRequest |
getMapRequest() |
TransportAddress |
getTransportAddress() |
SendMapRequestInputBuilder |
setMapRequest(MapRequest value) |
SendMapRequestInputBuilder |
setTransportAddress(TransportAddress value) |
public SendMapRequestInputBuilder()
public SendMapRequestInputBuilder(MapRequestMessage arg)
public SendMapRequestInputBuilder(TransportAddress arg)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic MapRequest getMapRequest()
public TransportAddress getTransportAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapRequestInput>> E getAugmentation(Class<E> augmentationType)
public SendMapRequestInputBuilder setMapRequest(MapRequest value)
public SendMapRequestInputBuilder setTransportAddress(TransportAddress value)
public SendMapRequestInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SendMapRequestInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SendMapRequestInput> augmentation)
public SendMapRequestInput build()
Copyright © 2014. All Rights Reserved.