Commit a26d467516ffa9abd6cd09200e716430763b1fe5

Authored by Igor Kulikov
2 parents 34d6dc50 aaead618

Merge branch 'master' of github.com:thingsboard/thingsboard

@@ -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