Class SetDestroyModeCommandInput

    • Constructor Detail

      • SetDestroyModeCommandInput

        public SetDestroyModeCommandInput()
      • SetDestroyModeCommandInput

        public 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.
    • Method Detail

      • getDestroyMode

        public String getDestroyMode()
        Get 销毁模式,取值有:
      • Auto:房间没人时自动销毁
      • Expire:房间没人时过期自动销毁
      • Never:不自动销毁,需手动销毁
      • 默认为:Auto。
Returns:
DestroyMode 销毁模式,取值有:
  • Auto:房间没人时自动销毁
  • Expire:房间没人时过期自动销毁
  • Never:不自动销毁,需手动销毁
  • 默认为:Auto。
    Parameters:
    DestroyMode - 销毁模式,取值有:
  • Auto:房间没人时自动销毁
  • Expire:房间没人时过期自动销毁
  • Never:不自动销毁,需手动销毁
  • 默认为:Auto。