Package com.cloudera.cdp.datahub.model
Class RecipeSummary
java.lang.Object
com.cloudera.cdp.datahub.model.RecipeSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class RecipeSummary
extends Object
Information about a recipe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCrn()Getter for crn.Getter for description.Getter for recipeName.getType()Getter for type.inthashCode()voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetRecipeName(String recipeName) Setter for recipeName.voidSetter for type.toString()
-
Constructor Details
-
RecipeSummary
public RecipeSummary()
-
-
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. -
getType
Getter for type. The type of recipe. Supported values are : PRE_SERVICE_DEPLOYMENT, PRE_TERMINATION, POST_SERVICE_DEPLOYMENT, POST_CLOUDERA_MANAGER_START. -
setType
Setter for type. The type of recipe. Supported values are : PRE_SERVICE_DEPLOYMENT, PRE_TERMINATION, POST_SERVICE_DEPLOYMENT, POST_CLOUDERA_MANAGER_START. -
getDescription
Getter for description. The description of the recipe. -
setDescription
Setter for description. The description of the recipe. -
equals
-
hashCode
public int hashCode() -
toString
-