|
|
|
@ -16,6 +16,7 @@ |
|
|
|
package org.thingsboard.server.common.data; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty; |
|
|
|
import com.fasterxml.jackson.databind.JsonNode; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import lombok.Data; |
|
|
|
@ -124,7 +125,7 @@ public class OtaPackageInfo extends BaseDataWithAdditionalInfo<OtaPackageId> imp |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@JsonIgnore |
|
|
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY) |
|
|
|
public String getName() { |
|
|
|
return title; |
|
|
|
} |
|
|
|
|