public class DescribeRecordStreamResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRecordStreamResponse() |
DescribeRecordStreamResponse(DescribeRecordStreamResponse 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 |
getClassId()
Get 课堂ID
|
Long |
getClassType()
Get 课堂类型
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getSchoolId()
Get 学校ID
|
SingleStreamInfo[] |
getStreamInfo()
Get 用户流信息
|
void |
setClassId(Long ClassId)
Set 课堂ID
|
void |
setClassType(Long ClassType)
Set 课堂类型
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setSchoolId(Long SchoolId)
Set 学校ID
|
void |
setStreamInfo(SingleStreamInfo[] StreamInfo)
Set 用户流信息
|
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 DescribeRecordStreamResponse()
public DescribeRecordStreamResponse(DescribeRecordStreamResponse source)
public Long getSchoolId()
public void setSchoolId(Long SchoolId)
SchoolId
- 学校IDpublic Long getClassId()
public void setClassId(Long ClassId)
ClassId
- 课堂IDpublic Long getClassType()
public void setClassType(Long ClassType)
ClassType
- 课堂类型public SingleStreamInfo[] getStreamInfo()
public void setStreamInfo(SingleStreamInfo[] StreamInfo)
StreamInfo
- 用户流信息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.