public static class PackageResultsResponse.ResponseDetails extends VaultModel
| Modifier and Type | Class and Description |
|---|---|
static class |
PackageResultsResponse.ResponseDetails.DeploymentLog |
| Constructor and Description |
|---|
ResponseDetails() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDeployedComponents() |
PackageResultsResponse.ResponseDetails.DeploymentLog |
getDeploymentLog() |
String |
getDeploymentStatus() |
Integer |
getErrorComponents() |
Integer |
getSkippedComponents() |
Integer |
getTotalComponents() |
Integer |
getWarnings() |
void |
setDeployedComponents(Integer deployedComponents) |
void |
setDeploymentLog(PackageResultsResponse.ResponseDetails.DeploymentLog deploymentLog) |
void |
setDeploymentStatus(String deploymentStatus) |
void |
setErrorComponents(Integer errorComponents) |
void |
setSkippedComponents(Integer skippedComponents) |
void |
setTotalComponents(Integer totalComponents) |
void |
setWarnings(Integer warnings) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMappublic Integer getDeployedComponents()
public void setDeployedComponents(Integer deployedComponents)
public PackageResultsResponse.ResponseDetails.DeploymentLog getDeploymentLog()
public void setDeploymentLog(PackageResultsResponse.ResponseDetails.DeploymentLog deploymentLog)
public String getDeploymentStatus()
public void setDeploymentStatus(String deploymentStatus)
public Integer getErrorComponents()
public void setErrorComponents(Integer errorComponents)
public Integer getSkippedComponents()
public void setSkippedComponents(Integer skippedComponents)
public Integer getTotalComponents()
public void setTotalComponents(Integer totalComponents)
public Integer getWarnings()
public void setWarnings(Integer warnings)
Copyright © 2021. All rights reserved.