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

wistefan / tmforum-api / #153

09 Jul 2025 01:21PM UTC coverage: 29.525%. First build
#153

push

web-flow
Merge e31c6b450 into a23e3db6a

389 of 5758 branches covered (6.76%)

Branch coverage included in aggregate %.

37 of 69 new or added lines in 23 files covered. (53.62%)

2627 of 4457 relevant lines covered (58.94%)

0.59 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/AttachmentRefOrValue.java
1
package org.fiware.tmforum.common.domain;
2

3
import lombok.Data;
4
import lombok.EqualsAndHashCode;
5
import org.fiware.tmforum.common.domain.Entity;
6
import org.fiware.tmforum.common.domain.Quantity;
7
import org.fiware.tmforum.common.domain.TimePeriod;
8

9
import java.net.URI;
10
import java.net.URL;
11

12
//TODO: Make sense of this.
13
@EqualsAndHashCode(callSuper = true)
×
14
@Data
×
15
public class AttachmentRefOrValue extends Entity {
16

NEW
17
    private URI tmfId;
×
18
    private URI href;
×
19
    private String attachmentType;
×
20
    private String content;
×
21
    private String description;
×
22
    private String mimeType;
×
23
    private URL url;
×
24
    private Quantity size;
×
25
    private TimePeriod validFor;
×
26
    private String name;
×
27
    private String atReferredType;
×
28
}
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

© 2026 Coveralls, Inc