Commit aaead618aa22ec07d9c1f77d0484f628315d4559
Committed by
Andrew Shvayka
1 parent
113a6389
Set serialVersionUID for DeviceProfile class
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 |