org.thingsboard.client.model.DummyJobConfiguration
Dummy job configuration
Extends: JobConfiguration
| Name | Type | Description | Notes |
|---|---|---|---|
| taskProcessingTimeMs | Long | [optional] | |
| successfulTasksCount | Integer | [optional] | |
| failedTasksCount | Integer | [optional] | |
| permanentlyFailedTasksCount | Integer | [optional] | |
| errors | List<String> | [optional] | |
| retries | Integer | [optional] | |
| taskProcessingTimeoutMs | Long | [optional] | |
| generalError | String | [optional] | |
| submittedTasksBeforeGeneralError | Integer | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| tasksKey | String | ||
| toReprocess | List | [optional] | |
| type | String |
| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | [optional] | |
| success | Boolean | [optional] | |
| discarded | Boolean | [optional] | |
| finishTs | Long | [optional] | |
| error | String | [optional] | |
| jobType | String |
- Package:
org.thingsboard.client.model - Getter pattern:
get<PropertyName>()— e.g.,getId(),getName() - Setter pattern:
set<PropertyName>(value)— e.g.,setId(value),setName(value) - Null fields: Getters return
nullfor unset optional fields; they do not throw exceptions