Class ImageDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.547-07:00")
    public class ImageDetails
    extends Object
    The details of the image used for cluster instances.
    • Constructor Detail

      • ImageDetails

        public ImageDetails()
    • Method Detail

      • getName

        public String getName()
        Getter for name. The name of the image used for cluster instances.
      • setName

        public void setName​(String name)
        Setter for name. The name of the image used for cluster instances.
      • getId

        public String getId()
        Getter for id. The ID of the image used for cluster instances. This is internally generated by the cloud provider to uniquely identify the image.
      • setId

        public void setId​(String id)
        Setter for id. The ID of the image used for cluster instances. This is internally generated by the cloud provider to uniquely identify the image.
      • getCatalogUrl

        public String getCatalogUrl()
        Getter for catalogUrl. The image catalog URL.
      • setCatalogUrl

        public void setCatalogUrl​(String catalogUrl)
        Setter for catalogUrl. The image catalog URL.
      • getCatalogName

        public String getCatalogName()
        Getter for catalogName. The image catalog name.
      • setCatalogName

        public void setCatalogName​(String catalogName)
        Setter for catalogName. The image catalog name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object