public static class TPerformance.ObjectInfo extends Object
Constructor and Description |
---|
ObjectInfo(String name,
long size,
long count) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
String |
getName() |
long |
getSize() |
void |
setCount(long count) |
void |
setName(String name) |
void |
setSize(long size) |
public ObjectInfo(String name, long size, long count)
Copyright © 2020 Voovan. All rights reserved.