public class ImageDetailsList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ImageDetailsList() |
Modifier and Type | Method and Description |
---|---|
List<ImageDetails> |
getImages()
Gets the images.
|
String |
getTrace()
Gets the trace.
|
List<Warning> |
getWarnings()
Gets the warnings.
|
public List<ImageDetails> getImages()
The images in the collection.
public List<Warning> getWarnings()
Information about what might cause less than optimal output.
public String getTrace()
A unique identifier of the request. Included only when an error or warning is returned.
Copyright © 2021 IBM Cloud. All rights reserved.