@huaweicloud/huaweicloud-sdk-cloudrtc 3.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cloudrtc.d.ts +3 -0
- package/huaweicloud-sdk-cloudrtc.js +32 -0
- package/package.json +19 -0
- package/v1/CloudRTCClient.d.ts +469 -0
- package/v1/CloudRTCClient.js +1444 -0
- package/v1/CloudRTCRegion.d.ts +5 -0
- package/v1/CloudRTCRegion.js +23 -0
- package/v1/model/AbnormalEvent.d.ts +35 -0
- package/v1/model/AbnormalEvent.js +119 -0
- package/v1/model/AbnormalEventDimensionValue.d.ts +23 -0
- package/v1/model/AbnormalEventDimensionValue.js +84 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.js +69 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.js +45 -0
- package/v1/model/ListRtcAbnormalEventsRequest.d.ts +23 -0
- package/v1/model/ListRtcAbnormalEventsRequest.js +68 -0
- package/v1/model/ListRtcAbnormalEventsResponse.d.ts +13 -0
- package/v1/model/ListRtcAbnormalEventsResponse.js +49 -0
- package/v1/model/ListRtcClientQosDetailsRequest.d.ts +86 -0
- package/v1/model/ListRtcClientQosDetailsRequest.js +218 -0
- package/v1/model/ListRtcClientQosDetailsResponse.d.ts +15 -0
- package/v1/model/ListRtcClientQosDetailsResponse.js +59 -0
- package/v1/model/ListRtcHistoryQualityRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryQualityRequest.js +89 -0
- package/v1/model/ListRtcHistoryQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryQualityResponse.js +45 -0
- package/v1/model/ListRtcHistoryScaleRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryScaleRequest.js +89 -0
- package/v1/model/ListRtcHistoryScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryScaleResponse.js +45 -0
- package/v1/model/ListRtcHistoryUsageRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryUsageRequest.js +91 -0
- package/v1/model/ListRtcHistoryUsageResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryUsageResponse.js +45 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.js +118 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.js +45 -0
- package/v1/model/ListRtcRealtimeQualityRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeQualityRequest.js +118 -0
- package/v1/model/ListRtcRealtimeQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeQualityResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.js +85 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleRequest.d.ts +31 -0
- package/v1/model/ListRtcRealtimeScaleRequest.js +103 -0
- package/v1/model/ListRtcRealtimeScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleResponse.js +45 -0
- package/v1/model/ListRtcRoomListRequest.d.ts +43 -0
- package/v1/model/ListRtcRoomListRequest.js +119 -0
- package/v1/model/ListRtcRoomListResponse.d.ts +19 -0
- package/v1/model/ListRtcRoomListResponse.js +67 -0
- package/v1/model/ListRtcUserListRequest.d.ts +53 -0
- package/v1/model/ListRtcUserListRequest.js +139 -0
- package/v1/model/ListRtcUserListResponse.d.ts +17 -0
- package/v1/model/ListRtcUserListResponse.js +57 -0
- package/v1/model/QosQualityData.d.ts +12 -0
- package/v1/model/QosQualityData.js +25 -0
- package/v1/model/RealtimeScaleDimensionValue.d.ts +9 -0
- package/v1/model/RealtimeScaleDimensionValue.js +27 -0
- package/v1/model/RtcHistoryQualityTimeValue.d.ts +61 -0
- package/v1/model/RtcHistoryQualityTimeValue.js +209 -0
- package/v1/model/RtcHistoryScaleTimeValue.d.ts +37 -0
- package/v1/model/RtcHistoryScaleTimeValue.js +125 -0
- package/v1/model/RtcHistoryUsage.d.ts +23 -0
- package/v1/model/RtcHistoryUsage.js +73 -0
- package/v1/model/RtcServerRoomInfo.d.ts +31 -0
- package/v1/model/RtcServerRoomInfo.js +76 -0
- package/v1/model/RtcUser.d.ts +52 -0
- package/v1/model/RtcUser.js +129 -0
- package/v1/model/TimeDoubleValueData.d.ts +7 -0
- package/v1/model/TimeDoubleValueData.js +17 -0
- package/v1/model/TimeFloatValueData.d.ts +7 -0
- package/v1/model/TimeFloatValueData.js +17 -0
- package/v1/model/TimeValueData.d.ts +7 -0
- package/v1/model/TimeValueData.js +17 -0
- package/v1/public-api.d.ts +38 -0
- package/v1/public-api.js +54 -0
- package/v2/CloudRTCClient.d.ts +906 -0
- package/v2/CloudRTCClient.js +2196 -0
- package/v2/CloudRTCRegion.d.ts +5 -0
- package/v2/CloudRTCRegion.js +23 -0
- package/v2/model/App.d.ts +46 -0
- package/v2/model/App.js +109 -0
- package/v2/model/AppAuth.d.ts +15 -0
- package/v2/model/AppAuth.js +45 -0
- package/v2/model/AppAuthReq.d.ts +7 -0
- package/v2/model/AppAuthReq.js +18 -0
- package/v2/model/AppAutoRecordMode.d.ts +21 -0
- package/v2/model/AppAutoRecordMode.js +51 -0
- package/v2/model/AppCallbackUrl.d.ts +25 -0
- package/v2/model/AppCallbackUrl.js +64 -0
- package/v2/model/AppCallbackUrlReq.d.ts +9 -0
- package/v2/model/AppCallbackUrlReq.js +28 -0
- package/v2/model/AppCallbacks.d.ts +12 -0
- package/v2/model/AppCallbacks.js +37 -0
- package/v2/model/AppReq.d.ts +7 -0
- package/v2/model/AppReq.js +24 -0
- package/v2/model/AppState.d.ts +19 -0
- package/v2/model/AppState.js +38 -0
- package/v2/model/AutoRecordModeReq.d.ts +17 -0
- package/v2/model/AutoRecordModeReq.js +37 -0
- package/v2/model/CreateAppRequest.d.ts +18 -0
- package/v2/model/CreateAppRequest.js +55 -0
- package/v2/model/CreateAppResponse.d.ts +12 -0
- package/v2/model/CreateAppResponse.js +55 -0
- package/v2/model/CreateIndividualStreamJobRequest.d.ts +22 -0
- package/v2/model/CreateIndividualStreamJobRequest.js +70 -0
- package/v2/model/CreateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/CreateIndividualStreamJobResponse.js +300 -0
- package/v2/model/CreateMixJobRequest.d.ts +22 -0
- package/v2/model/CreateMixJobRequest.js +70 -0
- package/v2/model/CreateMixJobResponse.d.ts +76 -0
- package/v2/model/CreateMixJobResponse.js +223 -0
- package/v2/model/CreateRecordRuleRequest.d.ts +22 -0
- package/v2/model/CreateRecordRuleRequest.js +70 -0
- package/v2/model/CreateRecordRuleResponse.d.ts +51 -0
- package/v2/model/CreateRecordRuleResponse.js +162 -0
- package/v2/model/DeleteAppRequest.d.ts +19 -0
- package/v2/model/DeleteAppRequest.js +66 -0
- package/v2/model/DeleteAppResponse.d.ts +8 -0
- package/v2/model/DeleteAppResponse.js +41 -0
- package/v2/model/DeleteRecordRuleRequest.d.ts +23 -0
- package/v2/model/DeleteRecordRuleRequest.js +81 -0
- package/v2/model/DeleteRecordRuleResponse.d.ts +8 -0
- package/v2/model/DeleteRecordRuleResponse.js +41 -0
- package/v2/model/HLSRecordConfig.d.ts +19 -0
- package/v2/model/HLSRecordConfig.js +66 -0
- package/v2/model/IndividualStreamJobReq.d.ts +55 -0
- package/v2/model/IndividualStreamJobReq.js +143 -0
- package/v2/model/ListAppsRequest.d.ts +30 -0
- package/v2/model/ListAppsRequest.js +73 -0
- package/v2/model/ListAppsResponse.d.ts +13 -0
- package/v2/model/ListAppsResponse.js +49 -0
- package/v2/model/ListRecordRulesRequest.d.ts +23 -0
- package/v2/model/ListRecordRulesRequest.js +74 -0
- package/v2/model/ListRecordRulesResponse.d.ts +11 -0
- package/v2/model/ListRecordRulesResponse.js +45 -0
- package/v2/model/MP4RecordConfig.d.ts +15 -0
- package/v2/model/MP4RecordConfig.js +52 -0
- package/v2/model/MixJobReq.d.ts +18 -0
- package/v2/model/MixJobReq.js +52 -0
- package/v2/model/MixLayoutPane.d.ts +55 -0
- package/v2/model/MixLayoutPane.js +116 -0
- package/v2/model/MixParam.d.ts +60 -0
- package/v2/model/MixParam.js +157 -0
- package/v2/model/MixUserBackgroundImage.d.ts +11 -0
- package/v2/model/MixUserBackgroundImage.js +39 -0
- package/v2/model/PublishParam.d.ts +7 -0
- package/v2/model/PublishParam.js +24 -0
- package/v2/model/RecordObsFileAddr.d.ts +22 -0
- package/v2/model/RecordObsFileAddr.js +56 -0
- package/v2/model/RecordParam.d.ts +7 -0
- package/v2/model/RecordParam.js +24 -0
- package/v2/model/RecordRule.d.ts +46 -0
- package/v2/model/RecordRule.js +130 -0
- package/v2/model/RecordRuleReq.d.ts +30 -0
- package/v2/model/RecordRuleReq.js +76 -0
- package/v2/model/RemoveRoomRequest.d.ts +23 -0
- package/v2/model/RemoveRoomRequest.js +81 -0
- package/v2/model/RemoveRoomResponse.d.ts +8 -0
- package/v2/model/RemoveRoomResponse.js +41 -0
- package/v2/model/RemoveUsersReq.d.ts +7 -0
- package/v2/model/RemoveUsersReq.js +24 -0
- package/v2/model/RemoveUsersRequest.d.ts +26 -0
- package/v2/model/RemoveUsersRequest.js +85 -0
- package/v2/model/RemoveUsersResponse.d.ts +8 -0
- package/v2/model/RemoveUsersResponse.js +41 -0
- package/v2/model/ShowAppRequest.d.ts +19 -0
- package/v2/model/ShowAppRequest.js +66 -0
- package/v2/model/ShowAppResponse.d.ts +51 -0
- package/v2/model/ShowAppResponse.js +141 -0
- package/v2/model/ShowAutoRecordRequest.d.ts +19 -0
- package/v2/model/ShowAutoRecordRequest.js +66 -0
- package/v2/model/ShowAutoRecordResponse.d.ts +17 -0
- package/v2/model/ShowAutoRecordResponse.js +69 -0
- package/v2/model/ShowIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/ShowIndividualStreamJobRequest.js +81 -0
- package/v2/model/ShowIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/ShowIndividualStreamJobResponse.js +300 -0
- package/v2/model/ShowMixJobRequest.d.ts +23 -0
- package/v2/model/ShowMixJobRequest.js +81 -0
- package/v2/model/ShowMixJobResponse.d.ts +76 -0
- package/v2/model/ShowMixJobResponse.js +223 -0
- package/v2/model/ShowRecordCallbackRequest.d.ts +19 -0
- package/v2/model/ShowRecordCallbackRequest.js +66 -0
- package/v2/model/ShowRecordCallbackResponse.d.ts +17 -0
- package/v2/model/ShowRecordCallbackResponse.js +69 -0
- package/v2/model/ShowRecordRuleRequest.d.ts +23 -0
- package/v2/model/ShowRecordRuleRequest.js +81 -0
- package/v2/model/ShowRecordRuleResponse.d.ts +51 -0
- package/v2/model/ShowRecordRuleResponse.js +162 -0
- package/v2/model/ShowUrlAuthRequest.d.ts +19 -0
- package/v2/model/ShowUrlAuthRequest.js +66 -0
- package/v2/model/ShowUrlAuthResponse.d.ts +15 -0
- package/v2/model/ShowUrlAuthResponse.js +59 -0
- package/v2/model/StartAppRequest.d.ts +19 -0
- package/v2/model/StartAppRequest.js +66 -0
- package/v2/model/StartAppResponse.d.ts +15 -0
- package/v2/model/StartAppResponse.js +59 -0
- package/v2/model/StopAppRequest.d.ts +19 -0
- package/v2/model/StopAppRequest.js +66 -0
- package/v2/model/StopAppResponse.d.ts +15 -0
- package/v2/model/StopAppResponse.js +59 -0
- package/v2/model/StopIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/StopIndividualStreamJobRequest.js +81 -0
- package/v2/model/StopIndividualStreamJobResponse.d.ts +8 -0
- package/v2/model/StopIndividualStreamJobResponse.js +41 -0
- package/v2/model/StopMixJobRequest.d.ts +23 -0
- package/v2/model/StopMixJobRequest.js +81 -0
- package/v2/model/StopMixJobResponse.d.ts +8 -0
- package/v2/model/StopMixJobResponse.js +41 -0
- package/v2/model/UpdateAutoRecordRequest.d.ts +22 -0
- package/v2/model/UpdateAutoRecordRequest.js +70 -0
- package/v2/model/UpdateAutoRecordResponse.d.ts +17 -0
- package/v2/model/UpdateAutoRecordResponse.js +69 -0
- package/v2/model/UpdateIndividualJobReq.d.ts +13 -0
- package/v2/model/UpdateIndividualJobReq.js +37 -0
- package/v2/model/UpdateIndividualStreamJobRequest.d.ts +26 -0
- package/v2/model/UpdateIndividualStreamJobRequest.js +85 -0
- package/v2/model/UpdateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/UpdateIndividualStreamJobResponse.js +300 -0
- package/v2/model/UpdateMixJobReq.d.ts +8 -0
- package/v2/model/UpdateMixJobReq.js +24 -0
- package/v2/model/UpdateMixJobRequest.d.ts +26 -0
- package/v2/model/UpdateMixJobRequest.js +85 -0
- package/v2/model/UpdateMixJobResponse.d.ts +76 -0
- package/v2/model/UpdateMixJobResponse.js +223 -0
- package/v2/model/UpdateMixParam.d.ts +33 -0
- package/v2/model/UpdateMixParam.js +107 -0
- package/v2/model/UpdateRecordCallbackRequest.d.ts +22 -0
- package/v2/model/UpdateRecordCallbackRequest.js +70 -0
- package/v2/model/UpdateRecordCallbackResponse.d.ts +17 -0
- package/v2/model/UpdateRecordCallbackResponse.js +69 -0
- package/v2/model/UpdateRecordRuleRequest.d.ts +26 -0
- package/v2/model/UpdateRecordRuleRequest.js +85 -0
- package/v2/model/UpdateRecordRuleResponse.d.ts +51 -0
- package/v2/model/UpdateRecordRuleResponse.js +162 -0
- package/v2/model/UpdateUrlAuthRequest.d.ts +22 -0
- package/v2/model/UpdateUrlAuthRequest.js +70 -0
- package/v2/model/UpdateUrlAuthResponse.d.ts +15 -0
- package/v2/model/UpdateUrlAuthResponse.js +59 -0
- package/v2/public-api.d.ts +82 -0
- package/v2/public-api.js +98 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export declare class ListRtcClientQosDetailsRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
domain?: string;
|
|
6
|
+
private 'app_id';
|
|
7
|
+
private 'room_id';
|
|
8
|
+
private 'user_id'?;
|
|
9
|
+
private 'peer_id'?;
|
|
10
|
+
private 'stream_id'?;
|
|
11
|
+
direction?: string;
|
|
12
|
+
mid: ListRtcClientQosDetailsRequestMidEnum;
|
|
13
|
+
private 'start_time';
|
|
14
|
+
private 'end_time';
|
|
15
|
+
private 'time_type'?;
|
|
16
|
+
limit?: number;
|
|
17
|
+
offset?: number;
|
|
18
|
+
constructor(appId?: any, roomId?: any, mid?: any, startTime?: any, endTime?: any);
|
|
19
|
+
withAuthorization(authorization: string): ListRtcClientQosDetailsRequest;
|
|
20
|
+
set authorization(authorization: string | undefined);
|
|
21
|
+
get authorization(): string | undefined;
|
|
22
|
+
withXSdkDate(xSdkDate: string): ListRtcClientQosDetailsRequest;
|
|
23
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
24
|
+
get xSdkDate(): string | undefined;
|
|
25
|
+
withXProjectId(xProjectId: string): ListRtcClientQosDetailsRequest;
|
|
26
|
+
set xProjectId(xProjectId: string | undefined);
|
|
27
|
+
get xProjectId(): string | undefined;
|
|
28
|
+
withDomain(domain: string): ListRtcClientQosDetailsRequest;
|
|
29
|
+
withAppId(appId: string): ListRtcClientQosDetailsRequest;
|
|
30
|
+
set appId(appId: string | undefined);
|
|
31
|
+
get appId(): string | undefined;
|
|
32
|
+
withRoomId(roomId: string): ListRtcClientQosDetailsRequest;
|
|
33
|
+
set roomId(roomId: string | undefined);
|
|
34
|
+
get roomId(): string | undefined;
|
|
35
|
+
withUserId(userId: string): ListRtcClientQosDetailsRequest;
|
|
36
|
+
set userId(userId: string | undefined);
|
|
37
|
+
get userId(): string | undefined;
|
|
38
|
+
withPeerId(peerId: string): ListRtcClientQosDetailsRequest;
|
|
39
|
+
set peerId(peerId: string | undefined);
|
|
40
|
+
get peerId(): string | undefined;
|
|
41
|
+
withStreamId(streamId: string): ListRtcClientQosDetailsRequest;
|
|
42
|
+
set streamId(streamId: string | undefined);
|
|
43
|
+
get streamId(): string | undefined;
|
|
44
|
+
withDirection(direction: string): ListRtcClientQosDetailsRequest;
|
|
45
|
+
withMid(mid: ListRtcClientQosDetailsRequestMidEnum): ListRtcClientQosDetailsRequest;
|
|
46
|
+
withStartTime(startTime: string): ListRtcClientQosDetailsRequest;
|
|
47
|
+
set startTime(startTime: string | undefined);
|
|
48
|
+
get startTime(): string | undefined;
|
|
49
|
+
withEndTime(endTime: string): ListRtcClientQosDetailsRequest;
|
|
50
|
+
set endTime(endTime: string | undefined);
|
|
51
|
+
get endTime(): string | undefined;
|
|
52
|
+
withTimeType(timeType: string): ListRtcClientQosDetailsRequest;
|
|
53
|
+
set timeType(timeType: string | undefined);
|
|
54
|
+
get timeType(): string | undefined;
|
|
55
|
+
withLimit(limit: number): ListRtcClientQosDetailsRequest;
|
|
56
|
+
withOffset(offset: number): ListRtcClientQosDetailsRequest;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @export
|
|
60
|
+
* @enum {string}
|
|
61
|
+
*/
|
|
62
|
+
export declare enum ListRtcClientQosDetailsRequestMidEnum {
|
|
63
|
+
APPCPU = "appcpu",
|
|
64
|
+
SYSCPU = "syscpu",
|
|
65
|
+
ABIT = "abit",
|
|
66
|
+
ABLOCK = "ablock",
|
|
67
|
+
VBIT = "vbit",
|
|
68
|
+
DBIT = "dbit",
|
|
69
|
+
VFPS = "vfps",
|
|
70
|
+
DFPS = "dfps",
|
|
71
|
+
VBLOCK = "vblock",
|
|
72
|
+
DBLOCK = "dblock",
|
|
73
|
+
ALOSS = "aloss",
|
|
74
|
+
VLOSS = "vloss",
|
|
75
|
+
DLOSS = "dloss",
|
|
76
|
+
VWIDTH = "vwidth",
|
|
77
|
+
VHEIGHT = "vheight",
|
|
78
|
+
DWIDTH = "dwidth",
|
|
79
|
+
DHEIGHT = "dheight",
|
|
80
|
+
AJITTER = "ajitter",
|
|
81
|
+
ARTT = "artt",
|
|
82
|
+
VJITTER = "vjitter",
|
|
83
|
+
VRTT = "vrtt",
|
|
84
|
+
DJITTER = "djitter",
|
|
85
|
+
DRTT = "drtt"
|
|
86
|
+
}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcClientQosDetailsRequestMidEnum = exports.ListRtcClientQosDetailsRequest = void 0;
|
|
4
|
+
var ListRtcClientQosDetailsRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcClientQosDetailsRequest(appId, roomId, mid, startTime, endTime) {
|
|
6
|
+
this['app_id'] = appId;
|
|
7
|
+
this['room_id'] = roomId;
|
|
8
|
+
this['mid'] = mid;
|
|
9
|
+
this['start_time'] = startTime;
|
|
10
|
+
this['end_time'] = endTime;
|
|
11
|
+
}
|
|
12
|
+
ListRtcClientQosDetailsRequest.prototype.withAuthorization = function (authorization) {
|
|
13
|
+
this['Authorization'] = authorization;
|
|
14
|
+
return this;
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "authorization", {
|
|
17
|
+
get: function () {
|
|
18
|
+
return this['Authorization'];
|
|
19
|
+
},
|
|
20
|
+
set: function (authorization) {
|
|
21
|
+
this['Authorization'] = authorization;
|
|
22
|
+
},
|
|
23
|
+
enumerable: false,
|
|
24
|
+
configurable: true
|
|
25
|
+
});
|
|
26
|
+
ListRtcClientQosDetailsRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
27
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
28
|
+
return this;
|
|
29
|
+
};
|
|
30
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "xSdkDate", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this['X-Sdk-Date'];
|
|
33
|
+
},
|
|
34
|
+
set: function (xSdkDate) {
|
|
35
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
36
|
+
},
|
|
37
|
+
enumerable: false,
|
|
38
|
+
configurable: true
|
|
39
|
+
});
|
|
40
|
+
ListRtcClientQosDetailsRequest.prototype.withXProjectId = function (xProjectId) {
|
|
41
|
+
this['X-Project-Id'] = xProjectId;
|
|
42
|
+
return this;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "xProjectId", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this['X-Project-Id'];
|
|
47
|
+
},
|
|
48
|
+
set: function (xProjectId) {
|
|
49
|
+
this['X-Project-Id'] = xProjectId;
|
|
50
|
+
},
|
|
51
|
+
enumerable: false,
|
|
52
|
+
configurable: true
|
|
53
|
+
});
|
|
54
|
+
ListRtcClientQosDetailsRequest.prototype.withDomain = function (domain) {
|
|
55
|
+
this['domain'] = domain;
|
|
56
|
+
return this;
|
|
57
|
+
};
|
|
58
|
+
ListRtcClientQosDetailsRequest.prototype.withAppId = function (appId) {
|
|
59
|
+
this['app_id'] = appId;
|
|
60
|
+
return this;
|
|
61
|
+
};
|
|
62
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "appId", {
|
|
63
|
+
get: function () {
|
|
64
|
+
return this['app_id'];
|
|
65
|
+
},
|
|
66
|
+
set: function (appId) {
|
|
67
|
+
this['app_id'] = appId;
|
|
68
|
+
},
|
|
69
|
+
enumerable: false,
|
|
70
|
+
configurable: true
|
|
71
|
+
});
|
|
72
|
+
ListRtcClientQosDetailsRequest.prototype.withRoomId = function (roomId) {
|
|
73
|
+
this['room_id'] = roomId;
|
|
74
|
+
return this;
|
|
75
|
+
};
|
|
76
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "roomId", {
|
|
77
|
+
get: function () {
|
|
78
|
+
return this['room_id'];
|
|
79
|
+
},
|
|
80
|
+
set: function (roomId) {
|
|
81
|
+
this['room_id'] = roomId;
|
|
82
|
+
},
|
|
83
|
+
enumerable: false,
|
|
84
|
+
configurable: true
|
|
85
|
+
});
|
|
86
|
+
ListRtcClientQosDetailsRequest.prototype.withUserId = function (userId) {
|
|
87
|
+
this['user_id'] = userId;
|
|
88
|
+
return this;
|
|
89
|
+
};
|
|
90
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "userId", {
|
|
91
|
+
get: function () {
|
|
92
|
+
return this['user_id'];
|
|
93
|
+
},
|
|
94
|
+
set: function (userId) {
|
|
95
|
+
this['user_id'] = userId;
|
|
96
|
+
},
|
|
97
|
+
enumerable: false,
|
|
98
|
+
configurable: true
|
|
99
|
+
});
|
|
100
|
+
ListRtcClientQosDetailsRequest.prototype.withPeerId = function (peerId) {
|
|
101
|
+
this['peer_id'] = peerId;
|
|
102
|
+
return this;
|
|
103
|
+
};
|
|
104
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "peerId", {
|
|
105
|
+
get: function () {
|
|
106
|
+
return this['peer_id'];
|
|
107
|
+
},
|
|
108
|
+
set: function (peerId) {
|
|
109
|
+
this['peer_id'] = peerId;
|
|
110
|
+
},
|
|
111
|
+
enumerable: false,
|
|
112
|
+
configurable: true
|
|
113
|
+
});
|
|
114
|
+
ListRtcClientQosDetailsRequest.prototype.withStreamId = function (streamId) {
|
|
115
|
+
this['stream_id'] = streamId;
|
|
116
|
+
return this;
|
|
117
|
+
};
|
|
118
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "streamId", {
|
|
119
|
+
get: function () {
|
|
120
|
+
return this['stream_id'];
|
|
121
|
+
},
|
|
122
|
+
set: function (streamId) {
|
|
123
|
+
this['stream_id'] = streamId;
|
|
124
|
+
},
|
|
125
|
+
enumerable: false,
|
|
126
|
+
configurable: true
|
|
127
|
+
});
|
|
128
|
+
ListRtcClientQosDetailsRequest.prototype.withDirection = function (direction) {
|
|
129
|
+
this['direction'] = direction;
|
|
130
|
+
return this;
|
|
131
|
+
};
|
|
132
|
+
ListRtcClientQosDetailsRequest.prototype.withMid = function (mid) {
|
|
133
|
+
this['mid'] = mid;
|
|
134
|
+
return this;
|
|
135
|
+
};
|
|
136
|
+
ListRtcClientQosDetailsRequest.prototype.withStartTime = function (startTime) {
|
|
137
|
+
this['start_time'] = startTime;
|
|
138
|
+
return this;
|
|
139
|
+
};
|
|
140
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "startTime", {
|
|
141
|
+
get: function () {
|
|
142
|
+
return this['start_time'];
|
|
143
|
+
},
|
|
144
|
+
set: function (startTime) {
|
|
145
|
+
this['start_time'] = startTime;
|
|
146
|
+
},
|
|
147
|
+
enumerable: false,
|
|
148
|
+
configurable: true
|
|
149
|
+
});
|
|
150
|
+
ListRtcClientQosDetailsRequest.prototype.withEndTime = function (endTime) {
|
|
151
|
+
this['end_time'] = endTime;
|
|
152
|
+
return this;
|
|
153
|
+
};
|
|
154
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "endTime", {
|
|
155
|
+
get: function () {
|
|
156
|
+
return this['end_time'];
|
|
157
|
+
},
|
|
158
|
+
set: function (endTime) {
|
|
159
|
+
this['end_time'] = endTime;
|
|
160
|
+
},
|
|
161
|
+
enumerable: false,
|
|
162
|
+
configurable: true
|
|
163
|
+
});
|
|
164
|
+
ListRtcClientQosDetailsRequest.prototype.withTimeType = function (timeType) {
|
|
165
|
+
this['time_type'] = timeType;
|
|
166
|
+
return this;
|
|
167
|
+
};
|
|
168
|
+
Object.defineProperty(ListRtcClientQosDetailsRequest.prototype, "timeType", {
|
|
169
|
+
get: function () {
|
|
170
|
+
return this['time_type'];
|
|
171
|
+
},
|
|
172
|
+
set: function (timeType) {
|
|
173
|
+
this['time_type'] = timeType;
|
|
174
|
+
},
|
|
175
|
+
enumerable: false,
|
|
176
|
+
configurable: true
|
|
177
|
+
});
|
|
178
|
+
ListRtcClientQosDetailsRequest.prototype.withLimit = function (limit) {
|
|
179
|
+
this['limit'] = limit;
|
|
180
|
+
return this;
|
|
181
|
+
};
|
|
182
|
+
ListRtcClientQosDetailsRequest.prototype.withOffset = function (offset) {
|
|
183
|
+
this['offset'] = offset;
|
|
184
|
+
return this;
|
|
185
|
+
};
|
|
186
|
+
return ListRtcClientQosDetailsRequest;
|
|
187
|
+
}());
|
|
188
|
+
exports.ListRtcClientQosDetailsRequest = ListRtcClientQosDetailsRequest;
|
|
189
|
+
/**
|
|
190
|
+
* @export
|
|
191
|
+
* @enum {string}
|
|
192
|
+
*/
|
|
193
|
+
var ListRtcClientQosDetailsRequestMidEnum;
|
|
194
|
+
(function (ListRtcClientQosDetailsRequestMidEnum) {
|
|
195
|
+
ListRtcClientQosDetailsRequestMidEnum["APPCPU"] = "appcpu";
|
|
196
|
+
ListRtcClientQosDetailsRequestMidEnum["SYSCPU"] = "syscpu";
|
|
197
|
+
ListRtcClientQosDetailsRequestMidEnum["ABIT"] = "abit";
|
|
198
|
+
ListRtcClientQosDetailsRequestMidEnum["ABLOCK"] = "ablock";
|
|
199
|
+
ListRtcClientQosDetailsRequestMidEnum["VBIT"] = "vbit";
|
|
200
|
+
ListRtcClientQosDetailsRequestMidEnum["DBIT"] = "dbit";
|
|
201
|
+
ListRtcClientQosDetailsRequestMidEnum["VFPS"] = "vfps";
|
|
202
|
+
ListRtcClientQosDetailsRequestMidEnum["DFPS"] = "dfps";
|
|
203
|
+
ListRtcClientQosDetailsRequestMidEnum["VBLOCK"] = "vblock";
|
|
204
|
+
ListRtcClientQosDetailsRequestMidEnum["DBLOCK"] = "dblock";
|
|
205
|
+
ListRtcClientQosDetailsRequestMidEnum["ALOSS"] = "aloss";
|
|
206
|
+
ListRtcClientQosDetailsRequestMidEnum["VLOSS"] = "vloss";
|
|
207
|
+
ListRtcClientQosDetailsRequestMidEnum["DLOSS"] = "dloss";
|
|
208
|
+
ListRtcClientQosDetailsRequestMidEnum["VWIDTH"] = "vwidth";
|
|
209
|
+
ListRtcClientQosDetailsRequestMidEnum["VHEIGHT"] = "vheight";
|
|
210
|
+
ListRtcClientQosDetailsRequestMidEnum["DWIDTH"] = "dwidth";
|
|
211
|
+
ListRtcClientQosDetailsRequestMidEnum["DHEIGHT"] = "dheight";
|
|
212
|
+
ListRtcClientQosDetailsRequestMidEnum["AJITTER"] = "ajitter";
|
|
213
|
+
ListRtcClientQosDetailsRequestMidEnum["ARTT"] = "artt";
|
|
214
|
+
ListRtcClientQosDetailsRequestMidEnum["VJITTER"] = "vjitter";
|
|
215
|
+
ListRtcClientQosDetailsRequestMidEnum["VRTT"] = "vrtt";
|
|
216
|
+
ListRtcClientQosDetailsRequestMidEnum["DJITTER"] = "djitter";
|
|
217
|
+
ListRtcClientQosDetailsRequestMidEnum["DRTT"] = "drtt";
|
|
218
|
+
})(ListRtcClientQosDetailsRequestMidEnum || (exports.ListRtcClientQosDetailsRequestMidEnum = ListRtcClientQosDetailsRequestMidEnum = {}));
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { QosQualityData } from './QosQualityData';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcClientQosDetailsResponse extends SdkResponse {
|
|
4
|
+
private 'room_id'?;
|
|
5
|
+
data?: Array<QosQualityData>;
|
|
6
|
+
private 'X-request-id'?;
|
|
7
|
+
constructor();
|
|
8
|
+
withRoomId(roomId: string): ListRtcClientQosDetailsResponse;
|
|
9
|
+
set roomId(roomId: string | undefined);
|
|
10
|
+
get roomId(): string | undefined;
|
|
11
|
+
withData(data: Array<QosQualityData>): ListRtcClientQosDetailsResponse;
|
|
12
|
+
withXRequestId(xRequestId: string): ListRtcClientQosDetailsResponse;
|
|
13
|
+
set xRequestId(xRequestId: string | undefined);
|
|
14
|
+
get xRequestId(): string | undefined;
|
|
15
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcClientQosDetailsResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcClientQosDetailsResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcClientQosDetailsResponse, _super);
|
|
22
|
+
function ListRtcClientQosDetailsResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcClientQosDetailsResponse.prototype.withRoomId = function (roomId) {
|
|
26
|
+
this['room_id'] = roomId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListRtcClientQosDetailsResponse.prototype, "roomId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['room_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (roomId) {
|
|
34
|
+
this['room_id'] = roomId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListRtcClientQosDetailsResponse.prototype.withData = function (data) {
|
|
40
|
+
this['data'] = data;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
ListRtcClientQosDetailsResponse.prototype.withXRequestId = function (xRequestId) {
|
|
44
|
+
this['X-request-id'] = xRequestId;
|
|
45
|
+
return this;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(ListRtcClientQosDetailsResponse.prototype, "xRequestId", {
|
|
48
|
+
get: function () {
|
|
49
|
+
return this['X-request-id'];
|
|
50
|
+
},
|
|
51
|
+
set: function (xRequestId) {
|
|
52
|
+
this['X-request-id'] = xRequestId;
|
|
53
|
+
},
|
|
54
|
+
enumerable: false,
|
|
55
|
+
configurable: true
|
|
56
|
+
});
|
|
57
|
+
return ListRtcClientQosDetailsResponse;
|
|
58
|
+
}(SdkResponse_1.SdkResponse));
|
|
59
|
+
exports.ListRtcClientQosDetailsResponse = ListRtcClientQosDetailsResponse;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class ListRtcHistoryQualityRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
app: string;
|
|
6
|
+
metric: Array<string>;
|
|
7
|
+
private 'start_date'?;
|
|
8
|
+
private 'end_date'?;
|
|
9
|
+
constructor(app?: any, metric?: any);
|
|
10
|
+
withAuthorization(authorization: string): ListRtcHistoryQualityRequest;
|
|
11
|
+
set authorization(authorization: string | undefined);
|
|
12
|
+
get authorization(): string | undefined;
|
|
13
|
+
withXSdkDate(xSdkDate: string): ListRtcHistoryQualityRequest;
|
|
14
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
15
|
+
get xSdkDate(): string | undefined;
|
|
16
|
+
withXProjectId(xProjectId: string): ListRtcHistoryQualityRequest;
|
|
17
|
+
set xProjectId(xProjectId: string | undefined);
|
|
18
|
+
get xProjectId(): string | undefined;
|
|
19
|
+
withApp(app: string): ListRtcHistoryQualityRequest;
|
|
20
|
+
withMetric(metric: Array<string>): ListRtcHistoryQualityRequest;
|
|
21
|
+
withStartDate(startDate: string): ListRtcHistoryQualityRequest;
|
|
22
|
+
set startDate(startDate: string | undefined);
|
|
23
|
+
get startDate(): string | undefined;
|
|
24
|
+
withEndDate(endDate: string): ListRtcHistoryQualityRequest;
|
|
25
|
+
set endDate(endDate: string | undefined);
|
|
26
|
+
get endDate(): string | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcHistoryQualityRequest = void 0;
|
|
4
|
+
var ListRtcHistoryQualityRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcHistoryQualityRequest(app, metric) {
|
|
6
|
+
this['app'] = app;
|
|
7
|
+
this['metric'] = metric;
|
|
8
|
+
}
|
|
9
|
+
ListRtcHistoryQualityRequest.prototype.withAuthorization = function (authorization) {
|
|
10
|
+
this['Authorization'] = authorization;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(ListRtcHistoryQualityRequest.prototype, "authorization", {
|
|
14
|
+
get: function () {
|
|
15
|
+
return this['Authorization'];
|
|
16
|
+
},
|
|
17
|
+
set: function (authorization) {
|
|
18
|
+
this['Authorization'] = authorization;
|
|
19
|
+
},
|
|
20
|
+
enumerable: false,
|
|
21
|
+
configurable: true
|
|
22
|
+
});
|
|
23
|
+
ListRtcHistoryQualityRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
24
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(ListRtcHistoryQualityRequest.prototype, "xSdkDate", {
|
|
28
|
+
get: function () {
|
|
29
|
+
return this['X-Sdk-Date'];
|
|
30
|
+
},
|
|
31
|
+
set: function (xSdkDate) {
|
|
32
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
33
|
+
},
|
|
34
|
+
enumerable: false,
|
|
35
|
+
configurable: true
|
|
36
|
+
});
|
|
37
|
+
ListRtcHistoryQualityRequest.prototype.withXProjectId = function (xProjectId) {
|
|
38
|
+
this['X-Project-Id'] = xProjectId;
|
|
39
|
+
return this;
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(ListRtcHistoryQualityRequest.prototype, "xProjectId", {
|
|
42
|
+
get: function () {
|
|
43
|
+
return this['X-Project-Id'];
|
|
44
|
+
},
|
|
45
|
+
set: function (xProjectId) {
|
|
46
|
+
this['X-Project-Id'] = xProjectId;
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
ListRtcHistoryQualityRequest.prototype.withApp = function (app) {
|
|
52
|
+
this['app'] = app;
|
|
53
|
+
return this;
|
|
54
|
+
};
|
|
55
|
+
ListRtcHistoryQualityRequest.prototype.withMetric = function (metric) {
|
|
56
|
+
this['metric'] = metric;
|
|
57
|
+
return this;
|
|
58
|
+
};
|
|
59
|
+
ListRtcHistoryQualityRequest.prototype.withStartDate = function (startDate) {
|
|
60
|
+
this['start_date'] = startDate;
|
|
61
|
+
return this;
|
|
62
|
+
};
|
|
63
|
+
Object.defineProperty(ListRtcHistoryQualityRequest.prototype, "startDate", {
|
|
64
|
+
get: function () {
|
|
65
|
+
return this['start_date'];
|
|
66
|
+
},
|
|
67
|
+
set: function (startDate) {
|
|
68
|
+
this['start_date'] = startDate;
|
|
69
|
+
},
|
|
70
|
+
enumerable: false,
|
|
71
|
+
configurable: true
|
|
72
|
+
});
|
|
73
|
+
ListRtcHistoryQualityRequest.prototype.withEndDate = function (endDate) {
|
|
74
|
+
this['end_date'] = endDate;
|
|
75
|
+
return this;
|
|
76
|
+
};
|
|
77
|
+
Object.defineProperty(ListRtcHistoryQualityRequest.prototype, "endDate", {
|
|
78
|
+
get: function () {
|
|
79
|
+
return this['end_date'];
|
|
80
|
+
},
|
|
81
|
+
set: function (endDate) {
|
|
82
|
+
this['end_date'] = endDate;
|
|
83
|
+
},
|
|
84
|
+
enumerable: false,
|
|
85
|
+
configurable: true
|
|
86
|
+
});
|
|
87
|
+
return ListRtcHistoryQualityRequest;
|
|
88
|
+
}());
|
|
89
|
+
exports.ListRtcHistoryQualityRequest = ListRtcHistoryQualityRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RtcHistoryQualityTimeValue } from './RtcHistoryQualityTimeValue';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcHistoryQualityResponse extends SdkResponse {
|
|
4
|
+
quality?: Array<RtcHistoryQualityTimeValue>;
|
|
5
|
+
private 'X-request-id'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withQuality(quality: Array<RtcHistoryQualityTimeValue>): ListRtcHistoryQualityResponse;
|
|
8
|
+
withXRequestId(xRequestId: string): ListRtcHistoryQualityResponse;
|
|
9
|
+
set xRequestId(xRequestId: string | undefined);
|
|
10
|
+
get xRequestId(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcHistoryQualityResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcHistoryQualityResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcHistoryQualityResponse, _super);
|
|
22
|
+
function ListRtcHistoryQualityResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcHistoryQualityResponse.prototype.withQuality = function (quality) {
|
|
26
|
+
this['quality'] = quality;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
ListRtcHistoryQualityResponse.prototype.withXRequestId = function (xRequestId) {
|
|
30
|
+
this['X-request-id'] = xRequestId;
|
|
31
|
+
return this;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(ListRtcHistoryQualityResponse.prototype, "xRequestId", {
|
|
34
|
+
get: function () {
|
|
35
|
+
return this['X-request-id'];
|
|
36
|
+
},
|
|
37
|
+
set: function (xRequestId) {
|
|
38
|
+
this['X-request-id'] = xRequestId;
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
return ListRtcHistoryQualityResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListRtcHistoryQualityResponse = ListRtcHistoryQualityResponse;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class ListRtcHistoryScaleRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
app: string;
|
|
6
|
+
metric: Array<string>;
|
|
7
|
+
private 'start_date'?;
|
|
8
|
+
private 'end_date'?;
|
|
9
|
+
constructor(app?: any, metric?: any);
|
|
10
|
+
withAuthorization(authorization: string): ListRtcHistoryScaleRequest;
|
|
11
|
+
set authorization(authorization: string | undefined);
|
|
12
|
+
get authorization(): string | undefined;
|
|
13
|
+
withXSdkDate(xSdkDate: string): ListRtcHistoryScaleRequest;
|
|
14
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
15
|
+
get xSdkDate(): string | undefined;
|
|
16
|
+
withXProjectId(xProjectId: string): ListRtcHistoryScaleRequest;
|
|
17
|
+
set xProjectId(xProjectId: string | undefined);
|
|
18
|
+
get xProjectId(): string | undefined;
|
|
19
|
+
withApp(app: string): ListRtcHistoryScaleRequest;
|
|
20
|
+
withMetric(metric: Array<string>): ListRtcHistoryScaleRequest;
|
|
21
|
+
withStartDate(startDate: string): ListRtcHistoryScaleRequest;
|
|
22
|
+
set startDate(startDate: string | undefined);
|
|
23
|
+
get startDate(): string | undefined;
|
|
24
|
+
withEndDate(endDate: string): ListRtcHistoryScaleRequest;
|
|
25
|
+
set endDate(endDate: string | undefined);
|
|
26
|
+
get endDate(): string | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcHistoryScaleRequest = void 0;
|
|
4
|
+
var ListRtcHistoryScaleRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcHistoryScaleRequest(app, metric) {
|
|
6
|
+
this['app'] = app;
|
|
7
|
+
this['metric'] = metric;
|
|
8
|
+
}
|
|
9
|
+
ListRtcHistoryScaleRequest.prototype.withAuthorization = function (authorization) {
|
|
10
|
+
this['Authorization'] = authorization;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(ListRtcHistoryScaleRequest.prototype, "authorization", {
|
|
14
|
+
get: function () {
|
|
15
|
+
return this['Authorization'];
|
|
16
|
+
},
|
|
17
|
+
set: function (authorization) {
|
|
18
|
+
this['Authorization'] = authorization;
|
|
19
|
+
},
|
|
20
|
+
enumerable: false,
|
|
21
|
+
configurable: true
|
|
22
|
+
});
|
|
23
|
+
ListRtcHistoryScaleRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
24
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(ListRtcHistoryScaleRequest.prototype, "xSdkDate", {
|
|
28
|
+
get: function () {
|
|
29
|
+
return this['X-Sdk-Date'];
|
|
30
|
+
},
|
|
31
|
+
set: function (xSdkDate) {
|
|
32
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
33
|
+
},
|
|
34
|
+
enumerable: false,
|
|
35
|
+
configurable: true
|
|
36
|
+
});
|
|
37
|
+
ListRtcHistoryScaleRequest.prototype.withXProjectId = function (xProjectId) {
|
|
38
|
+
this['X-Project-Id'] = xProjectId;
|
|
39
|
+
return this;
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(ListRtcHistoryScaleRequest.prototype, "xProjectId", {
|
|
42
|
+
get: function () {
|
|
43
|
+
return this['X-Project-Id'];
|
|
44
|
+
},
|
|
45
|
+
set: function (xProjectId) {
|
|
46
|
+
this['X-Project-Id'] = xProjectId;
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
ListRtcHistoryScaleRequest.prototype.withApp = function (app) {
|
|
52
|
+
this['app'] = app;
|
|
53
|
+
return this;
|
|
54
|
+
};
|
|
55
|
+
ListRtcHistoryScaleRequest.prototype.withMetric = function (metric) {
|
|
56
|
+
this['metric'] = metric;
|
|
57
|
+
return this;
|
|
58
|
+
};
|
|
59
|
+
ListRtcHistoryScaleRequest.prototype.withStartDate = function (startDate) {
|
|
60
|
+
this['start_date'] = startDate;
|
|
61
|
+
return this;
|
|
62
|
+
};
|
|
63
|
+
Object.defineProperty(ListRtcHistoryScaleRequest.prototype, "startDate", {
|
|
64
|
+
get: function () {
|
|
65
|
+
return this['start_date'];
|
|
66
|
+
},
|
|
67
|
+
set: function (startDate) {
|
|
68
|
+
this['start_date'] = startDate;
|
|
69
|
+
},
|
|
70
|
+
enumerable: false,
|
|
71
|
+
configurable: true
|
|
72
|
+
});
|
|
73
|
+
ListRtcHistoryScaleRequest.prototype.withEndDate = function (endDate) {
|
|
74
|
+
this['end_date'] = endDate;
|
|
75
|
+
return this;
|
|
76
|
+
};
|
|
77
|
+
Object.defineProperty(ListRtcHistoryScaleRequest.prototype, "endDate", {
|
|
78
|
+
get: function () {
|
|
79
|
+
return this['end_date'];
|
|
80
|
+
},
|
|
81
|
+
set: function (endDate) {
|
|
82
|
+
this['end_date'] = endDate;
|
|
83
|
+
},
|
|
84
|
+
enumerable: false,
|
|
85
|
+
configurable: true
|
|
86
|
+
});
|
|
87
|
+
return ListRtcHistoryScaleRequest;
|
|
88
|
+
}());
|
|
89
|
+
exports.ListRtcHistoryScaleRequest = ListRtcHistoryScaleRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RtcHistoryScaleTimeValue } from './RtcHistoryScaleTimeValue';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcHistoryScaleResponse extends SdkResponse {
|
|
4
|
+
scale?: Array<RtcHistoryScaleTimeValue>;
|
|
5
|
+
private 'X-request-id'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withScale(scale: Array<RtcHistoryScaleTimeValue>): ListRtcHistoryScaleResponse;
|
|
8
|
+
withXRequestId(xRequestId: string): ListRtcHistoryScaleResponse;
|
|
9
|
+
set xRequestId(xRequestId: string | undefined);
|
|
10
|
+
get xRequestId(): string | undefined;
|
|
11
|
+
}
|