public class DescribeIndexResponse extends AbstractModel
Constructor and Description |
---|
DescribeIndexResponse() |
DescribeIndexResponse(DescribeIndexResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getModifyTime()
Get Index modification time.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
RuleInfo |
getRule()
Get Index configuration information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Boolean |
getStatus()
Get Whether it takes effect
|
String |
getTopicId()
Get Log topic ID
|
void |
setModifyTime(String ModifyTime)
Set Index modification time.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRule(RuleInfo Rule)
Set Index configuration information
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStatus(Boolean Status)
Set Whether it takes effect
|
void |
setTopicId(String TopicId)
Set Log topic ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeIndexResponse()
public DescribeIndexResponse(DescribeIndexResponse source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic IDpublic Boolean getStatus()
public void setStatus(Boolean Status)
Status
- Whether it takes effectpublic RuleInfo getRule()
public void setRule(RuleInfo Rule)
Rule
- Index configuration information
Note: this field may return `null`, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Index modification time. The default value is the index creation time.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.