public final class DigitalTwinInvokeCommandRequestOptions extends Object
| Constructor and Description |
|---|
DigitalTwinInvokeCommandRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectTimeoutInSeconds()
Sets the time (in seconds) that the service waits for the device to come online.
|
Integer |
getResponseTimeoutInSeconds()
Gets the time (in seconds) that the service waits for the method invocation to return a response.
|
void |
setConnectTimeoutInSeconds(Integer connectTimeoutInSeconds)
Sets the time (in seconds) that the service waits for the device to come online.
|
void |
setResponseTimeoutInSeconds(Integer responseTimeoutInSeconds)
Sets the time (in seconds) that the service waits for the method invocation to return a response.
|
public DigitalTwinInvokeCommandRequestOptions()
public Integer getConnectTimeoutInSeconds()
public void setConnectTimeoutInSeconds(Integer connectTimeoutInSeconds)
connectTimeoutInSeconds - The number of seconds before connect timeouts occur for this request.public Integer getResponseTimeoutInSeconds()
public void setResponseTimeoutInSeconds(Integer responseTimeoutInSeconds)
responseTimeoutInSeconds - The number of seconds before response timeouts occur for this request.Copyright © 2022. All rights reserved.