public class MuteSlice extends AbstractModel
Constructor and Description |
---|
MuteSlice() |
MuteSlice(MuteSlice 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 |
getMuteBtm()
Get 起始时间。
|
Long |
getMuteEtm()
Get 终止时间。
|
void |
setMuteBtm(Long MuteBtm)
Set 起始时间。
|
void |
setMuteEtm(Long MuteEtm)
Set 终止时间。
|
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 MuteSlice()
public MuteSlice(MuteSlice source)
public Long getMuteBtm()
public void setMuteBtm(Long MuteBtm)
MuteBtm
- 起始时间。public Long getMuteEtm()
public void setMuteEtm(Long MuteEtm)
MuteEtm
- 终止时间。Copyright © 2021. All rights reserved.