org.thingsboard.client.model.CfReprocessingJobConfiguration
Extends: JobConfiguration
| Name | Type | Description | Notes |
|---|---|---|---|
| calculatedFieldId | CalculatedFieldId | ||
| calculatedFieldName | String | [optional] | |
| startTs | Long | [optional] | |
| endTs | Long | [optional] |
EntityId types (
AdminSettingsId,AiModelId,AlarmId,ApiKeyId,ApiUsageStateId,AssetId,AssetProfileId,BlobEntityId,CalculatedFieldId,ConverterId,CustomerId,DashboardId,DeviceId,DeviceProfileId,DomainId,EdgeId,EntityGroupId,EntityViewId,GroupPermissionId,IntegrationId,JobId,MobileAppBundleId,MobileAppId,NotificationId,NotificationRequestId,NotificationRuleId,NotificationTargetId,NotificationTemplateId,OAuth2ClientId,OtaPackageId,QueueId,QueueStatsId,ReportId,ReportTemplateId,RoleId,RpcId,RuleChainId,RuleNodeId,SchedulerEventId,SecretId,TbResourceId,TenantId,TenantProfileId,UserId,WidgetTypeId,WidgetsBundleId, etc.):{entityType: EntityType, id: UUID}— all EntityId subtypes share this structure.
| 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 |
TENANT | CUSTOMER | USER | DASHBOARD | ASSET | DEVICE | ALARM | ENTITY_GROUP | CONVERTER | INTEGRATION | … (46 values total)
- 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