public class VirtualMachineFileLayoutExFileInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int |
key |
String |
name |
long |
size |
String |
type |
Long |
uniqueSize |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineFileLayoutExFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
String |
getName() |
long |
getSize() |
String |
getType() |
Long |
getUniqueSize() |
void |
setKey(int key) |
void |
setName(String name) |
void |
setSize(long size) |
void |
setType(String type) |
void |
setUniqueSize(Long uniqueSize) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int key
public String name
public String type
public long size
public Long uniqueSize
public int getKey()
public String getName()
public String getType()
public long getSize()
public Long getUniqueSize()
public void setKey(int key)
public void setName(String name)
public void setType(String type)
public void setSize(long size)
public void setUniqueSize(Long uniqueSize)
Copyright © 2011-2012. All Rights Reserved.