public class DescribeSearchIndexResponse extends Response implements Jsonizable
构造器和说明 |
---|
DescribeSearchIndexResponse(Response meta) |
限定符和类型 | 方法和说明 |
---|---|
void |
addQueryFlowWeight(QueryFlowWeight w) |
String |
getBrotherIndexName() |
Long |
getCreateTime() |
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 |
setMeteringInfo(MeteringInfo meteringInfo) |
void |
setQueryFlowWeight(List<QueryFlowWeight> queryFlowWeight) |
void |
setSchema(IndexSchema schema) |
void |
setSyncStat(SyncStat syncStat) |
void |
setTimeToLive(Integer timeToLive) |
getRequestId, getTraceId, setRequestId, setTraceId
public 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 String jsonize()
jsonize
在接口中 Jsonizable
public void jsonize(StringBuilder sb, String newline)
jsonize
在接口中 Jsonizable
Copyright © 2021. All Rights Reserved.