public class DestroySessionRequest extends AbstractModel
header, skipSign
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 Unique user ID, which is customized by you and is not parsed by CAR.
|
void |
setUserId(String UserId)
Set Unique user ID, which is customized by you and is not parsed by CAR.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DestroySessionRequest()
public DestroySessionRequest(DestroySessionRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- Unique user ID, which is customized by you and is not parsed by CAR. 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 © 2024. All rights reserved.