Interface GenericFlowAttributes
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
AddFlowCaseData,AddFlowInput,BatchAddFlows,BatchFlowInputGrouping,BatchRemoveFlows,BulkFlowBaseContentGrouping,BulkFlowDsItem,BulkFlowItem,FlatBatchAddFlow,FlatBatchRemoveFlow,Flow,Flow,FlowAdded,FlowAggregateStats,FlowAndStatisticsMap,FlowAndStatisticsMapList,FlowMessage,FlowModRemoved,FlowRemoved,FlowStats,FlowUpdated,GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,GetFlowStatisticsFromFlowTableInput,GetFlowStatisticsInput,NodeFlow,NodeFlowRemoved,OriginalBatchedFlow,OriginalFlow,RemoveFlowCaseData,RemoveFlowInput,StaleFlow,SwitchFlowRemoved,UpdatedBatchedFlow,UpdatedFlow,UpdateFlowCaseData
@Generated("mdsal-binding-generator") public interface GenericFlowAttributes extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-flow-types
grouping generic_flow_attributes { leaf priority { type uint16; } leaf idle-timeout { type uint16; } leaf hard-timeout { type uint16; } leaf cookie { type flow-cookie; } leaf table_id { type uint8; } }The schema path to identify an instance is opendaylight-flow-types/generic_flow_attributes
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowCookiegetCookie()Return cookie, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16getHardTimeout()Return hardTimeout, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16getIdleTimeout()Return idleTimeout, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16getPriority()Return priority, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint8getTableId()Return tableId, ornullif it is not present.Class<? extends GenericFlowAttributes>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends GenericFlowAttributes> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getPriority
org.opendaylight.yangtools.yang.common.Uint16 getPriority()
Return priority, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint16priority, ornullif it is not present.
-
getIdleTimeout
org.opendaylight.yangtools.yang.common.Uint16 getIdleTimeout()
Return idleTimeout, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint16idleTimeout, ornullif it is not present.
-
getHardTimeout
org.opendaylight.yangtools.yang.common.Uint16 getHardTimeout()
Return hardTimeout, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint16hardTimeout, ornullif it is not present.
-
getCookie
FlowCookie getCookie()
Return cookie, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookiecookie, ornullif it is not present.
-
getTableId
org.opendaylight.yangtools.yang.common.Uint8 getTableId()
Return tableId, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8tableId, ornullif it is not present.
-
-