@InterfaceStability.Unstable public static class ImageManifest.Blob extends Object
| Constructor and Description | 
|---|
| Blob() | 
| Blob(String mediaType,
    String digest,
    long size,
    ArrayList<String> urls,
    Map<String,String> annotations) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getAnnotations() | 
| String | getDigest() | 
| String | getMediaType() | 
| long | getSize() | 
| ArrayList<String> | getUrls() | 
| String | toString() | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.