blob: b2dafe573ecafe9332e30d198b89122190b8e8bd [file] [log] [blame]
@Override
public OFFlowDeleteStrict.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;
}