azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.sdk.iot...

402 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser"
name: "DeviceParser"
nameWithType: "DeviceParser"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DeviceParser**"
constructors:
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.DeviceParser()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.DeviceParser()"
name: "DeviceParser()"
nameWithType: "DeviceParser.DeviceParser()"
summary: "Empty constructor."
syntax: "public DeviceParser()"
desc: "Empty constructor."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.DeviceParser(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.DeviceParser(String json)"
name: "DeviceParser(String json)"
nameWithType: "DeviceParser.DeviceParser(String json)"
summary: "Constructor for a Device<wbr>Parser object that is built from the provided JSON."
parameters:
- description: "The JSON to build the object from."
name: "json"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceParser(String json)"
desc: "Constructor for a DeviceParser object that is built from the provided JSON."
methods:
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getAuthenticationParser()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getAuthenticationParser()"
name: "getAuthenticationParser()"
nameWithType: "DeviceParser.getAuthenticationParser()"
summary: "Getter for Authentication<wbr>Parser."
syntax: "public AuthenticationParser getAuthenticationParser()"
desc: "Getter for AuthenticationParser."
returns:
description: "The value of AuthenticationParser."
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser&text=AuthenticationParser\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getCapabilities()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getCapabilities()"
name: "getCapabilities()"
nameWithType: "DeviceParser.getCapabilities()"
summary: "Getter for Capabilities."
syntax: "public DeviceCapabilitiesParser getCapabilities()"
desc: "Getter for Capabilities."
returns:
description: "The value of Capabilities."
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.DeviceCapabilitiesParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.DeviceCapabilitiesParser&text=DeviceCapabilitiesParser\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getCloudToDeviceMessageCount()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getCloudToDeviceMessageCount()"
name: "getCloudToDeviceMessageCount()"
nameWithType: "DeviceParser.getCloudToDeviceMessageCount()"
summary: "Getter for Cloud<wbr>ToDevice<wbr>Message<wbr>Count."
syntax: "public long getCloudToDeviceMessageCount()"
desc: "Getter for CloudToDeviceMessageCount."
returns:
description: "The value of CloudToDeviceMessageCount."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getConnectionState()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getConnectionState()"
name: "getConnectionState()"
nameWithType: "DeviceParser.getConnectionState()"
summary: "Getter for Connection<wbr>State."
syntax: "public String getConnectionState()"
desc: "Getter for ConnectionState."
returns:
description: "The value of ConnectionState."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getConnectionStateUpdatedTime()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getConnectionStateUpdatedTime()"
name: "getConnectionStateUpdatedTime()"
nameWithType: "DeviceParser.getConnectionStateUpdatedTime()"
summary: "Getter for Connection<wbr>State<wbr>Updated<wbr>Time."
syntax: "public Date getConnectionStateUpdatedTime()"
desc: "Getter for ConnectionStateUpdatedTime."
returns:
description: "The value of ConnectionStateUpdatedTime."
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getDeviceId()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getDeviceId()"
name: "getDeviceId()"
nameWithType: "DeviceParser.getDeviceId()"
summary: "Getter for Device<wbr>Id."
syntax: "public String getDeviceId()"
desc: "Getter for DeviceId."
returns:
description: "The value of DeviceId."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getGenerationId()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getGenerationId()"
name: "getGenerationId()"
nameWithType: "DeviceParser.getGenerationId()"
summary: "Getter for Generation<wbr>Id."
syntax: "public String getGenerationId()"
desc: "Getter for GenerationId."
returns:
description: "The value of GenerationId."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getLastActivityTime()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getLastActivityTime()"
name: "getLastActivityTime()"
nameWithType: "DeviceParser.getLastActivityTime()"
summary: "Getter for Last<wbr>Activity<wbr>Time."
syntax: "public Date getLastActivityTime()"
desc: "Getter for LastActivityTime."
returns:
description: "The value of LastActivityTime."
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getManagedBy()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getManagedBy()"
name: "getManagedBy()"
nameWithType: "DeviceParser.getManagedBy()"
summary: "Getter for Managed<wbr>By."
syntax: "public String getManagedBy()"
desc: "Getter for ManagedBy."
returns:
description: "The value of ManagedBy."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getModuleId()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getModuleId()"
name: "getModuleId()"
nameWithType: "DeviceParser.getModuleId()"
summary: "Getter for Module<wbr>Id."
syntax: "public String getModuleId()"
desc: "Getter for ModuleId."
returns:
description: "The value of ModuleId."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getParentScopes()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getParentScopes()"
name: "getParentScopes()"
nameWithType: "DeviceParser.getParentScopes()"
summary: "Get the parent scopes for this device."
syntax: "public List<String> getParentScopes()"
desc: "Get the parent scopes for this device."
returns:
description: "The parent scopes for this device."
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getScope()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getScope()"
name: "getScope()"
nameWithType: "DeviceParser.getScope()"
summary: "Get the device scope for this device."
syntax: "public String getScope()"
desc: "Get the device scope for this device."
returns:
description: "The device scope for this device."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getStatus()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getStatus()"
name: "getStatus()"
nameWithType: "DeviceParser.getStatus()"
summary: "Getter for Status."
syntax: "public String getStatus()"
desc: "Getter for Status."
returns:
description: "The value of Status."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getStatusReason()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getStatusReason()"
name: "getStatusReason()"
nameWithType: "DeviceParser.getStatusReason()"
summary: "Getter for Status<wbr>Reason."
syntax: "public String getStatusReason()"
desc: "Getter for StatusReason."
returns:
description: "The value of StatusReason."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getStatusUpdatedTime()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.getStatusUpdatedTime()"
name: "getStatusUpdatedTime()"
nameWithType: "DeviceParser.getStatusUpdatedTime()"
summary: "Getter for Status<wbr>Updated<wbr>Time."
syntax: "public Date getStatusUpdatedTime()"
desc: "Getter for StatusUpdatedTime."
returns:
description: "The value of StatusUpdatedTime."
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.geteTag()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.geteTag()"
name: "geteTag()"
nameWithType: "DeviceParser.geteTag()"
summary: "Getter for e<wbr>Tag."
syntax: "public String geteTag()"
desc: "Getter for eTag."
returns:
description: "The value of eTag."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setAuthenticationParser(com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setAuthenticationParser(AuthenticationParser authenticationParser)"
name: "setAuthenticationParser(AuthenticationParser authenticationParser)"
nameWithType: "DeviceParser.setAuthenticationParser(AuthenticationParser authenticationParser)"
summary: "Setter for Authentication<wbr>Parser."
parameters:
- description: "The value to set authenticationParser to."
name: "authenticationParser"
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser&text=AuthenticationParser\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setAuthenticationParser(AuthenticationParser authenticationParser)"
exceptions:
- description: "If <code>authenticationParser</code> is <code>null</code>."
type: "<xref href=\"java.lang.IllegalArgumentException?alt=java.lang.IllegalArgumentException&text=IllegalArgumentException\" data-throw-if-not-resolved=\"False\" />"
desc: "Setter for AuthenticationParser."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setCapabilities(com.microsoft.azure.sdk.iot.deps.serializer.DeviceCapabilitiesParser)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setCapabilities(DeviceCapabilitiesParser capabilities)"
name: "setCapabilities(DeviceCapabilitiesParser capabilities)"
nameWithType: "DeviceParser.setCapabilities(DeviceCapabilitiesParser capabilities)"
summary: "Setter for Capabilities."
parameters:
- description: "The value to set Capabilities to."
name: "capabilities"
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.DeviceCapabilitiesParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.DeviceCapabilitiesParser&text=DeviceCapabilitiesParser\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setCapabilities(DeviceCapabilitiesParser capabilities)"
desc: "Setter for Capabilities."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setCloudToDeviceMessageCount(long)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setCloudToDeviceMessageCount(long cloudToDeviceMessageCount)"
name: "setCloudToDeviceMessageCount(long cloudToDeviceMessageCount)"
nameWithType: "DeviceParser.setCloudToDeviceMessageCount(long cloudToDeviceMessageCount)"
summary: "Setter for Cloud<wbr>ToDevice<wbr>Message<wbr>Count."
parameters:
- description: "The value to set CloudToDeviceMessageCount to."
name: "cloudToDeviceMessageCount"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setCloudToDeviceMessageCount(long cloudToDeviceMessageCount)"
desc: "Setter for CloudToDeviceMessageCount."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setConnectionState(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setConnectionState(String connectionState)"
name: "setConnectionState(String connectionState)"
nameWithType: "DeviceParser.setConnectionState(String connectionState)"
summary: "Setter for Connection<wbr>State."
parameters:
- description: "the value to set ConnectionState to."
name: "connectionState"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setConnectionState(String connectionState)"
desc: "Setter for ConnectionState."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setConnectionStateUpdatedTime(java.util.Date)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setConnectionStateUpdatedTime(Date connectionStateUpdatedTime)"
name: "setConnectionStateUpdatedTime(Date connectionStateUpdatedTime)"
nameWithType: "DeviceParser.setConnectionStateUpdatedTime(Date connectionStateUpdatedTime)"
summary: "Setter for Connection<wbr>State<wbr>Updated<wbr>Time."
parameters:
- description: "The value to set ConnectionStateUpdatedTime to."
name: "connectionStateUpdatedTime"
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setConnectionStateUpdatedTime(Date connectionStateUpdatedTime)"
desc: "Setter for ConnectionStateUpdatedTime."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setDeviceId(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setDeviceId(String deviceId)"
name: "setDeviceId(String deviceId)"
nameWithType: "DeviceParser.setDeviceId(String deviceId)"
summary: "Setter for Device<wbr>Id."
parameters:
- description: "The value to set DeviceId to."
name: "deviceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setDeviceId(String deviceId)"
exceptions:
- description: "If <code>deviceId</code> is <code>null</code>."
type: "<xref href=\"java.lang.IllegalArgumentException?alt=java.lang.IllegalArgumentException&text=IllegalArgumentException\" data-throw-if-not-resolved=\"False\" />"
desc: "Setter for DeviceId."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setGenerationId(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setGenerationId(String generationId)"
name: "setGenerationId(String generationId)"
nameWithType: "DeviceParser.setGenerationId(String generationId)"
summary: "Setter for Generation<wbr>Id."
parameters:
- description: "The value to set GenerationId to."
name: "generationId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setGenerationId(String generationId)"
desc: "Setter for GenerationId."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setLastActivityTime(java.util.Date)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setLastActivityTime(Date lastActivityTime)"
name: "setLastActivityTime(Date lastActivityTime)"
nameWithType: "DeviceParser.setLastActivityTime(Date lastActivityTime)"
summary: "Setter for Last<wbr>Activity<wbr>Time."
parameters:
- description: "The value to set LastActivityTime to."
name: "lastActivityTime"
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setLastActivityTime(Date lastActivityTime)"
desc: "Setter for LastActivityTime."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setManagedBy(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setManagedBy(String managedBy)"
name: "setManagedBy(String managedBy)"
nameWithType: "DeviceParser.setManagedBy(String managedBy)"
summary: "Setter for Managed<wbr>By."
parameters:
- description: "The value to set ManagedBy to."
name: "managedBy"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setManagedBy(String managedBy)"
desc: "Setter for ManagedBy."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setModuleId(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setModuleId(String moduleId)"
name: "setModuleId(String moduleId)"
nameWithType: "DeviceParser.setModuleId(String moduleId)"
summary: "Setter for Module<wbr>Id."
parameters:
- description: "The value to set ModuleId to."
name: "moduleId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setModuleId(String moduleId)"
exceptions:
- description: "If <code>moduleId</code> is <code>null</code>."
type: "<xref href=\"java.lang.IllegalArgumentException?alt=java.lang.IllegalArgumentException&text=IllegalArgumentException\" data-throw-if-not-resolved=\"False\" />"
desc: "Setter for ModuleId."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setParentScopes(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setParentScopes(List<String> parentScopes)"
name: "setParentScopes(List<String> parentScopes)"
nameWithType: "DeviceParser.setParentScopes(List<String> parentScopes)"
summary: "Sets the parent scopes for this device."
parameters:
- description: "The parent scopes to set."
name: "parentScopes"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public void setParentScopes(List<String> parentScopes)"
desc: "Sets the parent scopes for this device."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setScope(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setScope(String scope)"
name: "setScope(String scope)"
nameWithType: "DeviceParser.setScope(String scope)"
summary: "Set the device scope for this device."
parameters:
- description: "The device scope to set."
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setScope(String scope)"
desc: "Set the device scope for this device."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setStatus(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setStatus(String status)"
name: "setStatus(String status)"
nameWithType: "DeviceParser.setStatus(String status)"
summary: "Setter for Status."
parameters:
- description: "The value to set status to."
name: "status"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setStatus(String status)"
desc: "Setter for Status."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setStatusReason(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setStatusReason(String statusReason)"
name: "setStatusReason(String statusReason)"
nameWithType: "DeviceParser.setStatusReason(String statusReason)"
summary: "Setter for Status<wbr>Reason."
parameters:
- description: "The value to set StatusReason to."
name: "statusReason"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setStatusReason(String statusReason)"
desc: "Setter for StatusReason."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setStatusUpdatedTime(java.util.Date)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.setStatusUpdatedTime(Date statusUpdatedTime)"
name: "setStatusUpdatedTime(Date statusUpdatedTime)"
nameWithType: "DeviceParser.setStatusUpdatedTime(Date statusUpdatedTime)"
summary: "Setter for Status<wbr>Updated<wbr>Time."
parameters:
- description: "The value to set StatusUpdatedTime to."
name: "statusUpdatedTime"
type: "<xref href=\"java.util.Date?alt=java.util.Date&text=Date\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setStatusUpdatedTime(Date statusUpdatedTime)"
desc: "Setter for StatusUpdatedTime."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.seteTag(java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.seteTag(String eTag)"
name: "seteTag(String eTag)"
nameWithType: "DeviceParser.seteTag(String eTag)"
summary: "Setter for e<wbr>Tag."
parameters:
- description: "The value to set eTag to."
name: "eTag"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void seteTag(String eTag)"
desc: "Setter for eTag."
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.toJson()"
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.DeviceParser.toJson()"
name: "toJson()"
nameWithType: "DeviceParser.toJson()"
summary: "Converts this into JSON format and returns it."
syntax: "public String toJson()"
desc: "Converts this into JSON format and returns it."
returns:
description: "the JSON representation of this."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
metadata: {}
package: "com.microsoft.azure.sdk.iot.deps.serializer"
artifact: com.microsoft.azure.sdk.iot:iot-deps:0.12.0