public class ResetSessionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResetSessionRequest() |
ResetSessionRequest(ResetSessionRequest 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 |
---|---|
Boolean |
getIsOnlyEmptyTheDialog()
Get 是否仅清空会话关联
|
String |
getSessionId()
Get 会话ID
|
void |
setIsOnlyEmptyTheDialog(Boolean IsOnlyEmptyTheDialog)
Set 是否仅清空会话关联
|
void |
setSessionId(String SessionId)
Set 会话ID
|
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 ResetSessionRequest()
public ResetSessionRequest(ResetSessionRequest source)
public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话IDpublic Boolean getIsOnlyEmptyTheDialog()
public void setIsOnlyEmptyTheDialog(Boolean IsOnlyEmptyTheDialog)
IsOnlyEmptyTheDialog
- 是否仅清空会话关联Copyright © 2024. All rights reserved.