public class UserMicStatus extends AbstractModel
Constructor and Description |
---|
UserMicStatus() |
UserMicStatus(UserMicStatus 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 |
---|---|
Long |
getEnableMic()
Get 是否开麦 。1闭麦 2开麦
|
Long |
getUid()
Get 用户ID
|
void |
setEnableMic(Long EnableMic)
Set 是否开麦 。1闭麦 2开麦
|
void |
setUid(Long Uid)
Set 用户ID
|
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 UserMicStatus()
public UserMicStatus(UserMicStatus source)
public Long getUid()
public void setUid(Long Uid)
Uid
- 用户IDpublic Long getEnableMic()
public void setEnableMic(Long EnableMic)
EnableMic
- 是否开麦 。1闭麦 2开麦Copyright © 2022. All rights reserved.