Class UpperBodyCloth
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.UpperBodyCloth
-
public class UpperBodyCloth extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpperBodyCloth()UpperBodyCloth(UpperBodyCloth 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 UpperBodyClothColorgetColor()Get 上衣颜色信息。UpperBodyClothSleevegetSleeve()Get 上衣衣袖信息。UpperBodyClothTexturegetTexture()Get 上衣纹理信息。voidsetColor(UpperBodyClothColor Color)Set 上衣颜色信息。voidsetSleeve(UpperBodyClothSleeve Sleeve)Set 上衣衣袖信息。voidsetTexture(UpperBodyClothTexture Texture)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
-
UpperBodyCloth
public UpperBodyCloth()
-
UpperBodyCloth
public UpperBodyCloth(UpperBodyCloth 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
-
getTexture
public UpperBodyClothTexture getTexture()
Get 上衣纹理信息。- Returns:
- Texture 上衣纹理信息。
-
setTexture
public void setTexture(UpperBodyClothTexture Texture)
Set 上衣纹理信息。- Parameters:
Texture- 上衣纹理信息。
-
getColor
public UpperBodyClothColor getColor()
Get 上衣颜色信息。- Returns:
- Color 上衣颜色信息。
-
setColor
public void setColor(UpperBodyClothColor Color)
Set 上衣颜色信息。- Parameters:
Color- 上衣颜色信息。
-
getSleeve
public UpperBodyClothSleeve getSleeve()
Get 上衣衣袖信息。- Returns:
- Sleeve 上衣衣袖信息。
-
setSleeve
public void setSleeve(UpperBodyClothSleeve Sleeve)
Set 上衣衣袖信息。- Parameters:
Sleeve- 上衣衣袖信息。
-
-