Class ImageManifest

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ImageManifest
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Image Manifest.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageManifest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description.
      java.util.List<Image> getImages()
      Gets the images.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImageManifest

        public ImageManifest()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description. Image manifest description.
        Returns:
        the description
      • getImages

        public java.util.List<Image> getImages()
        Gets the images. List of images.
        Returns:
        the images