Package io.api.etherscan.model.utility
Class BaseListResponseTO<T>
- java.lang.Object
-
- io.api.etherscan.model.utility.BaseResponseTO
-
- io.api.etherscan.model.utility.BaseListResponseTO<T>
-
- Direct Known Subclasses:
BalanceResponseTO,BlockResponseTO,LogResponseTO,TxInternalResponseTO,TxResponseTO,TxTokenResponseTO
public abstract class BaseListResponseTO<T> extends BaseResponseTO
! NO DESCRIPTION !- Since:
- 30.10.2018
-
-
Constructor Summary
Constructors Constructor Description BaseListResponseTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>getResult()-
Methods inherited from class io.api.etherscan.model.utility.BaseResponseTO
getMessage, getStatus
-
-
-
-
Method Detail
-
getResult
public java.util.List<T> getResult()
-
-