Поделиться через


DeviceInner Class

public final class DeviceInner
extends Resource

Device resource.

Constructor Summary

Constructor Description
DeviceInner()

Creates an instance of DeviceInner class.

Method Summary

Modifier and Type Method and Description
DevicePropertiesFormat properties()

Get the properties property: Device properties.

SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

void validate()

Validates the instance.

DeviceInner withLocation(String location)
DeviceInner withProperties(DevicePropertiesFormat properties)

Set the properties property: Device properties.

DeviceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

DeviceInner

public DeviceInner()

Creates an instance of DeviceInner class.

Method Details

properties

public DevicePropertiesFormat properties()

Get the properties property: Device properties.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withLocation

public DeviceInner withLocation(String location)

Overrides:

DeviceInner.withLocation(String location)

Parameters:

location

withProperties

public DeviceInner withProperties(DevicePropertiesFormat properties)

Set the properties property: Device properties.

Parameters:

properties - the properties value to set.

Returns:

the DeviceInner object itself.

withTags

public DeviceInner withTags(Map<String,String> tags)

Overrides:

DeviceInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to