Commit bc173ac0 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

Change the entity names to be shorter + add description

parent bb4bc0ae
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@ import io.swagger.v3.oas.annotations.media.Schema;
import jakarta.validation.Valid;

/**
 * TBD
 * The event data structure
 */

@Schema(name = "GeographicSiteEventPayload", description = "TBD")
@Schema(name = "GeographicSiteEventPayload", description = "The event data structure")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GeographicSiteEventPayload {
  @JsonProperty("geographicSite")
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ import org.etsi.osl.tmf.common.model.BaseRootEntity;
/**
 * GeographicSubAddressUnit
 */
@Entity(name = "GeographicSubAddressUnit")
@Table(name = "GeographicSubAddressUnit")
@Entity(name = "GeoSubAddUnit")
@Table(name = "GeoSubAddUnit")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GeographicSubAddressUnit extends BaseRootEntity {
   @JsonProperty("subUnitNumber")
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ import org.etsi.osl.tmf.common.model.BaseRootEntity;
 * GeographicSubAddressValue
 */

@Entity(name = "GeographicSubAddressValue")
@Table(name = "GeographicSubAddressValue")
@Entity(name = "GeoSubAddVal")
@Table(name = "GeoSubAddVal")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GeographicSubAddressValue extends BaseRootEntity {
  @JsonProperty("buildingName")