We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4404e63 + ce4936a commit a6bf6a8Copy full SHA for a6bf6a8
src/main/java/com/cisco/trex/stateless/model/stats/ExtendedPortStatistics.java
@@ -38,6 +38,11 @@ public String getAllValues() {
38
return Arrays.toString(values).replaceAll("\\[|\\]", "");
39
}
40
41
+ /** @return one copy of matchedNameAndValues */
42
+ public Map<String, Long> getMatchedNameAndValues() {
43
+ return new HashMap<>(matchedNameAndValues);
44
+ }
45
+
46
/** @return rx good packets */
47
public Long getRxGoodPackets() {
48
try {
0 commit comments