public class SizeInfoDetailDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
Name of the component.
|
long |
size
Represented approximate size in bytes.
|
| Constructor and Description |
|---|
SizeInfoDetailDto() |
public long size
public String name