public class DestroySessionRequest extends AbstractModel
Constructor and Description |
---|
DestroySessionRequest() |
DestroySessionRequest(DestroySessionRequest 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 |
---|---|
String |
getUserId()
Get The user’s unique ID.
|
void |
setUserId(String UserId)
Set The user’s unique ID.
|
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 DestroySessionRequest()
public DestroySessionRequest(DestroySessionRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- The user’s unique ID. Tencent Cloud does not parse the ID. You need to manage your own user IDs. Based on your needs, you can either define unique IDs for users or use timestamps to generate random IDs. Make sure the same ID is used when a user reconnects to your application.Copyright © 2023. All rights reserved.