public class CachedImages extends Object
Constructor and Description |
---|
CachedImages() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the resource Id of the cached image.
|
String |
image()
Get the cached image name.
|
String |
osType()
Get the OS type of the cached image.
|
CachedImages |
withId(String id)
Set the resource Id of the cached image.
|
CachedImages |
withImage(String image)
Set the cached image name.
|
CachedImages |
withOsType(String osType)
Set the OS type of the cached image.
|
public String id()
public CachedImages withId(String id)
id
- the id value to setpublic String osType()
public CachedImages withOsType(String osType)
osType
- the osType value to setpublic String image()
public CachedImages withImage(String image)
image
- the image value to setCopyright © 2019. All rights reserved.