azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

122 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.DeviceInsight"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight"
name: "DeviceInsight"
nameWithType: "DeviceInsight"
summary: "An immutable client-side representation of Device<wbr>Insight."
syntax: "public interface **DeviceInsight**"
methods:
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.description()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.description()"
name: "description()"
nameWithType: "DeviceInsight.description()"
summary: "Gets the description property: Event description."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: Event description."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.deviceId()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.deviceId()"
name: "deviceId()"
nameWithType: "DeviceInsight.deviceId()"
summary: "Gets the device<wbr>Id property: Device ID."
modifiers:
- "abstract"
syntax: "public abstract String deviceId()"
desc: "Gets the deviceId property: Device ID."
returns:
description: "the deviceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.endTimestampUtc()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.endTimestampUtc()"
name: "endTimestampUtc()"
nameWithType: "DeviceInsight.endTimestampUtc()"
summary: "Gets the end<wbr>Timestamp<wbr>Utc property: Event end timestamp."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime endTimestampUtc()"
desc: "Gets the endTimestampUtc property: Event end timestamp."
returns:
description: "the endTimestampUtc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventCategory()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventCategory()"
name: "eventCategory()"
nameWithType: "DeviceInsight.eventCategory()"
summary: "Gets the event<wbr>Category property: Event category."
modifiers:
- "abstract"
syntax: "public abstract String eventCategory()"
desc: "Gets the eventCategory property: Event category."
returns:
description: "the eventCategory value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventClass()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventClass()"
name: "eventClass()"
nameWithType: "DeviceInsight.eventClass()"
summary: "Gets the event<wbr>Class property: Event class."
modifiers:
- "abstract"
syntax: "public abstract String eventClass()"
desc: "Gets the eventClass property: Event class."
returns:
description: "the eventClass value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventCount()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventCount()"
name: "eventCount()"
nameWithType: "DeviceInsight.eventCount()"
summary: "Gets the event<wbr>Count property: Event count."
modifiers:
- "abstract"
syntax: "public abstract int eventCount()"
desc: "Gets the eventCount property: Event count."
returns:
description: "the eventCount value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventType()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.eventType()"
name: "eventType()"
nameWithType: "DeviceInsight.eventType()"
summary: "Gets the event<wbr>Type property: Event type."
modifiers:
- "abstract"
syntax: "public abstract String eventType()"
desc: "Gets the eventType property: Event type."
returns:
description: "the eventType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.innerModel()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.innerModel()"
name: "innerModel()"
nameWithType: "DeviceInsight.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>sphere.<wbr>fluent.<wbr>models.<wbr>Device<wbr>Insight<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract DeviceInsightInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.sphere.fluent.models.DeviceInsightInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.sphere.fluent.models.DeviceInsightInner?alt=com.azure.resourcemanager.sphere.fluent.models.DeviceInsightInner&text=DeviceInsightInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.DeviceInsight.startTimestampUtc()"
fullName: "com.azure.resourcemanager.sphere.models.DeviceInsight.startTimestampUtc()"
name: "startTimestampUtc()"
nameWithType: "DeviceInsight.startTimestampUtc()"
summary: "Gets the start<wbr>Timestamp<wbr>Utc property: Event start timestamp."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime startTimestampUtc()"
desc: "Gets the startTimestampUtc property: Event start timestamp."
returns:
description: "the startTimestampUtc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
type: "interface"
desc: "An immutable client-side representation of DeviceInsight."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0