Class CustomRecipe


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class CustomRecipe
    extends Object
    Describe a custom recipe.
    • Constructor Detail

      • CustomRecipe

        public CustomRecipe()
    • Method Detail

      • getNames

        public List<String> getNames()
        Getter for names. Name of the recipe.
      • setNames

        public void setNames​(List<String> names)
        Setter for names. Name of the recipe.
      • getInstanceGroup

        public String getInstanceGroup()
        Getter for instanceGroup. Instance group to apply the recipe to.
      • setInstanceGroup

        public void setInstanceGroup​(String instanceGroup)
        Setter for instanceGroup. Instance group to apply the recipe to.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object