Set serialVersionUID for DeviceProfile class

This commit is contained in:
Viacheslav Klimov 2021-11-03 11:49:16 +02:00 committed by Andrew Shvayka
parent 113a6389fa
commit aaead618aa

View File

@ -42,6 +42,8 @@ import static org.thingsboard.server.common.data.SearchTextBasedWithAdditionalIn
@Slf4j @Slf4j
public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements HasName, HasTenantId, HasOtaPackage { public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements HasName, HasTenantId, HasOtaPackage {
private static final long serialVersionUID = 6998485460273302018L;
@ApiModelProperty(position = 3, value = "JSON object with Tenant Id that owns the profile.", readOnly = true) @ApiModelProperty(position = 3, value = "JSON object with Tenant Id that owns the profile.", readOnly = true)
private TenantId tenantId; private TenantId tenantId;
@NoXss @NoXss