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() |
getTransactionUri
getOriginalFlow, getUpdatedFlow
default Class<UpdateFlowInput> implementedInterface()
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataContainer
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataObject
implementedInterface
in interface FlowUpdate
implementedInterface
in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.RpcInput
implementedInterface
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.