public class ModifyIndexRequest extends AbstractModel
Constructor and Description |
---|
ModifyIndexRequest() |
ModifyIndexRequest(ModifyIndexRequest 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 索引规则,Rule和Effective两个必须有一个参数存在
|
Boolean |
getStatus()
Get 默认不生效
|
String |
getTopicId()
Get 日志主题ID
|
void |
setRule(RuleInfo Rule)
Set 索引规则,Rule和Effective两个必须有一个参数存在
|
void |
setStatus(Boolean Status)
Set 默认不生效
|
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 ModifyIndexRequest()
public ModifyIndexRequest(ModifyIndexRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志主题IDpublic Boolean getStatus()
public void setStatus(Boolean Status)
Status
- 默认不生效public RuleInfo getRule()
public void setRule(RuleInfo Rule)
Rule
- 索引规则,Rule和Effective两个必须有一个参数存在Copyright © 2021. All rights reserved.