public class DeviceProperties extends Object
Constructor and Description |
---|
DeviceProperties() |
Modifier and Type | Method and Description |
---|---|
String |
deviceModel()
Get the deviceModel value.
|
String |
deviceVendor()
Get the deviceVendor value.
|
Integer |
linkSpeedInMbps()
Get the linkSpeedInMbps value.
|
DeviceProperties |
withDeviceModel(String deviceModel)
Set the deviceModel value.
|
DeviceProperties |
withDeviceVendor(String deviceVendor)
Set the deviceVendor value.
|
DeviceProperties |
withLinkSpeedInMbps(Integer linkSpeedInMbps)
Set the linkSpeedInMbps value.
|
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 setCopyright © 2019. All rights reserved.