public class CreateIndexRequest extends AbstractModel
Constructor and Description |
---|
CreateIndexRequest() |
CreateIndexRequest(CreateIndexRequest 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 |
---|---|
RuleInfo |
getRule()
Get 索引规则
|
Boolean |
getStatus()
Get 是否生效,默认为true
|
String |
getTopicId()
Get 日志主题ID
|
void |
setRule(RuleInfo Rule)
Set 索引规则
|
void |
setStatus(Boolean Status)
Set 是否生效,默认为true
|
void |
setTopicId(String TopicId)
Set 日志主题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 CreateIndexRequest()
public CreateIndexRequest(CreateIndexRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志主题IDpublic RuleInfo getRule()
public void setRule(RuleInfo Rule)
Rule
- 索引规则public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- 是否生效,默认为trueCopyright © 2022. All rights reserved.