Class ImageDetails

java.lang.Object
com.cloudera.cdp.datacatalog.model.ImageDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.653-07:00") public class ImageDetails extends Object
The details of the image used for cluster instances.
  • Constructor Details

    • ImageDetails

      public ImageDetails()
  • Method Details

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