public class PlatformUpdateParameters extends Object
| Constructor and Description |
|---|
PlatformUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Architecture |
architecture()
Get the OS architecture.
|
OS |
os()
Get the operating system type required for the run.
|
Variant |
variant()
Get variant of the CPU.
|
PlatformUpdateParameters |
withArchitecture(Architecture architecture)
Set the OS architecture.
|
PlatformUpdateParameters |
withOs(OS os)
Set the operating system type required for the run.
|
PlatformUpdateParameters |
withVariant(Variant variant)
Set variant of the CPU.
|
public OS os()
public PlatformUpdateParameters withOs(OS os)
os - the os value to setpublic Architecture architecture()
public PlatformUpdateParameters withArchitecture(Architecture architecture)
architecture - the architecture value to setpublic Variant variant()
public PlatformUpdateParameters withVariant(Variant variant)
variant - the variant value to setCopyright © 2019. All rights reserved.