public class OvfFileItem extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
chunkSize |
int |
cimType |
String |
compressionMethod |
boolean |
create |
String |
deviceId |
String |
path |
Long |
size |
dynamicProperty, dynamicType| Constructor and Description |
|---|
OvfFileItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChunkSize() |
int |
getCimType() |
String |
getCompressionMethod() |
String |
getDeviceId() |
String |
getPath() |
Long |
getSize() |
boolean |
isCreate() |
void |
setChunkSize(Long chunkSize) |
void |
setCimType(int cimType) |
void |
setCompressionMethod(String compressionMethod) |
void |
setCreate(boolean create) |
void |
setDeviceId(String deviceId) |
void |
setPath(String path) |
void |
setSize(Long size) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String deviceId
public String path
public String compressionMethod
public Long chunkSize
public Long size
public int cimType
public boolean create
public String getDeviceId()
public String getPath()
public String getCompressionMethod()
public Long getChunkSize()
public Long getSize()
public int getCimType()
public boolean isCreate()
public void setDeviceId(String deviceId)
public void setPath(String path)
public void setCompressionMethod(String compressionMethod)
public void setChunkSize(Long chunkSize)
public void setSize(Long size)
public void setCimType(int cimType)
public void setCreate(boolean create)
Copyright © 2011-2012. All Rights Reserved.