Class PrometheusConfigItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.PrometheusConfigItem
-
public class PrometheusConfigItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PrometheusConfigItem()PrometheusConfigItem(PrometheusConfigItem 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 StringgetConfig()Get 配置内容StringgetName()Get 名称StringgetTemplateId()Get 用于出参,如果该配置来至模板,则为模板id 注意:此字段可能返回 null,表示取不到有效值。voidsetConfig(String Config)Set 配置内容voidsetName(String Name)Set 名称voidsetTemplateId(String TemplateId)Set 用于出参,如果该配置来至模板,则为模板id 注意:此字段可能返回 null,表示取不到有效值。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
-
PrometheusConfigItem
public PrometheusConfigItem()
-
PrometheusConfigItem
public PrometheusConfigItem(PrometheusConfigItem 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
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getConfig
public String getConfig()
Get 配置内容- Returns:
- Config 配置内容
-
setConfig
public void setConfig(String Config)
Set 配置内容- Parameters:
Config- 配置内容
-
getTemplateId
public String getTemplateId()
Get 用于出参,如果该配置来至模板,则为模板id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TemplateId 用于出参,如果该配置来至模板,则为模板id 注意:此字段可能返回 null,表示取不到有效值。
-
setTemplateId
public void setTemplateId(String TemplateId)
Set 用于出参,如果该配置来至模板,则为模板id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TemplateId- 用于出参,如果该配置来至模板,则为模板id 注意:此字段可能返回 null,表示取不到有效值。
-
-