public interface UpdateFlowInput extends TransactionMetadata, FlowUpdate, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowInput>
This class represents the following YANG schema fragment defined in module sal-flow
input {
uses tr:transaction-metadata;
leaf flow-ref {
type types:flow-ref;
}
uses flow-update;
}
The schema path to identify an instance is
sal-flow/update-flow/input
To create instances of this class use UpdateFlowInputBuilder.
UpdateFlowInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable FlowRef |
getFlowRef() |
default Class<UpdateFlowInput> |
implementedInterface() |
getTransactionUrigetOriginalFlow, getUpdatedFlowdefault Class<UpdateFlowInput> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface FlowUpdateimplementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRefimplementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInputimplementedInterface in interface TransactionMetadata@Nullable FlowRef getFlowRef()
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef flowRef, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.