Class DescribeRecipeResponse


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

      • DescribeRecipeResponse

        public DescribeRecipeResponse()
    • Method Detail

      • getRecipe

        public Recipe getRecipe()
        Getter for recipe. The recipe.
      • setRecipe

        public void setRecipe​(Recipe recipe)
        Setter for recipe. The recipe.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object