public class OvfCreateDescriptorResult extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
LocalizedMethodFault[] |
error |
Boolean |
includeImageFiles |
String |
ovfDescriptor |
LocalizedMethodFault[] |
warning |
dynamicProperty, dynamicType| Constructor and Description |
|---|
OvfCreateDescriptorResult() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault[] |
getError() |
Boolean |
getIncludeImageFiles() |
String |
getOvfDescriptor() |
LocalizedMethodFault[] |
getWarning() |
void |
setError(LocalizedMethodFault[] error) |
void |
setIncludeImageFiles(Boolean includeImageFiles) |
void |
setOvfDescriptor(String ovfDescriptor) |
void |
setWarning(LocalizedMethodFault[] warning) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String ovfDescriptor
public LocalizedMethodFault[] error
public LocalizedMethodFault[] warning
public Boolean includeImageFiles
public String getOvfDescriptor()
public LocalizedMethodFault[] getError()
public LocalizedMethodFault[] getWarning()
public Boolean getIncludeImageFiles()
public void setOvfDescriptor(String ovfDescriptor)
public void setError(LocalizedMethodFault[] error)
public void setWarning(LocalizedMethodFault[] warning)
public void setIncludeImageFiles(Boolean includeImageFiles)
Copyright © 2011-2012. All Rights Reserved.