Class LowerBodyCloth
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.LowerBodyCloth
-
public class LowerBodyCloth extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LowerBodyCloth()
LowerBodyCloth(LowerBodyCloth 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 LowerBodyClothColor
getColor()
Get 下衣颜色信息。LowerBodyClothLength
getLength()
Get 下衣长度信息 。LowerBodyClothType
getType()
Get 下衣类型信息。void
setColor(LowerBodyClothColor Color)
Set 下衣颜色信息。void
setLength(LowerBodyClothLength Length)
Set 下衣长度信息 。void
setType(LowerBodyClothType Type)
Set 下衣类型信息。void
toMap(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
-
LowerBodyCloth
public LowerBodyCloth()
-
LowerBodyCloth
public LowerBodyCloth(LowerBodyCloth 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
-
getColor
public LowerBodyClothColor getColor()
Get 下衣颜色信息。- Returns:
- Color 下衣颜色信息。
-
setColor
public void setColor(LowerBodyClothColor Color)
Set 下衣颜色信息。- Parameters:
Color
- 下衣颜色信息。
-
getLength
public LowerBodyClothLength getLength()
Get 下衣长度信息 。- Returns:
- Length 下衣长度信息 。
-
setLength
public void setLength(LowerBodyClothLength Length)
Set 下衣长度信息 。- Parameters:
Length
- 下衣长度信息 。
-
getType
public LowerBodyClothType getType()
Get 下衣类型信息。- Returns:
- Type 下衣类型信息。
-
setType
public void setType(LowerBodyClothType Type)
Set 下衣类型信息。- Parameters:
Type
- 下衣类型信息。
-
-