Class Image


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class Image
    extends Object
    Details of an Image.
    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • getId

        public String getId()
        Getter for id. Image ID for the database.
      • setId

        public void setId​(String id)
        Setter for id. Image ID for the database.
      • getCatalog

        public String getCatalog()
        Getter for catalog. Catalog name for the image.
      • setCatalog

        public void setCatalog​(String catalog)
        Setter for catalog. Catalog name for the image.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object