Class DescribeRecipeRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class DescribeRecipeRequest
    extends Object
    Request object for describe recipe request.
    • Constructor Detail

      • DescribeRecipeRequest

        public DescribeRecipeRequest()
    • Method Detail

      • getRecipeName

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object