Class EnableEventPersistenceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.EnableEventPersistenceRequest
-
public class EnableEventPersistenceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群IDStringgetLogsetId()Get cls服务的logsetIDStringgetTopicId()Get cls服务的topicIDStringgetTopicRegion()Get topic所在地域,默认为集群所在地域voidsetClusterId(String ClusterId)Set 集群IDvoidsetLogsetId(String LogsetId)Set cls服务的logsetIDvoidsetTopicId(String TopicId)Set cls服务的topicIDvoidsetTopicRegion(String TopicRegion)Set topic所在地域,默认为集群所在地域voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EnableEventPersistenceRequest
public EnableEventPersistenceRequest()
-
EnableEventPersistenceRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getLogsetId
public String getLogsetId()
Get cls服务的logsetID- Returns:
- LogsetId cls服务的logsetID
-
setLogsetId
public void setLogsetId(String LogsetId)
Set cls服务的logsetID- Parameters:
LogsetId- cls服务的logsetID
-
getTopicId
public String getTopicId()
Get cls服务的topicID- Returns:
- TopicId cls服务的topicID
-
setTopicId
public void setTopicId(String TopicId)
Set cls服务的topicID- Parameters:
TopicId- cls服务的topicID
-
getTopicRegion
public String getTopicRegion()
Get topic所在地域,默认为集群所在地域- Returns:
- TopicRegion topic所在地域,默认为集群所在地域
-
setTopicRegion
public void setTopicRegion(String TopicRegion)
Set topic所在地域,默认为集群所在地域- Parameters:
TopicRegion- topic所在地域,默认为集群所在地域
-
-