Interface UpdateFlowInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<UpdateFlowInput>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,FlowUpdate
,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
,org.opendaylight.yangtools.yang.binding.RpcInput
,TransactionMetadata
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 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/inputTo create instances of this class use
UpdateFlowInputBuilder
.- See Also:
UpdateFlowInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FlowRef
getFlowRef()
default Class<UpdateFlowInput>
implementedInterface()
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowUpdate
getOriginalFlow, getUpdatedFlow
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
getNode
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionMetadata
getTransactionUri
-
-
-
-
Method Detail
-
implementedInterface
default Class<UpdateFlowInput> implementedInterface()
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceFlowUpdate
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.RpcInput
- Specified by:
implementedInterface
in interfaceTransactionMetadata
-
getFlowRef
FlowRef getFlowRef()
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef
flowRef
, ornull
if not present
-
-