AccountHistoryResponse

@JsonClass(generateAdapter = true)
public final class AccountHistoryResponse

Constructors

Link copied to clipboard
public AccountHistoryResponse AccountHistoryResponse(@Json(name = "activity") List<AccountHistory> activity, @Json(name = "count") Integer count)

Properties

Link copied to clipboard
private final List<AccountHistory> activity
Link copied to clipboard
private final Integer count

Functions

Link copied to clipboard
Link copied to clipboard
public final Integer getCount()