Package com.cloudera.cdp.compute.model
Class History
java.lang.Object
com.cloudera.cdp.compute.model.History
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.145-07:00")
public class History
extends Object
History structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getChart()
Getter for chart.Getter for overrides.Getter for revision.Getter for status.int
hashCode()
void
Setter for chart.void
setOverrides
(String overrides) Setter for overrides.void
setRevision
(Integer revision) Setter for revision.void
Setter for status.toString()
-
Constructor Details
-
History
public History()
-
-
Method Details
-
getRevision
Getter for revision. Helm revision. -
setRevision
Setter for revision. Helm revision. -
getStatus
Getter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future. -
setStatus
Setter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future. -
getChart
Getter for chart. Chart that the deployment was created from. -
setChart
Setter for chart. Chart that the deployment was created from. -
getOverrides
Getter for overrides. Escaped JSON overrides for the deployment's properties for given revision. -
setOverrides
Setter for overrides. Escaped JSON overrides for the deployment's properties for given revision. -
equals
-
hashCode
public int hashCode() -
toString
-