public class DescribeIndexResponse extends AbstractModel
header, skipSign
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 |
---|---|
Boolean |
getIncludeInternalFields()
Get Whether full-text indexing includes internal fields (`__FILENAME__`, `__HOSTNAME__`, and `__SOURCE__`)
`false`: Full-text indexing does not include internal fields.
|
Long |
getMetadataFlag()
Get Whether full-text indexing includes metadata fields (which are prefixed with `__TAG__`)
`0`: Full-text indexing includes only the metadata fields with key-value indexing enabled.
|
String |
getModifyTime()
Get Index modification time.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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 |
setIncludeInternalFields(Boolean IncludeInternalFields)
Set Whether full-text indexing includes internal fields (`__FILENAME__`, `__HOSTNAME__`, and `__SOURCE__`)
`false`: Full-text indexing does not include internal fields.
|
void |
setMetadataFlag(Long MetadataFlag)
Set Whether full-text indexing includes metadata fields (which are prefixed with `__TAG__`)
`0`: Full-text indexing includes only the metadata fields with key-value indexing enabled.
|
void |
setModifyTime(String ModifyTime)
Set Index modification time.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 Boolean getIncludeInternalFields()
public void setIncludeInternalFields(Boolean IncludeInternalFields)
IncludeInternalFields
- Whether full-text indexing includes internal fields (`__FILENAME__`, `__HOSTNAME__`, and `__SOURCE__`)
`false`: Full-text indexing does not include internal fields.
`true`: Full-text indexing includes internal fields.
Note: This field may return null, indicating that no valid values can be obtained.public Long getMetadataFlag()
public void setMetadataFlag(Long MetadataFlag)
MetadataFlag
- Whether full-text indexing includes metadata fields (which are prefixed with `__TAG__`)
`0`: Full-text indexing includes only the metadata fields with key-value indexing enabled.
`1`: Full-text indexing includes all metadata fields.
`2`: Full-text indexing does not include metadata fields.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.