toggle menu
futuraekit-java
androidJvm
switch theme
search in API
futuraekit-java
/
com.futurae.sdk.model
/
AccountHistoryResponse
Account
History
Response
@
JsonClass
(
generateAdapter
=
true
)
public
final
class
AccountHistoryResponse
Members
Constructors
Account
History
Response
Link copied to clipboard
public
AccountHistoryResponse
AccountHistoryResponse
(
@
Json
(
name
=
"activity"
)
List
<
AccountHistory
>
activity
,
@
Json
(
name
=
"count"
)
Integer
count
)
Properties
activity
Link copied to clipboard
private
final
List
<
AccountHistory
>
activity
count
Link copied to clipboard
private
final
Integer
count
Functions
get
Activity
Link copied to clipboard
public
final
List
<
AccountHistory
>
getActivity
(
)
get
Count
Link copied to clipboard
public
final
Integer
getCount
(
)