public class Mouth extends AbstractModel
Constructor and Description |
---|
Mouth() |
Mouth(Mouth 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 |
getMouthOpen()
Get 是否张嘴信息。
AttributeItem对应的Type为 —— 0:不张嘴,1:张嘴。
|
void |
setMouthOpen(AttributeItem MouthOpen)
Set 是否张嘴信息。
AttributeItem对应的Type为 —— 0:不张嘴,1:张嘴。
|
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 Mouth()
public Mouth(Mouth source)
public AttributeItem getMouthOpen()
public void setMouthOpen(AttributeItem MouthOpen)
MouthOpen
- 是否张嘴信息。
AttributeItem对应的Type为 —— 0:不张嘴,1:张嘴。Copyright © 2022. All rights reserved.