Class FlowEntity

    • Field Detail

      • DEFAULT_COOKIE

        protected static final org.opendaylight.yangtools.yang.common.Uint64 DEFAULT_COOKIE
    • Constructor Detail

      • FlowEntity

        public FlowEntity()
    • Method Detail

      • getCookie

        @Default
        public org.opendaylight.yangtools.yang.common.Uint64 getCookie()
      • getFlowId

        public abstract java.lang.String getFlowId()
      • getFlowName

        public abstract @Nullable java.lang.String getFlowName()
      • getHardTimeOut

        @Default
        public int getHardTimeOut()
      • getIdleTimeOut

        @Default
        public int getIdleTimeOut()
      • getInstructionInfoList

        public abstract java.util.List<InstructionInfo> getInstructionInfoList()
      • getMatchInfoList

        public abstract java.util.List<MatchInfoBase> getMatchInfoList()
      • getPriority

        @Default
        public int getPriority()
      • getSendFlowRemFlag

        @Default
        public boolean getSendFlowRemFlag()
      • getStrictFlag

        @Default
        public boolean getStrictFlag()
      • getTableId

        public abstract short getTableId()
      • getFlowBuilder

        public org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowBuilder getFlowBuilder()