Class CreateEdgeLogConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.CreateEdgeLogConfigRequest
-
public class CreateEdgeLogConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateEdgeLogConfigRequest()
CreateEdgeLogConfigRequest(CreateEdgeLogConfigRequest 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 String
getClusterId()
Get 集群IDString
getLogConfig()
Get 日志采集配置的json表达String
getLogsetId()
Get CLS日志集IDvoid
setClusterId(String ClusterId)
Set 集群IDvoid
setLogConfig(String LogConfig)
Set 日志采集配置的json表达void
setLogsetId(String LogsetId)
Set CLS日志集IDvoid
toMap(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
-
CreateEdgeLogConfigRequest
public CreateEdgeLogConfigRequest()
-
CreateEdgeLogConfigRequest
public CreateEdgeLogConfigRequest(CreateEdgeLogConfigRequest 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
-
getLogConfig
public String getLogConfig()
Get 日志采集配置的json表达- Returns:
- LogConfig 日志采集配置的json表达
-
setLogConfig
public void setLogConfig(String LogConfig)
Set 日志采集配置的json表达- Parameters:
LogConfig
- 日志采集配置的json表达
-
getLogsetId
public String getLogsetId()
Get CLS日志集ID- Returns:
- LogsetId CLS日志集ID
-
setLogsetId
public void setLogsetId(String LogsetId)
Set CLS日志集ID- Parameters:
LogsetId
- CLS日志集ID
-
-