DeviceProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.network.DeviceProperties

public class DeviceProperties

List of properties of the device.

Constructor Summary

Constructor Description
DeviceProperties()

Method Summary

Modifier and Type Method and Description
java.lang.String deviceModel()

Get model of the device.

java.lang.String deviceVendor()

Get name of the device Vendor.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

DeviceProperties

public DeviceProperties()

Method Details

deviceModel

public String deviceModel()

Get model of the device.

Returns:

the deviceModel value

deviceVendor

public String deviceVendor()

Get name of the device Vendor.

Returns:

the deviceVendor value

linkSpeedInMbps

public Integer linkSpeedInMbps()

Get link speed.

Returns:

the linkSpeedInMbps value

withDeviceModel

public DeviceProperties withDeviceModel(String deviceModel)

Set model of the device.

Parameters:

deviceModel - the deviceModel value to set

Returns:

the DeviceProperties object itself.

withDeviceVendor

public DeviceProperties withDeviceVendor(String deviceVendor)

Set name of the device Vendor.

Parameters:

deviceVendor - the deviceVendor value to set

Returns:

the DeviceProperties object itself.

withLinkSpeedInMbps

public DeviceProperties withLinkSpeedInMbps(Integer linkSpeedInMbps)

Set link speed.

Parameters:

linkSpeedInMbps - the linkSpeedInMbps value to set

Returns:

the DeviceProperties object itself.

Applies to