Class ImageSummary


  • @Beta
    public class ImageSummary
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.reflect.Type LIST_OF_STRING  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageSummary​(ImageId id, java.util.Collection<java.lang.String> repoTags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ImageId getId()  
      java.util.Set<java.lang.String> getRepoTags()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LIST_OF_STRING

        public static final java.lang.reflect.Type LIST_OF_STRING
    • Constructor Detail

      • ImageSummary

        public ImageSummary​(ImageId id,
                            java.util.Collection<java.lang.String> repoTags)
    • Method Detail

      • getRepoTags

        public java.util.Set<java.lang.String> getRepoTags()