Class Image

java.lang.Object
com.cloudera.cdp.opdb.model.Image

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.282-07:00") public class Image extends Object
Details of an Image.
  • Constructor Details

    • Image

      public Image()
  • Method Details

    • 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.
    • 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