FlowEntityBuilder |
FlowEntityBuilder.addAllInstructionInfoList(java.lang.Iterable<? extends InstructionInfo> elements) |
|
FlowEntityBuilder |
FlowEntityBuilder.addAllMatchInfoList(java.lang.Iterable<? extends MatchInfoBase> elements) |
|
FlowEntityBuilder |
FlowEntityBuilder.addInstructionInfoList(InstructionInfo element) |
|
FlowEntityBuilder |
FlowEntityBuilder.addInstructionInfoList(InstructionInfo... elements) |
|
FlowEntityBuilder |
FlowEntityBuilder.addMatchInfoList(MatchInfoBase element) |
|
FlowEntityBuilder |
FlowEntityBuilder.addMatchInfoList(MatchInfoBase... elements) |
|
FlowEntityBuilder |
FlowEntityBuilder.from(AbstractSwitchEntity instance) |
Fill a builder with attribute values from the provided org.opendaylight.genius.mdsalutil.AbstractSwitchEntity instance.
|
FlowEntityBuilder |
FlowEntityBuilder.from(FlowEntity instance) |
Fill a builder with attribute values from the provided org.opendaylight.genius.mdsalutil.FlowEntity instance.
|
FlowEntityBuilder |
FlowEntityBuilder.setCookie(org.opendaylight.yangtools.yang.common.Uint64 cookie) |
Initializes the value for the cookie attribute.
|
FlowEntityBuilder |
FlowEntityBuilder.setDpnId(org.opendaylight.yangtools.yang.common.Uint64 dpnId) |
Initializes the value for the dpnId attribute.
|
FlowEntityBuilder |
FlowEntityBuilder.setFlowId(java.lang.String flowId) |
Initializes the value for the flowId attribute.
|
FlowEntityBuilder |
FlowEntityBuilder.setFlowName(@Nullable java.lang.String flowName) |
Initializes the value for the flowName attribute.
|
FlowEntityBuilder |
FlowEntityBuilder.setHardTimeOut(int hardTimeOut) |
|
FlowEntityBuilder |
FlowEntityBuilder.setIdleTimeOut(int idleTimeOut) |
|
FlowEntityBuilder |
FlowEntityBuilder.setInstructionInfoList(java.lang.Iterable<? extends InstructionInfo> elements) |
|
FlowEntityBuilder |
FlowEntityBuilder.setMatchInfoList(java.lang.Iterable<? extends MatchInfoBase> elements) |
|
FlowEntityBuilder |
FlowEntityBuilder.setPriority(int priority) |
Initializes the value for the priority attribute.
|
FlowEntityBuilder |
FlowEntityBuilder.setSendFlowRemFlag(boolean sendFlowRemFlag) |
|
FlowEntityBuilder |
FlowEntityBuilder.setStrictFlag(boolean strictFlag) |
Initializes the value for the strictFlag attribute.
|
FlowEntityBuilder |
FlowEntityBuilder.setTableId(short tableId) |
Initializes the value for the tableId attribute.
|