Class MuteSlice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.MuteSlice
-
public class MuteSlice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MuteSlice
public MuteSlice()
-
MuteSlice
public 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.
-
-
Method Detail
-
getMuteBtm
public Long getMuteBtm()
Get 起始时间。- Returns:
- MuteBtm 起始时间。
-
setMuteBtm
public void setMuteBtm(Long MuteBtm)
Set 起始时间。- Parameters:
MuteBtm
- 起始时间。
-
getMuteEtm
public Long getMuteEtm()
Get 终止时间。- Returns:
- MuteEtm 终止时间。
-
setMuteEtm
public void setMuteEtm(Long MuteEtm)
Set 终止时间。- Parameters:
MuteEtm
- 终止时间。
-
-