Class Metric
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.Metric
-
public class Metric extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunction()
Get 指标计算方式 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 指标名称 注意:此字段可能返回 null,表示取不到有效值。void
setFunction(String Function)
Set 指标计算方式 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 指标名称 注意:此字段可能返回 null,表示取不到有效值。void
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
-
Metric
public Metric()
-
Metric
public Metric(Metric 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,表示取不到有效值。
-
getFunction
public String getFunction()
Get 指标计算方式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Function 指标计算方式 注意:此字段可能返回 null,表示取不到有效值。
-
setFunction
public void setFunction(String Function)
Set 指标计算方式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Function
- 指标计算方式 注意:此字段可能返回 null,表示取不到有效值。
-
-