public class DescribeSearchIndexResponse extends Response implements Jsonizable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeSearchIndexResponse.IndexStatus |
static class |
DescribeSearchIndexResponse.IndexStatusEnum
Describes the asynchronous creation status of the index
|
| 构造器和说明 |
|---|
DescribeSearchIndexResponse(Response meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addQueryFlowWeight(QueryFlowWeight w) |
String |
getBrotherIndexName() |
Long |
getCreateTime() |
DescribeSearchIndexResponse.IndexStatus |
getIndexStatus() |
MeteringInfo |
getMeteringInfo() |
List<QueryFlowWeight> |
getQueryFlowWeight() |
IndexSchema |
getSchema() |
SyncStat |
getSyncStat() |
Integer |
getTimeToLive() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setBrotherIndexName(String brotherIndexName) |
void |
setCreateTime(Long createTime) |
void |
setIndexStatus(DescribeSearchIndexResponse.IndexStatus indexStatus) |
void |
setMeteringInfo(MeteringInfo meteringInfo) |
void |
setQueryFlowWeight(List<QueryFlowWeight> queryFlowWeight) |
void |
setSchema(IndexSchema schema) |
void |
setSyncStat(SyncStat syncStat) |
void |
setTimeToLive(Integer timeToLive) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic DescribeSearchIndexResponse(Response meta)
public IndexSchema getSchema()
public void setSchema(IndexSchema schema)
public SyncStat getSyncStat()
public void setSyncStat(SyncStat syncStat)
public MeteringInfo getMeteringInfo()
public void setMeteringInfo(MeteringInfo meteringInfo)
public void setBrotherIndexName(String brotherIndexName)
public String getBrotherIndexName()
public void setQueryFlowWeight(List<QueryFlowWeight> queryFlowWeight)
public void addQueryFlowWeight(QueryFlowWeight w)
public List<QueryFlowWeight> getQueryFlowWeight()
public void setCreateTime(Long createTime)
public Long getCreateTime()
public Integer getTimeToLive()
public void setTimeToLive(Integer timeToLive)
public void setIndexStatus(DescribeSearchIndexResponse.IndexStatus indexStatus)
public DescribeSearchIndexResponse.IndexStatus getIndexStatus()
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.