Class AnalysisDimensional
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.AnalysisDimensional
-
public class AnalysisDimensional extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AnalysisDimensional()AnalysisDimensional(AnalysisDimensional 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 AlarmAnalysisConfig[]getConfigInfo()Get 配置 注意:此字段可能返回 null,表示取不到有效值。StringgetContent()Get 分析内容 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 分析名称 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 分析类型:query,field ,original 注意:此字段可能返回 null,表示取不到有效值。voidsetConfigInfo(AlarmAnalysisConfig[] ConfigInfo)Set 配置 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)Set 分析内容 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 分析名称 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 分析类型:query,field ,original 注意:此字段可能返回 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
-
AnalysisDimensional
public AnalysisDimensional()
-
AnalysisDimensional
public AnalysisDimensional(AnalysisDimensional 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 分析名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 分析名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 分析名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 分析名称 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 分析类型:query,field ,original 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 分析类型:query,field ,original 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 分析类型:query,field ,original 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 分析类型:query,field ,original 注意:此字段可能返回 null,表示取不到有效值。
-
getContent
public String getContent()
Get 分析内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 分析内容 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(String Content)
Set 分析内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content- 分析内容 注意:此字段可能返回 null,表示取不到有效值。
-
getConfigInfo
public AlarmAnalysisConfig[] getConfigInfo()
Get 配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConfigInfo 配置 注意:此字段可能返回 null,表示取不到有效值。
-
setConfigInfo
public void setConfigInfo(AlarmAnalysisConfig[] ConfigInfo)
Set 配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConfigInfo- 配置 注意:此字段可能返回 null,表示取不到有效值。
-
-