public class DescribeUserStatusResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserStatusResponse() |
DescribeUserStatusResponse(DescribeUserStatusResponse 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 |
---|---|
Long |
getAppId()
Get AppId of the customer.
|
Long |
getIsAuthenticated()
Get Specifies whether the user is authenticated.
|
Long |
getIsSaaSUser()
Get Specifies whether the interactive class feature of the trial or official edition is activated before.
|
Long |
getIsTiwOfflineRecordUser()
Get Specifies whether the user uses the offline recording feature of the whiteboard service.
|
Long |
getIsTiwUser()
Get Specifies whether the whiteboard service of the trial or official edition is activated before.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setAppId(Long AppId)
Set AppId of the customer.
|
void |
setIsAuthenticated(Long IsAuthenticated)
Set Specifies whether the user is authenticated.
|
void |
setIsSaaSUser(Long IsSaaSUser)
Set Specifies whether the interactive class feature of the trial or official edition is activated before.
|
void |
setIsTiwOfflineRecordUser(Long IsTiwOfflineRecordUser)
Set Specifies whether the user uses the offline recording feature of the whiteboard service.
|
void |
setIsTiwUser(Long IsTiwUser)
Set Specifies whether the whiteboard service of the trial or official edition is activated before.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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 DescribeUserStatusResponse()
public DescribeUserStatusResponse(DescribeUserStatusResponse source)
public Long getAppId()
public void setAppId(Long AppId)
AppId
- AppId of the customer.public Long getIsTiwUser()
public void setIsTiwUser(Long IsTiwUser)
IsTiwUser
- Specifies whether the whiteboard service of the trial or official edition is activated before.
0: The whiteboard service is not activated.
1: The whiteboard service is activated.public Long getIsSaaSUser()
public void setIsSaaSUser(Long IsSaaSUser)
IsSaaSUser
- Specifies whether the interactive class feature of the trial or official edition is activated before.public Long getIsTiwOfflineRecordUser()
public void setIsTiwOfflineRecordUser(Long IsTiwOfflineRecordUser)
IsTiwOfflineRecordUser
- Specifies whether the user uses the offline recording feature of the whiteboard service.public Long getIsAuthenticated()
public void setIsAuthenticated(Long IsAuthenticated)
IsAuthenticated
- Specifies whether the user is authenticated.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.