public class SetDestroyModeCommandInput extends AbstractModel
skipSign
Constructor and Description |
---|
SetDestroyModeCommandInput() |
SetDestroyModeCommandInput(SetDestroyModeCommandInput 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 |
getDestroyExpireTime()
Get 过期销毁时间,单位:秒,当DestroyMode取Expire时必填。
|
String |
getDestroyMode()
Get 销毁模式,取值有:
Auto:房间没人时自动销毁
Expire:房间没人时过期自动销毁
Never:不自动销毁,需手动销毁默认为:Auto。
|
void |
setDestroyExpireTime(Long DestroyExpireTime)
Set 过期销毁时间,单位:秒,当DestroyMode取Expire时必填。
|
void |
setDestroyMode(String DestroyMode)
Set 销毁模式,取值有:
Auto:房间没人时自动销毁
Expire:房间没人时过期自动销毁
Never:不自动销毁,需手动销毁默认为:Auto。
|
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 SetDestroyModeCommandInput()
public SetDestroyModeCommandInput(SetDestroyModeCommandInput source)
public String getDestroyMode()
public void setDestroyMode(String DestroyMode)
DestroyMode
- 销毁模式,取值有:
public Long getDestroyExpireTime()
public void setDestroyExpireTime(Long DestroyExpireTime)
DestroyExpireTime
- 过期销毁时间,单位:秒,当DestroyMode取Expire时必填。Copyright © 2023. All rights reserved.