JobsResponseParser 类
定义
Representation of a single Jobs response collection with a Json deserializer.
public class JobsResponseParser
- 继承
-
java.lang.ObjectJobsResponseParser
方法
createFromJson(String json) |
Static constructor to create a instance based on the provided json
|
getCloudToDeviceMethod() |
Getter for cloud to device method json
|
getCreatedTime() |
Getter for created time
|
getDeviceId() |
Getter for the device Id
|
getEndTime() |
Getter for the end time UTC Represents the time the job stopped processing
|
getError() |
Returns the error as json |
getFailureReason() |
Getter for failure reason
|
getJobId() |
Getter for the Job identifier
|
getJobsStatus() |
Getter for the jobs status
|
getJobStatistics() |
Getter for jobs statistics
|
getLastUpdatedTimeDate() |
Getter for last updated time in UTC |
getMaxExecutionTimeInSeconds() |
Getter for max execution time in seconds
|
getOutcome() |
Getter for the outcome of device method |
getParentJobId() |
Getter for the parent jobId
|
getQueryCondition() |
Getter for query condition
|
getStartTime() |
Getter for start time UTC
|
getStatusMessage() |
Getter for the status message
|
getType() |
Getter for the job type
|
getUpdateTwin() |
Getter for update twin json
|
getUpdateTwinState() |
Getter for update twin json
|