类 AbstractMochowResponse

java.lang.Object
com.baidu.mochow.model.AbstractMochowResponse
所有已实现的接口:
Serializable
直接已知子类:
BatchSearchResponse, DescribeIndexResponse, DescribeTableResponse, InsertResponse, ListDatabaseResponse, ListTableResponse, QueryResponse, SearchResponse, SearchRowResponse, SelectResponse, ShowTableStatsResponse, UpsertResponse

public class AbstractMochowResponse extends Object implements Serializable
Represents the response from an Mochow service, including the result payload and any response metadata. Mochow response metadata consists primarily of the Mochow request ID, which can be used for debugging purposes when services aren't acting as expected.
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • AbstractMochowResponse

      public AbstractMochowResponse()
  • 方法详细资料