Class SandboxSnapshotResponse.Snapshot
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.response.SandboxSnapshotResponse.Snapshot
- Enclosing class:
- SandboxSnapshotResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setApiName
(String apiName) void
setCreatedBy
(int createdBy) void
setCreatedDate
(String createdDate) void
setDescription
(String description) void
setDocumentVersions
(int documentVersions) void
void
setExpirationDate
(String expirationDate) void
void
setSourceSandbox
(String sourceSandbox) void
void
setTotalObjectRecords
(int totalObjectRecords) void
void
setUpdateAvailable
(String updateAvailable) void
setUpgradeStatus
(String upgradeStatus) void
setVaultVersion
(String vaultVersion) Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
Snapshot
public Snapshot()
-
-
Method Details
-
getName
-
setName
-
getApiName
-
setApiName
-
getType
-
setType
-
getDescription
-
setDescription
-
getStatus
-
setStatus
-
getUpgradeStatus
-
setUpgradeStatus
-
getSourceSandbox
-
setSourceSandbox
-
getTotalObjectRecords
-
setTotalObjectRecords
public void setTotalObjectRecords(int totalObjectRecords) -
getDocumentVersions
-
setDocumentVersions
public void setDocumentVersions(int documentVersions) -
getVaultVersion
-
setVaultVersion
-
getUpdateAvailable
-
setUpdateAvailable
-
getCreatedDate
-
setCreatedDate
-
getExpirationDate
-
setExpirationDate
-
getDomain
-
setDomain
-
getCreatedBy
-
setCreatedBy
public void setCreatedBy(int createdBy)
-