public class Response<T> extends Object implements Serializable
public Boolean isSuccess()
public static Response<List<String>> success(ListCollectionsResponse response)
public static Response<CollectionMeta> success(DescribeCollectionResponse response)
public static Response<Void> success(InsertDocResponse response)
public static Response<Void> success(UpsertDocResponse response)
public static Response<Void> success(UpdateDocResponse response)
public static Response<Void> success(DeleteDocResponse response)
public static Response<List<Doc>> success(QueryDocResponse 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 © 2023. All rights reserved.