Class RecipeSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class RecipeSummary
    extends Object
    Information about a recipe.
    • Constructor Detail

      • RecipeSummary

        public RecipeSummary()
    • Method Detail

      • getRecipeName

        public String getRecipeName()
        Getter for recipeName. The name of the recipe.
      • setRecipeName

        public void setRecipeName​(String recipeName)
        Setter for recipeName. The name of the recipe.
      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the recipe.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the recipe.
      • getType

        public String getType()
        Getter for type. The type of recipe. Supported values are : PRE_CLOUDERA_MANAGER_START, PRE_TERMINATION, POST_CLOUDERA_MANAGER_START, POST_CLUSTER_INSTALL.
      • setType

        public void setType​(String type)
        Setter for type. The type of recipe. Supported values are : PRE_CLOUDERA_MANAGER_START, PRE_TERMINATION, POST_CLOUDERA_MANAGER_START, POST_CLUSTER_INSTALL.
      • getDescription

        public String getDescription()
        Getter for description. The description of the recipe.
      • setDescription

        public void setDescription​(String description)
        Setter for description. The description of the recipe.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object