public class DescribeIndexRecommendationResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeIndexRecommendationResponse.Analyzation |
| 构造器和说明 |
|---|
DescribeIndexRecommendationResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DescribeIndexRecommendationResponse.Analyzation> |
getAnalyzations() |
DescribeIndexRecommendationResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageRecordCount() |
String |
getRequestId() |
Integer |
getTotalRecordCount() |
void |
setAnalyzations(List<DescribeIndexRecommendationResponse.Analyzation> analyzations) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageRecordCount(Integer pageRecordCount) |
void |
setRequestId(String requestId) |
void |
setTotalRecordCount(Integer totalRecordCount) |
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotalRecordCount()
public void setTotalRecordCount(Integer totalRecordCount)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageRecordCount()
public void setPageRecordCount(Integer pageRecordCount)
public List<DescribeIndexRecommendationResponse.Analyzation> getAnalyzations()
public void setAnalyzations(List<DescribeIndexRecommendationResponse.Analyzation> analyzations)
public DescribeIndexRecommendationResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.