@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class MonthlyUserStats extends Object
| Constructor and Description |
|---|
MonthlyUserStats() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMaxBankConnectionCount()
Maximum count of bank connections that this user has had at any point during the month.
|
Integer |
getMinBankConnectionCount()
Minimum count of bank connections that this user has had at any point during the month.
|
String |
getMonth()
The month that the contained information applies to, in the format 'YYYY-MM'.
|
int |
hashCode() |
MonthlyUserStats |
maxBankConnectionCount(Integer maxBankConnectionCount) |
MonthlyUserStats |
minBankConnectionCount(Integer minBankConnectionCount) |
MonthlyUserStats |
month(String month) |
void |
setMaxBankConnectionCount(Integer maxBankConnectionCount) |
void |
setMinBankConnectionCount(Integer minBankConnectionCount) |
void |
setMonth(String month) |
String |
toString() |
public MonthlyUserStats month(String month)
public String getMonth()
public void setMonth(String month)
public MonthlyUserStats minBankConnectionCount(Integer minBankConnectionCount)
public Integer getMinBankConnectionCount()
public void setMinBankConnectionCount(Integer minBankConnectionCount)
public MonthlyUserStats maxBankConnectionCount(Integer maxBankConnectionCount)
public Integer getMaxBankConnectionCount()
public void setMaxBankConnectionCount(Integer maxBankConnectionCount)
Copyright © 2018. All rights reserved.