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 Index rule.
|
Boolean |
getStatus()
Get It does not take effect by default
|
String |
getTopicId()
Get Log topic ID
|
void |
setRule(RuleInfo Rule)
Set Index rule.
|
void |
setStatus(Boolean Status)
Set It does not take effect by default
|
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 ModifyIndexRequest()
public ModifyIndexRequest(ModifyIndexRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic IDpublic Boolean getStatus()
public void setStatus(Boolean Status)
Status
- It does not take effect by defaultpublic RuleInfo getRule()
public void setRule(RuleInfo Rule)
Rule
- Index rule. Either `Rule` or `Effective` must exist.Copyright © 2021. All rights reserved.