public final class CachedImages extends Object
| Constructor and Description |
|---|
CachedImages() |
| Modifier and Type | Method and Description |
|---|---|
String |
image()
Get the image property: The cached image name.
|
String |
osType()
Get the osType property: The OS type of the cached image.
|
void |
validate()
Validates the instance.
|
CachedImages |
withImage(String image)
Set the image property: The cached image name.
|
CachedImages |
withOsType(String osType)
Set the osType property: The OS type of the cached image.
|
public String osType()
public CachedImages withOsType(String osType)
osType - the osType value to set.public String image()
public CachedImages withImage(String image)
image - the image value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.