public class CreateTroubleInfoRequest extends AbstractModel
Constructor and Description |
---|
CreateTroubleInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRoomId()
Get Room ID
|
String |
getSdkAppId()
Get Application ID
|
String |
getStudentUserId()
Get Student user ID
|
String |
getTeacherUserId()
Get Teacher user ID
|
String |
getTroubleMsg()
Get Exception details
|
Long |
getTroubleTime()
Get UNIX timestamp when the exception occurred in seconds.
|
Long |
getTroubleType()
Get Exception type.
|
String |
getTroubleUserId()
Get ID of the user (teacher or student) with exception.
|
void |
setRoomId(String RoomId)
Set Room ID
|
void |
setSdkAppId(String SdkAppId)
Set Application ID
|
void |
setStudentUserId(String StudentUserId)
Set Student user ID
|
void |
setTeacherUserId(String TeacherUserId)
Set Teacher user ID
|
void |
setTroubleMsg(String TroubleMsg)
Set Exception details
|
void |
setTroubleTime(Long TroubleTime)
Set UNIX timestamp when the exception occurred in seconds.
|
void |
setTroubleType(Long TroubleType)
Set Exception type.
|
void |
setTroubleUserId(String TroubleUserId)
Set ID of the user (teacher or student) with exception.
|
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 String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- Application IDpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room IDpublic String getTeacherUserId()
public void setTeacherUserId(String TeacherUserId)
TeacherUserId
- Teacher user IDpublic String getStudentUserId()
public void setStudentUserId(String StudentUserId)
StudentUserId
- Student user IDpublic String getTroubleUserId()
public void setTroubleUserId(String TroubleUserId)
TroubleUserId
- ID of the user (teacher or student) with exception.public Long getTroubleType()
public void setTroubleType(Long TroubleType)
TroubleType
- Exception type.
1: exceptional video
2: exceptional audio
3: exceptional video and audio
5: exceptional room entry
4: course switch
6: help seeking
7: problem feedback
8: complaintpublic Long getTroubleTime()
public void setTroubleTime(Long TroubleTime)
TroubleTime
- UNIX timestamp when the exception occurred in seconds.public String getTroubleMsg()
public void setTroubleMsg(String TroubleMsg)
TroubleMsg
- Exception detailsCopyright © 2020. All rights reserved.