Class ChartHistogram
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sslpod.v20190605.models.ChartHistogram
-
public class ChartHistogram extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChartHistogram()ChartHistogram(ChartHistogram 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 ChartNameValue[]getChildren()Get 项目值StringgetName()Get 项目名voidsetChildren(ChartNameValue[] Children)Set 项目值voidsetName(String Name)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
-
ChartHistogram
public ChartHistogram()
-
ChartHistogram
public ChartHistogram(ChartHistogram 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- 项目名
-
getChildren
public ChartNameValue[] getChildren()
Get 项目值- Returns:
- Children 项目值
-
setChildren
public void setChildren(ChartNameValue[] Children)
Set 项目值- Parameters:
Children- 项目值
-
-