public class Hat extends AbstractModel
Constructor and Description |
---|
Hat() |
Hat(Hat 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 |
---|---|
AttributeItem |
getColor()
Get 帽子颜色。
AttributeItem对应的Type为 —— 0:不戴帽子,1:红色系,2:黄色系,3:蓝色系,4:黑色系,5:灰白色系,6:混色系子。
|
AttributeItem |
getStyle()
Get 帽子佩戴状态信息。
AttributeItem对应的Type为 —— 0:不戴帽子,1:普通帽子,2:头盔,3:保安帽。
|
void |
setColor(AttributeItem Color)
Set 帽子颜色。
AttributeItem对应的Type为 —— 0:不戴帽子,1:红色系,2:黄色系,3:蓝色系,4:黑色系,5:灰白色系,6:混色系子。
|
void |
setStyle(AttributeItem Style)
Set 帽子佩戴状态信息。
AttributeItem对应的Type为 —— 0:不戴帽子,1:普通帽子,2:头盔,3:保安帽。
|
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 Hat()
public Hat(Hat source)
public AttributeItem getStyle()
public void setStyle(AttributeItem Style)
Style
- 帽子佩戴状态信息。
AttributeItem对应的Type为 —— 0:不戴帽子,1:普通帽子,2:头盔,3:保安帽。public AttributeItem getColor()
public void setColor(AttributeItem Color)
Color
- 帽子颜色。
AttributeItem对应的Type为 —— 0:不戴帽子,1:红色系,2:黄色系,3:蓝色系,4:黑色系,5:灰白色系,6:混色系子。Copyright © 2023. All rights reserved.