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

hyperwallet / java-sdk / #654

01 May 2025 10:10PM CUT coverage: 97.037%. Remained the same
#654

push

grmeyer-hw-dev
Update changelog

5567 of 5737 relevant lines covered (97.04%)

67.05 hits per line

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

100.0
/src/main/java/com/hyperwallet/clientsdk/model/HyperwalletBalanceListOptions.java
1
package com.hyperwallet.clientsdk.model;
2

3
public class HyperwalletBalanceListOptions {
37✔
4

5
    private String currency;
6
    private String sortBy;
7
    private Integer limit;
8

9
    public String getCurrency() {
10
        return currency;
16✔
11
    }
12

13
    public void setCurrency(String currency) {
14
        this.currency = currency;
2✔
15
    }
2✔
16

17
    public HyperwalletBalanceListOptions currency(String currency) {
18
        this.currency = currency;
17✔
19
        return this;
17✔
20
    }
21

22
    public String getSortBy() {
23
        return sortBy;
18✔
24
    }
25

26
    public void setSortBy(String sortBy) {
27
        this.sortBy = sortBy;
2✔
28
    }
2✔
29

30
    public HyperwalletBalanceListOptions sortBy(String sortBy) {
31
        this.sortBy = sortBy;
21✔
32
        return this;
21✔
33
    }
34

35
    public Integer getLimit() {
36
        return limit;
18✔
37
    }
38

39
    public void setLimit(Integer limit) {
40
        this.limit = limit;
2✔
41
    }
2✔
42

43
    public HyperwalletBalanceListOptions limit(Integer limit) {
44
        this.limit = limit;
18✔
45
        return this;
18✔
46
    }
47
}
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