Class CreateRecipeResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:15.632-07:00") public class CreateRecipeResponse extends CdpResponse
Response object for create recipe request.
  • Constructor Details

    • CreateRecipeResponse

      public CreateRecipeResponse()
  • 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