public class EnableEventPersistenceRequest extends AbstractModel
Constructor and Description |
---|
EnableEventPersistenceRequest() |
EnableEventPersistenceRequest(EnableEventPersistenceRequest 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 |
getClusterId()
Get 集群ID
|
String |
getLogsetId()
Get cls服务的logsetID
|
String |
getTopicId()
Get cls服务的topicID
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLogsetId(String LogsetId)
Set cls服务的logsetID
|
void |
setTopicId(String TopicId)
Set cls服务的topicID
|
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 EnableEventPersistenceRequest()
public EnableEventPersistenceRequest(EnableEventPersistenceRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- cls服务的logsetIDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- cls服务的topicIDCopyright © 2022. All rights reserved.