类 OTSSearchResponse
- java.lang.Object
-
- xin.manong.weapon.aliyun.ots.OTSSearchResponse
-
public class OTSSearchResponse extends Object
OTS搜索响应- 作者:
- frankcl
-
-
构造器概要
构造器 构造器 说明 OTSSearchResponse()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static OTSSearchResponsebuildError(String message)构建错误响应static OTSSearchResponsebuildOK(xin.manong.weapon.base.record.KVRecords records, Long totalCount)构建成功响应
-
-
-
方法详细资料
-
buildError
public static OTSSearchResponse buildError(String message)
构建错误响应- 参数:
message- 错误信息- 返回:
- 错误响应对象
-
buildOK
public static OTSSearchResponse buildOK(xin.manong.weapon.base.record.KVRecords records, Long totalCount)
构建成功响应- 参数:
records- 数据列表totalCount- 总数- 返回:
- 成功响应对象
-
-