public class CreateCLSTopicRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCLSTopicRequest() |
CreateCLSTopicRequest(CreateCLSTopicRequest 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 |
getCLSRegion()
Get 日志集所属的地域,取值有: ap-guangzhou:广州; ap-beijing:北京; ap-chengdu:成都; ap-chongqing:重庆; ap-nanjing:南京; ap-shanghai:上海; ap-singapore:新加坡。
|
String |
getLogsetId()
Get 日志集 ID。
|
String |
getTopicName()
Get 日志主题名。
|
void |
setCLSRegion(String CLSRegion)
Set 日志集所属的地域,取值有: ap-guangzhou:广州; ap-beijing:北京; ap-chengdu:成都; ap-chongqing:重庆; ap-nanjing:南京; ap-shanghai:上海; ap-singapore:新加坡。
|
void |
setLogsetId(String LogsetId)
Set 日志集 ID。
|
void |
setTopicName(String TopicName)
Set 日志主题名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCLSTopicRequest()
public CreateCLSTopicRequest(CreateCLSTopicRequest source)
public String getCLSRegion()
public void setCLSRegion(String CLSRegion)
CLSRegion
- 日志集所属的地域,取值有: public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 日志主题名。public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- 日志集 ID。Copyright © 2024. All rights reserved.