public class EntityBackupConfig extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
byte[] |
configBlob |
String |
configVersion |
ManagedObjectReference |
container |
String |
entityType |
String |
key |
String |
name |
dynamicProperty, dynamicType| Constructor and Description |
|---|
EntityBackupConfig() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getConfigBlob() |
String |
getConfigVersion() |
ManagedObjectReference |
getContainer() |
String |
getEntityType() |
String |
getKey() |
String |
getName() |
void |
setConfigBlob(byte[] configBlob) |
void |
setConfigVersion(String configVersion) |
void |
setContainer(ManagedObjectReference container) |
void |
setEntityType(String entityType) |
void |
setKey(String key) |
void |
setName(String name) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String entityType
public byte[] configBlob
public String key
public String name
public ManagedObjectReference container
public String configVersion
public String getEntityType()
public byte[] getConfigBlob()
public String getKey()
public String getName()
public ManagedObjectReference getContainer()
public String getConfigVersion()
public void setEntityType(String entityType)
public void setConfigBlob(byte[] configBlob)
public void setKey(String key)
public void setName(String name)
public void setContainer(ManagedObjectReference container)
public void setConfigVersion(String configVersion)
Copyright © 2011-2012. All Rights Reserved.