• 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

63.64
/src/main/java/com/hyperwallet/clientsdk/model/HyperwalletTransferMethodListOptions.java
1
package com.hyperwallet.clientsdk.model;
2

3
public class HyperwalletTransferMethodListOptions extends HyperwalletPaginationOptions {
1✔
4

5
    private String type;
6
    private String status;
7

8
    public String getType() {
9
        return type;
1✔
10
    }
11

12
    public void setType(String type) {
13
        this.type = type;
×
14
    }
×
15

16
    public HyperwalletTransferMethodListOptions type(String type) {
17
        this.type = type;
1✔
18
        return this;
1✔
19
    }
20

21
    public String getStatus() {
22
        return status;
1✔
23
    }
24

25
    public void setStatus(String status) {
26
        this.status = status;
×
27
    }
×
28

29
    public HyperwalletTransferMethodListOptions status(String status) {
30
        this.status = status;
1✔
31
        return this;
1✔
32
    }
33
}
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