• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wistefan / tmforum-api / #49

29 Sep 2023 06:20AM UTC coverage: 67.488% (-4.3%) from 71.815%
#49

push

web-flow
Notifications (#23)

* Squashed commits

* Added cache invalidation for entity deletion

* Updated error message

618 of 618 new or added lines in 86 files covered. (100.0%)

2794 of 4140 relevant lines covered (67.49%)

0.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/common/src/main/java/org/fiware/tmforum/common/domain/subscription/Event.java
1
package org.fiware.tmforum.common.domain.subscription;
2

3
import lombok.Data;
4

5
import java.time.Instant;
6
import java.util.Map;
7

8
@Data
×
9
public class Event {
10
    private String eventId;
×
11
    private Instant eventTime;
×
12
    private String eventType;
×
13
    private String correlationId;
×
14
    private String domain;
×
15
    private String title;
×
16
    private String description;
×
17
    private String priority;
×
18
    private Instant timeOcurred;
×
19
    private String fieldPath;
×
20
    private Map<String, Object> event;
×
21
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc