public class Response<T> extends Object implements Serializable
public Boolean isSuccess()
public static <T> Response<T> create(int code, String message, String requestId, T output, RequestUsage usage)
public static Response<List<String>> success(ListCollectionsResponse response)
public static Response<CollectionMeta> success(DescribeCollectionResponse response)
public static Response<List<DocOpResult>> success(InsertDocResponse response)
public static Response<List<DocOpResult>> success(UpsertDocResponse response)
public static Response<List<DocOpResult>> success(UpdateDocResponse response)
public static Response<List<DocOpResult>> success(DeleteDocResponse response)
public static Response<List<Doc>> success(QueryDocResponse response, CollectionInfo.DataType dataType)
public static Response<List<Group>> success(QueryDocGroupByResponse response, CollectionInfo.DataType dataType)
public static Response<Map<String,Doc>> success(FetchDocResponse response, CollectionInfo.DataType dataType)
public static Response<CollectionStats> success(StatsCollectionResponse response)
public static Response<Status> success(DescribePartitionResponse response)
public static Response<List<String>> success(ListPartitionsResponse response)
public static Response<PartitionStats> success(StatsPartitionResponse response)
public static Response<Void> success(DeletePartitionResponse response)
Copyright © 2024. All rights reserved.