• 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

43.75
/src/main/java/com/hyperwallet/clientsdk/model/HyperwalletVenmoAccountListPaginationOptions.java
1
package com.hyperwallet.clientsdk.model;
2

3
import java.util.Date;
4

5
public class HyperwalletVenmoAccountListPaginationOptions extends HyperwalletPaginationOptions{
3✔
6

7
    private HyperwalletVenmoAccount.Type type;
8
    private HyperwalletVenmoAccount.Status status;
9
    private Date createdOn;
10

11

12
    public HyperwalletVenmoAccount.Status getStatus() {
13
        return status;
3✔
14
    }
15

16
    public void setStatus(HyperwalletVenmoAccount.Status status) {
17
        this.status = status;
×
18
    }
×
19

20
    public HyperwalletVenmoAccountListPaginationOptions status(HyperwalletVenmoAccount.Status status) {
21
        this.status = status;
1✔
22
        return this;
1✔
23
    }
24

25
    public HyperwalletVenmoAccount.Type getType() {
26
        return type;
3✔
27
    }
28

29
    public void setType(HyperwalletVenmoAccount.Type type) {
30
        this.type = type;
×
31
    }
×
32

33
    public HyperwalletVenmoAccountListPaginationOptions type(HyperwalletVenmoAccount.Type type) {
34
        this.type = type;
1✔
35
        return this;
1✔
36
    }
37

38
    public Date getCreatedOn() {
39
        return createdOn;
×
40
    }
41

42
    public void setCreatedOn(Date createdOn) {
43
        this.createdOn = createdOn;
×
44
    }
×
45

46
    public HyperwalletVenmoAccountListPaginationOptions createdOn(Date createdOn) {
47
        this.createdOn = createdOn;
×
48
        return this;
×
49
    }
50
}
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