public class LowerBodyCloth extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LowerBodyCloth()
public LowerBodyCloth(LowerBodyCloth source)
public LowerBodyClothColor getColor()
public void setColor(LowerBodyClothColor Color)
Color
- 下衣颜色信息。public LowerBodyClothLength getLength()
public void setLength(LowerBodyClothLength Length)
Length
- 下衣长度信息 。public LowerBodyClothType getType()
public void setType(LowerBodyClothType Type)
Type
- 下衣类型信息。Copyright © 2021. All rights reserved.