public class Mouth extends AbstractModel
skipSign
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 Whether the mouth is open.
|
void |
setMouthOpen(AttributeItem MouthOpen)
Set Whether the mouth is open.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Mouth()
public Mouth(Mouth source)
public AttributeItem getMouthOpen()
public void setMouthOpen(AttributeItem MouthOpen)
MouthOpen
- Whether the mouth is open.
The `Type` values of the `AttributeItem` include: 0: closed; 1: open.Copyright © 2023. All rights reserved.