public class DescribeSearchIndexResponse extends Response implements Jsonizable
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeSearchIndexResponse.IndexStatus |
static class |
DescribeSearchIndexResponse.IndexStatusEnum
描述索引异步的创建状态
|
| Constructor and Description |
|---|
DescribeSearchIndexResponse(Response meta) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface JsonizableCopyright © 2024. All Rights Reserved.