ImageInformation Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. ImageInformation
- com.
Implements
public final class ImageInformation
implements JsonSerializable<ImageInformation>
Image for the product.
Constructor Summary
| Constructor | Description |
|---|---|
| ImageInformation() |
Creates an instance of Image |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Image |
fromJson(JsonReader jsonReader)
Reads an instance of Image |
|
Image |
imageType()
Get the image |
| String |
imageUrl()
Get the image |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ImageInformation
public ImageInformation()
Creates an instance of ImageInformation class.
Method Details
fromJson
public static ImageInformation fromJson(JsonReader jsonReader)
Reads an instance of ImageInformation from the JsonReader.
Parameters:
Returns:
Throws:
imageType
public ImageType imageType()
Get the imageType property: Type of the image.
Returns:
imageUrl
public String imageUrl()
Get the imageUrl property: Url of the image.
Returns:
toJson
validate
public void validate()
Validates the instance.