public class DeviceProperties extends Object
| Constructor and Description |
|---|
DeviceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
deviceModel()
Get model of the device.
|
String |
deviceVendor()
Get name of the device Vendor.
|
Integer |
linkSpeedInMbps()
Get link speed.
|
DeviceProperties |
withDeviceModel(String deviceModel)
Set model of the device.
|
DeviceProperties |
withDeviceVendor(String deviceVendor)
Set name of the device Vendor.
|
DeviceProperties |
withLinkSpeedInMbps(Integer linkSpeedInMbps)
Set link speed.
|
public String deviceVendor()
public DeviceProperties withDeviceVendor(String deviceVendor)
deviceVendor - the deviceVendor value to setpublic String deviceModel()
public DeviceProperties withDeviceModel(String deviceModel)
deviceModel - the deviceModel value to setpublic Integer linkSpeedInMbps()
public DeviceProperties withLinkSpeedInMbps(Integer linkSpeedInMbps)
linkSpeedInMbps - the linkSpeedInMbps 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.
*/