org.thingsboard.client.model.ShortCustomerInfo
| Name | Type | Description | Notes |
|---|---|---|---|
| customerId | CustomerId | JSON object with the customer Id. | [optional] |
| title | String | Title of the customer. | [optional] |
| _public | Boolean | Indicates special 'Public' customer used to embed dashboards on public websites. | [optional] |
- 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