Skip to content

Commit b0734b9

Browse files
committed
Add "Add record" form
1 parent 8454c7e commit b0734b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.cisco.trex.stateless.model.capture;
2+
3+
import java.util.List;
4+
5+
public class AddRecordPojo {
6+
public List<Integer> rxPorts;
7+
public List<Integer> txPorts;
8+
public int pktLimit;
9+
}

0 commit comments

Comments
 (0)