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

hyperwallet / java-sdk / #695

16 May 2025 12:19AM CUT coverage: 96.097%. Remained the same
#695

push

web-flow
Deprecate Double to String (#220)

* Deprecate Double to String

* Fix unit test

* Prepare to release 1.9.7

5048 of 5253 relevant lines covered (96.1%)

65.7 hits per line

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

66.67
/src/main/java/com/hyperwallet/clientsdk/model/HyperwalletPaperCheckListPaginationOptions.java
1
package com.hyperwallet.clientsdk.model;
2

3
public class HyperwalletPaperCheckListPaginationOptions extends HyperwalletPaginationOptions{
3✔
4

5
    private HyperwalletPaperCheck.Status status;
6

7
    public HyperwalletPaperCheck.Status getStatus() {
8
        return status;
2✔
9
    }
10

11
    public void setStatus(HyperwalletPaperCheck.Status status) {
12
        this.status = status;
×
13
    }
×
14

15
    public HyperwalletPaperCheckListPaginationOptions status(HyperwalletPaperCheck.Status status) {
16
        this.status = status;
1✔
17
        return this;
1✔
18
    }
19
}
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