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

alibaba / jetcache / #405

16 Apr 2024 05:58AM UTC coverage: 0.0% (-88.9%) from 88.866%
#405

push

areyouok
add encoding to fix coverage report

0 of 5353 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/jetcache-core/src/main/java/com/alicp/jetcache/support/StatInfo.java
1
package com.alicp.jetcache.support;
2

3
import java.util.List;
4

5
/**
6
 * Created on 2016/11/29.
7
 *
8
 * @author huangli
9
 */
10
public class StatInfo {
×
11
    private List<CacheStat> stats;
12
    private long startTime;
13
    private long endTime;
14

15
    public List<CacheStat> getStats() {
16
        return stats;
×
17
    }
18

19
    public void setStats(List<CacheStat> stats) {
20
        this.stats = stats;
×
21
    }
×
22

23
    public long getStartTime() {
24
        return startTime;
×
25
    }
26

27
    public void setStartTime(long startTime) {
28
        this.startTime = startTime;
×
29
    }
×
30

31
    public long getEndTime() {
32
        return endTime;
×
33
    }
34

35
    public void setEndTime(long endTime) {
36
        this.endTime = endTime;
×
37
    }
×
38
}
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