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