Class AgePortrait
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.AgePortrait
-
public class AgePortrait extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AgePortrait()AgePortrait(AgePortrait 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 StringgetAgeRange()Get 年龄区间FloatgetPercent()Get 百分比voidsetAgeRange(String AgeRange)Set 年龄区间voidsetPercent(Float Percent)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
-
AgePortrait
public AgePortrait()
-
AgePortrait
public AgePortrait(AgePortrait 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
-
getAgeRange
public String getAgeRange()
Get 年龄区间- Returns:
- AgeRange 年龄区间
-
setAgeRange
public void setAgeRange(String AgeRange)
Set 年龄区间- Parameters:
AgeRange- 年龄区间
-
getPercent
public Float getPercent()
Get 百分比- Returns:
- Percent 百分比
-
setPercent
public void setPercent(Float Percent)
Set 百分比- Parameters:
Percent- 百分比
-
-