Set serialVersionUID for DeviceProfile class
This commit is contained in:
parent
113a6389fa
commit
aaead618aa
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user