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

hyperwallet / java-sdk / #694

15 May 2025 08:53PM CUT coverage: 96.097%. Remained the same
#694

Pull #220

grmeyer-hw-dev
Prepare to release 1.9.7
Pull Request #220: Deprecate Double to String

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/HyperwalletPrepaidCardListPaginationOptions.java
1
package com.hyperwallet.clientsdk.model;
2

3
public class HyperwalletPrepaidCardListPaginationOptions extends HyperwalletPaginationOptions{
3✔
4

5
    private HyperwalletPrepaidCard.Status status;
6

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

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

15
    public HyperwalletPrepaidCardListPaginationOptions status(HyperwalletPrepaidCard.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