public class ImageSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ImageSource.Type
The source type of the image.
|
Constructor and Description |
---|
ImageSource() |
Modifier and Type | Method and Description |
---|---|
String |
getArchiveFilename()
Gets the archiveFilename.
|
String |
getFilename()
Gets the filename.
|
String |
getResolvedUrl()
Gets the resolvedUrl.
|
String |
getSourceUrl()
Gets the sourceUrl.
|
String |
getType()
Gets the type.
|
public String getType()
The source type of the image.
public String getFilename()
Name of the image file if uploaded. Not returned when the image is passed by URL.
public String getArchiveFilename()
Name of the .zip file of images if uploaded. Not returned when the image is passed directly or by URL.
public String getSourceUrl()
Source of the image before any redirects. Not returned when the image is uploaded.
public String getResolvedUrl()
Fully resolved URL of the image after redirects are followed. Not returned when the image is uploaded.
Copyright © 2021 IBM Cloud. All rights reserved.