Class DescribeCustomCatalogResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2023-12-01T13:59:43.026-08:00")
    public class DescribeCustomCatalogResponse
    extends CdpResponse
    The response object holding the retrieved data of a custom catalog.
    • Constructor Detail

      • DescribeCustomCatalogResponse

        public DescribeCustomCatalogResponse()
    • Method Detail

      • getCatalogName

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

        public void setCatalogName​(String catalogName)
        Setter for catalogName. Image catalog name
      • getDescription

        public String getDescription()
        Getter for description. Image catalog description
      • setDescription

        public void setDescription​(String description)
        Setter for description. Image catalog description
      • getImages

        public List<ImageItemResponse> getImages()
        Getter for images. Detailed information of the images contained within
      • setImages

        public void setImages​(List<ImageItemResponse> images)
        Setter for images. Detailed information of the images contained within
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object