Class PackageDeploymentResultsResponse.ResponseDetails
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.response.PackageDeploymentResultsResponse.ResponseDetails
- Enclosing class:
- PackageDeploymentResultsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeployedComponents(Integer deployedComponents) voidsetDeployedWithError(Integer deployedWithError) voidsetDeployedWithFailures(Integer deployedWithFailures) voidsetDeployedWithWarnings(Integer deployedWithWarnings) voidsetDeploymentLog(List<PackageLog> deploymentLog) voidvoidsetPackageStatus(String packageStatus) voidsetSkipped(Integer skipped) voidsetTotalSteps(Integer totalSteps) 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
-
ResponseDetails
public ResponseDetails()
-
-
Method Details
-
getTotalSteps
-
setTotalSteps
-
getDeployedComponents
-
setDeployedComponents
-
getDeploymentLog
-
setDeploymentLog
-
getPackageStatus
-
setPackageStatus
-
getDeployedWithError
-
setDeployedWithError
-
getSkipped
-
setSkipped
-
getFailed
-
setFailed
-
getDeployedWithWarnings
-
setDeployedWithWarnings
-
getDeployedWithFailures
-
setDeployedWithFailures
-