public class UpperBodyCloth extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
UpperBodyClothColor |
getColor()
Get 上衣颜色信息。
|
UpperBodyClothSleeve |
getSleeve()
Get 上衣衣袖信息。
|
UpperBodyClothTexture |
getTexture()
Get 上衣纹理信息。
|
void |
setColor(UpperBodyClothColor Color)
Set 上衣颜色信息。
|
void |
setSleeve(UpperBodyClothSleeve Sleeve)
Set 上衣衣袖信息。
|
void |
setTexture(UpperBodyClothTexture Texture)
Set 上衣纹理信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpperBodyCloth()
public UpperBodyCloth(UpperBodyCloth source)
public UpperBodyClothTexture getTexture()
public void setTexture(UpperBodyClothTexture Texture)
Texture
- 上衣纹理信息。public UpperBodyClothColor getColor()
public void setColor(UpperBodyClothColor Color)
Color
- 上衣颜色信息。public UpperBodyClothSleeve getSleeve()
public void setSleeve(UpperBodyClothSleeve Sleeve)
Sleeve
- 上衣衣袖信息。Copyright © 2022. All rights reserved.