public class ClientInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClientInfo() |
ClientInfo(ClientInfo 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 |
getClientType()
Get Endpoint type for login.
|
Boolean |
getIsConnected()
Get Whether the currently logged-in endpoint is in the foreground.
|
void |
setClientType(String ClientType)
Set Endpoint type for login.
|
void |
setIsConnected(Boolean IsConnected)
Set Whether the currently logged-in endpoint is in the foreground.
|
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 ClientInfo()
public ClientInfo(ClientInfo source)
public String getClientType()
public void setClientType(String ClientType)
ClientType
- Endpoint type for login. "Web" means Web workbench. "WeChatMiniProgram" refers to wechat mini program.public Boolean getIsConnected()
public void setIsConnected(Boolean IsConnected)
IsConnected
- Whether the currently logged-in endpoint is in the foreground. if the endpoint is Web, the value is true. if the endpoint is WeChatMiniProgram, true indicates the wechat mini program is open, and false indicates it is in the background.Copyright © 2025. All rights reserved.