public class McuUserInfoParams extends AbstractModel
header, skipSign
Constructor and Description |
---|
McuUserInfoParams() |
McuUserInfoParams(McuUserInfoParams 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 |
getSoundLevel()
Get 混音的音量调整:取值范围是0到100,100为原始上行音量,不填默认为100,值越小则音量越低。
注:该参数只在音量白名单下配置生效,其他场景配置无效。
|
MixUserInfo |
getUserInfo()
Get 用户参数。
|
void |
setSoundLevel(Long SoundLevel)
Set 混音的音量调整:取值范围是0到100,100为原始上行音量,不填默认为100,值越小则音量越低。
注:该参数只在音量白名单下配置生效,其他场景配置无效。
|
void |
setUserInfo(MixUserInfo UserInfo)
Set 用户参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public McuUserInfoParams()
public McuUserInfoParams(McuUserInfoParams source)
public MixUserInfo getUserInfo()
public void setUserInfo(MixUserInfo UserInfo)
UserInfo
- 用户参数。public Long getSoundLevel()
public void setSoundLevel(Long SoundLevel)
SoundLevel
- 混音的音量调整:取值范围是0到100,100为原始上行音量,不填默认为100,值越小则音量越低。
注:该参数只在音量白名单下配置生效,其他场景配置无效。Copyright © 2025. All rights reserved.