Package com.cloudera.cdp.datahub.model
Class Recipe
java.lang.Object
com.cloudera.cdp.datahub.model.Recipe
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class Recipe
extends Object
Information about a recipe.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for creatorCrn.getCrn()
Getter for crn.Getter for description.Getter for recipeContent.Getter for recipeName.getType()
Getter for type.int
hashCode()
void
setCreatorCrn
(String creatorCrn) Setter for creatorCrn.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setRecipeContent
(String recipeContent) Setter for recipeContent.void
setRecipeName
(String recipeName) Setter for recipeName.void
Setter for type.toString()
-
Constructor Details
-
Recipe
public Recipe()
-
-
Method Details
-
getRecipeName
Getter for recipeName. The name of the recipe. -
setRecipeName
Setter for recipeName. The name of the recipe. -
getCrn
Getter for crn. The CRN of the recipe. -
setCrn
Setter for crn. The CRN of the recipe. -
getRecipeContent
Getter for recipeContent. The content of the recipe. -
setRecipeContent
Setter for recipeContent. The content of the recipe. -
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
Setter for type. The type of recipe. Supported values are : PRE_CLOUDERA_MANAGER_START, PRE_TERMINATION, POST_CLOUDERA_MANAGER_START, POST_CLUSTER_INSTALL. -
getCreatorCrn
Getter for creatorCrn. The CRN of the creator of the recipe. -
setCreatorCrn
Setter for creatorCrn. The CRN of the creator of the recipe. -
getDescription
Getter for description. The description of the recipe. -
setDescription
Setter for description. The description of the recipe. -
equals
-
hashCode
public int hashCode() -
toString
-