DeviceStatus Class
- java.
lang. Object - com.
azure. resourcemanager. deviceregistry. models. DeviceStatus
- com.
Implements
public final class DeviceStatus
implements JsonSerializable<DeviceStatus>
Defines the device status properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Status |
config()
Get the config property: Defines the device status config properties. |
|
Device |
endpoints()
Get the endpoints property: Defines the device status for inbound/outbound endpoints. |
|
static
Device |
fromJson(JsonReader jsonReader)
Reads an instance of Device |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
config
public StatusConfig config()
Get the config property: Defines the device status config properties.
Returns:
endpoints
public DeviceStatusEndpoints endpoints()
Get the endpoints property: Defines the device status for inbound/outbound endpoints.
Returns:
fromJson
public static DeviceStatus fromJson(JsonReader jsonReader)
Reads an instance of DeviceStatus from the JsonReader.
Parameters:
Returns:
Throws: