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="2025-10-28T14:00:31.430-07:00")
public class History
extends Object
History structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChart()Getter for chart.Getter for overrides.Getter for revision.Getter for status.inthashCode()voidSetter for chart.voidsetOverrides(String overrides) Setter for overrides.voidsetRevision(Integer revision) Setter for revision.voidSetter 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
-