public class PlatformProperties extends Object
| Constructor and Description |
|---|
PlatformProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cpu()
Get the cpu value.
|
OsType |
osType()
Get the osType value.
|
PlatformProperties |
withCpu(Integer cpu)
Set the cpu value.
|
PlatformProperties |
withOsType(OsType osType)
Set the osType value.
|
public OsType osType()
public PlatformProperties withOsType(OsType osType)
osType - the osType value to setpublic Integer cpu()
public PlatformProperties withCpu(Integer cpu)
cpu - the cpu value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/