Class DescribeRecipeResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class DescribeRecipeResponse extends CdpResponse
Response object for describe recipe request.
  • Constructor Details

    • DescribeRecipeResponse

      public DescribeRecipeResponse()
  • Method Details

    • getRecipe

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object