Class StarPortrait
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.StarPortrait
-
public class StarPortrait extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StarPortrait()StarPortrait(StarPortrait 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 StringgetName()Get 喜欢的明星名字FloatgetPercent()Get 百分比voidsetName(String Name)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
-
StarPortrait
public StarPortrait()
-
StarPortrait
public StarPortrait(StarPortrait 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- 喜欢的明星名字
-
getPercent
public Float getPercent()
Get 百分比- Returns:
- Percent 百分比
-
setPercent
public void setPercent(Float Percent)
Set 百分比- Parameters:
Percent- 百分比
-
-