Commit a26d467516ffa9abd6cd09200e716430763b1fe5
Merge branch 'master' of github.com:thingsboard/thingsboard
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -42,6 +42,8 @@ import static org.thingsboard.server.common.data.SearchTextBasedWithAdditionalIn | @@ -42,6 +42,8 @@ import static org.thingsboard.server.common.data.SearchTextBasedWithAdditionalIn | ||
42 | @Slf4j | 42 | @Slf4j |
43 | public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements HasName, HasTenantId, HasOtaPackage { | 43 | public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements HasName, HasTenantId, HasOtaPackage { |
44 | 44 | ||
45 | + private static final long serialVersionUID = 6998485460273302018L; | ||
46 | + | ||
45 | @ApiModelProperty(position = 3, value = "JSON object with Tenant Id that owns the profile.", readOnly = true) | 47 | @ApiModelProperty(position = 3, value = "JSON object with Tenant Id that owns the profile.", readOnly = true) |
46 | private TenantId tenantId; | 48 | private TenantId tenantId; |
47 | @NoXss | 49 | @NoXss |