Class GenderPortrait
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.GenderPortrait
-
public class GenderPortrait extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GenderPortrait()GenderPortrait(GenderPortrait 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 StringgetGender()Get 性别LonggetPercent()Get 百分比voidsetGender(String Gender)Set 性别voidsetPercent(Long 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
-
GenderPortrait
public GenderPortrait()
-
GenderPortrait
public GenderPortrait(GenderPortrait 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
-
getGender
public String getGender()
Get 性别- Returns:
- Gender 性别
-
setGender
public void setGender(String Gender)
Set 性别- Parameters:
Gender- 性别
-
getPercent
public Long getPercent()
Get 百分比- Returns:
- Percent 百分比
-
setPercent
public void setPercent(Long Percent)
Set 百分比- Parameters:
Percent- 百分比
-
-