org.thingsboard.client.model.AttributesOutput
Extends: Output
| Name | Type | Description | Notes |
|---|---|---|---|
| strategy | AttributesOutputStrategy | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| decimalsByDefault | Integer | [optional] | |
| name | String | [optional] | |
| scope | AttributeScope | [optional] | |
| strategy | Object | [optional] | |
| type | String |
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String |
| Name | Type | Description | Notes |
|---|---|---|---|
| sendAttributesUpdatedNotification | Boolean | [optional] | |
| updateAttributesOnlyOnValueChange | Boolean | [optional] | |
| saveAttribute | Boolean | [optional] | |
| sendWsUpdate | Boolean | [optional] | |
| processCfs | Boolean | [optional] |
See AttributesOutputStrategy for properties.
CLIENT_SCOPE | SERVER_SCOPE | SHARED_SCOPE
- 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