blob: fc040793c7b0d6d238585c30e2af19bc06a947a1 [file] [log] [blame]
@Override
public OFFlowModifyStrict.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException {
OFInstructionApplyActionsVer13.Builder builder = new OFInstructionApplyActionsVer13.Builder();
builder.setActions(actions);
this.instructions = Collections.singletonList((OFInstruction)builder.build());
this.instructionsSet = true;
return this;
}