Class Detail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.Detail
-
public class Detail 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 StringgetTagName()Get 用量指标FloatgetValue()Get 用量的值FloatgetWeight()Get 用量权重voidsetTagName(String TagName)Set 用量指标voidsetValue(Float Value)Set 用量的值voidsetWeight(Float Weight)Set 用量权重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
-
Detail
public Detail()
-
Detail
public Detail(Detail 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
-
getTagName
public String getTagName()
Get 用量指标- Returns:
- TagName 用量指标
-
setTagName
public void setTagName(String TagName)
Set 用量指标- Parameters:
TagName- 用量指标
-
getWeight
public Float getWeight()
Get 用量权重- Returns:
- Weight 用量权重
-
setWeight
public void setWeight(Float Weight)
Set 用量权重- Parameters:
Weight- 用量权重
-
getValue
public Float getValue()
Get 用量的值- Returns:
- Value 用量的值
-
setValue
public void setValue(Float Value)
Set 用量的值- Parameters:
Value- 用量的值
-
-