public class OTSSearchResponse extends Object
| 构造器和说明 |
|---|
OTSSearchResponse() |
public boolean status
public Long totalCount
public String message
public KVRecords records
public static OTSSearchResponse buildError(String message)
message - 错误信息public static OTSSearchResponse buildOK(KVRecords records, Long totalCount)
records - 数据列表totalCount - 总数Copyright © 2023. All rights reserved.