Package org.mockserver.memory
Class Summary
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.ObjectWithJsonToString
-
- org.mockserver.memory.Summary
-
public class Summary extends ObjectWithJsonToString
-
-
Constructor Summary
Constructors Constructor Description Summary(Collection<MemoryPoolMXBean> memoryPoolMXBeans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailgetNet()SummarysetNet(Detail net)-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode
-
-
-
-
Constructor Detail
-
Summary
public Summary(Collection<MemoryPoolMXBean> memoryPoolMXBeans)
-
-