Package org.starcoin.api
Class Result<T>
java.lang.Object
org.starcoin.api.Result<T>
public class Result<T> extends Object
用于查询结果的封装。
- Since:
- 1.1.6
- Author:
- fanngyuan
-
Field Summary
Fields Modifier and Type Field Description static ResultEmptyResult -
Constructor Summary
Constructors Constructor Description Result() -
Method Summary
Modifier and Type Method Description List<T>getContents()longgetTotal()voidsetContents(List<T> contents)voidsetTotal(long total)StringtoString()