// This file is auto-generated, don't edit it /** */ import Util, * as $Util from '@alicloud/tea-util'; import GatewayClient from '@alicloud/gateway-dingtalk'; import OpenApi, * as $OpenApi from '@alicloud/openapi-client'; import OpenApiUtil from '@alicloud/openapi-util'; import * as $tea from '@alicloud/tea-typescript'; export class GetPersonalCarbonInfoHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetPersonalCarbonInfoRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * salary */ actionType?: string; /** * @remarks * This parameter is required. * * @example * 23121 */ unionId?: string; static names(): { [key: string]: string } { return { actionType: 'actionType', unionId: 'unionId', }; } static types(): { [key: string]: any } { return { actionType: 'string', unionId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetPersonalCarbonInfoResponseBody extends $tea.Model { content?: string; /** * @remarks * This parameter is required. * * @example * 3.25 */ personalCarbonAmount?: number; static names(): { [key: string]: string } { return { content: 'content', personalCarbonAmount: 'personalCarbonAmount', }; } static types(): { [key: string]: any } { return { content: 'string', personalCarbonAmount: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class GetPersonalCarbonInfoResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: GetPersonalCarbonInfoResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: GetPersonalCarbonInfoResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaOrgCarbonHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaOrgCarbonRequest extends $tea.Model { /** * @remarks * This parameter is required. */ orgDetailsList?: WriteAlibabaOrgCarbonRequestOrgDetailsList[]; static names(): { [key: string]: string } { return { orgDetailsList: 'orgDetailsList', }; } static types(): { [key: string]: any } { return { orgDetailsList: { 'type': 'array', 'itemType': WriteAlibabaOrgCarbonRequestOrgDetailsList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaOrgCarbonResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ result?: number; /** * @remarks * This parameter is required. */ success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'number', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaOrgCarbonResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: WriteAlibabaOrgCarbonResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: WriteAlibabaOrgCarbonResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaUserCarbonHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaUserCarbonRequest extends $tea.Model { /** * @remarks * This parameter is required. */ userDetailsList?: WriteAlibabaUserCarbonRequestUserDetailsList[]; static names(): { [key: string]: string } { return { userDetailsList: 'userDetailsList', }; } static types(): { [key: string]: any } { return { userDetailsList: { 'type': 'array', 'itemType': WriteAlibabaUserCarbonRequestUserDetailsList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaUserCarbonResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ result?: number; /** * @remarks * This parameter is required. */ success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'number', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaUserCarbonResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: WriteAlibabaUserCarbonResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: WriteAlibabaUserCarbonResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteIsvStateHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteIsvStateRequest extends $tea.Model { /** * @remarks * This parameter is required. * * @example * ISV */ isvName?: string; /** * @remarks * This parameter is required. * * @example * 20220328 */ statDate?: string; static names(): { [key: string]: string } { return { isvName: 'isvName', statDate: 'statDate', }; } static types(): { [key: string]: any } { return { isvName: 'string', statDate: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteIsvStateResponseBody extends $tea.Model { /** * @example * 1 */ result?: number; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteIsvStateResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: WriteIsvStateResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: WriteIsvStateResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteOrgCarbonHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteOrgCarbonRequest extends $tea.Model { /** * @remarks * This parameter is required. */ orgDetailsList?: WriteOrgCarbonRequestOrgDetailsList[]; static names(): { [key: string]: string } { return { orgDetailsList: 'orgDetailsList', }; } static types(): { [key: string]: any } { return { orgDetailsList: { 'type': 'array', 'itemType': WriteOrgCarbonRequestOrgDetailsList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteOrgCarbonResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ result?: number; /** * @remarks * This parameter is required. */ success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'number', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteOrgCarbonResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: WriteOrgCarbonResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: WriteOrgCarbonResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonRequest extends $tea.Model { /** * @remarks * This parameter is required. */ userDetailsList?: WriteUserCarbonRequestUserDetailsList[]; static names(): { [key: string]: string } { return { userDetailsList: 'userDetailsList', }; } static types(): { [key: string]: any } { return { userDetailsList: { 'type': 'array', 'itemType': WriteUserCarbonRequestUserDetailsList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonResponseBody extends $tea.Model { /** * @remarks * This parameter is required. */ result?: number; /** * @remarks * This parameter is required. */ success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'number', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: WriteUserCarbonResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: WriteUserCarbonResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonEnergyHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonEnergyRequest extends $tea.Model { userDetailsList?: WriteUserCarbonEnergyRequestUserDetailsList[]; static names(): { [key: string]: string } { return { userDetailsList: 'userDetailsList', }; } static types(): { [key: string]: any } { return { userDetailsList: { 'type': 'array', 'itemType': WriteUserCarbonEnergyRequestUserDetailsList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonEnergyResponseBody extends $tea.Model { result?: number; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'number', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonEnergyResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: WriteUserCarbonEnergyResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: WriteUserCarbonEnergyResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaOrgCarbonRequestOrgDetailsList extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 12320211126 */ actionId?: string; /** * @remarks * This parameter is required. * * @example * 2021-11-26 10:09:37 */ actionTime?: string; /** * @remarks * This parameter is required. * * @example * VIDEO */ actionType?: string; /** * @remarks * This parameter is required. * * @example * 3.21 */ carbonAmount?: string; /** * @remarks * This parameter is required. * * @example * ding12344 */ corpId?: string; /** * @remarks * This parameter is required. * * @example * 111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ version?: number; static names(): { [key: string]: string } { return { actionId: 'actionId', actionTime: 'actionTime', actionType: 'actionType', carbonAmount: 'carbonAmount', corpId: 'corpId', deptId: 'deptId', version: 'version', }; } static types(): { [key: string]: any } { return { actionId: 'string', actionTime: 'string', actionType: 'string', carbonAmount: 'string', corpId: 'string', deptId: 'number', version: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteAlibabaUserCarbonRequestUserDetailsList extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 2021-11-26 10:09:37 */ actionEndTime?: string; /** * @remarks * This parameter is required. * * @example * 12320211126 */ actionId?: string; /** * @remarks * This parameter is required. * * @example * 2021-11-26 10:09:37 */ actionStartTime?: string; /** * @remarks * This parameter is required. * * @example * VIDEO */ actionType?: string; /** * @remarks * This parameter is required. * * @example * 3.21 */ carbonAmount?: string; /** * @remarks * This parameter is required. * * @example * ding12344 */ corpId?: string; /** * @remarks * This parameter is required. * * @example * 111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 123 */ userId?: string; /** * @remarks * This parameter is required. * * @example * 1 */ version?: number; static names(): { [key: string]: string } { return { actionEndTime: 'actionEndTime', actionId: 'actionId', actionStartTime: 'actionStartTime', actionType: 'actionType', carbonAmount: 'carbonAmount', corpId: 'corpId', deptId: 'deptId', userId: 'userId', version: 'version', }; } static types(): { [key: string]: any } { return { actionEndTime: 'string', actionId: 'string', actionStartTime: 'string', actionType: 'string', carbonAmount: 'string', corpId: 'string', deptId: 'number', userId: 'string', version: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteOrgCarbonRequestOrgDetailsList extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 12320211126 */ actionId?: string; /** * @remarks * This parameter is required. * * @example * 2021-11-26 10:09:37 */ actionTime?: string; /** * @remarks * This parameter is required. * * @example * VIDEO */ actionType?: string; /** * @remarks * This parameter is required. * * @example * 3.21 */ carbonAmount?: string; /** * @remarks * This parameter is required. * * @example * ding12344 */ corpId?: string; /** * @remarks * This parameter is required. * * @example * 111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 1 */ version?: number; static names(): { [key: string]: string } { return { actionId: 'actionId', actionTime: 'actionTime', actionType: 'actionType', carbonAmount: 'carbonAmount', corpId: 'corpId', deptId: 'deptId', version: 'version', }; } static types(): { [key: string]: any } { return { actionId: 'string', actionTime: 'string', actionType: 'string', carbonAmount: 'string', corpId: 'string', deptId: 'number', version: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonRequestUserDetailsList extends $tea.Model { /** * @remarks * This parameter is required. * * @example * 2021-11-26 10:09:37 */ actionEndTime?: string; /** * @remarks * This parameter is required. * * @example * 12320211126 */ actionId?: string; /** * @remarks * This parameter is required. * * @example * 2021-11-26 10:09:37 */ actionStartTime?: string; /** * @remarks * This parameter is required. * * @example * VIDEO */ actionType?: string; /** * @remarks * This parameter is required. * * @example * 3.21 */ carbonAmount?: string; /** * @remarks * This parameter is required. * * @example * ding12344 */ corpId?: string; /** * @remarks * This parameter is required. * * @example * 111 */ deptId?: number; /** * @remarks * This parameter is required. * * @example * 123 */ userId?: string; /** * @remarks * This parameter is required. * * @example * 1 */ version?: number; static names(): { [key: string]: string } { return { actionEndTime: 'actionEndTime', actionId: 'actionId', actionStartTime: 'actionStartTime', actionType: 'actionType', carbonAmount: 'carbonAmount', corpId: 'corpId', deptId: 'deptId', userId: 'userId', version: 'version', }; } static types(): { [key: string]: any } { return { actionEndTime: 'string', actionId: 'string', actionStartTime: 'string', actionType: 'string', carbonAmount: 'string', corpId: 'string', deptId: 'number', userId: 'string', version: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class WriteUserCarbonEnergyRequestUserDetailsList extends $tea.Model { /** * @example * 2021-11-26 10:09:37 */ actionEndTime?: string; /** * @example * 12320211126 */ actionId?: string; /** * @example * 2021-11-26 10:09:37 */ actionStartTime?: string; /** * @example * VIDEO */ actionType?: string; /** * @example * 3.21 */ carbonAmount?: string; /** * @example * ding12344 */ corpId?: string; /** * @example * 111 */ deptId?: number; /** * @example * 123 */ userId?: string; /** * @example * 1 */ version?: number; static names(): { [key: string]: string } { return { actionEndTime: 'actionEndTime', actionId: 'actionId', actionStartTime: 'actionStartTime', actionType: 'actionType', carbonAmount: 'carbonAmount', corpId: 'corpId', deptId: 'deptId', userId: 'userId', version: 'version', }; } static types(): { [key: string]: any } { return { actionEndTime: 'string', actionId: 'string', actionStartTime: 'string', actionType: 'string', carbonAmount: 'string', corpId: 'string', deptId: 'number', userId: 'string', version: 'number', }; } constructor(map?: { [key: string]: any }) { super(map); } } export default class Client extends OpenApi { constructor(config: $OpenApi.Config) { super(config); let gatewayClient = new GatewayClient(); this._spi = gatewayClient; this._endpointRule = ""; if (Util.empty(this._endpoint)) { this._endpoint = "api.dingtalk.com"; } } /** * 获取用户的减碳明细 * * @param request - GetPersonalCarbonInfoRequest * @param headers - GetPersonalCarbonInfoHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns GetPersonalCarbonInfoResponse */ async getPersonalCarbonInfoWithOptions(request: GetPersonalCarbonInfoRequest, headers: GetPersonalCarbonInfoHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.actionType)) { query["actionType"] = request.actionType; } if (!Util.isUnset(request.unionId)) { query["unionId"] = request.unionId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), }); let params = new $OpenApi.Params({ action: "GetPersonalCarbonInfo", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/personals/infos`, method: "GET", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new GetPersonalCarbonInfoResponse({})); } /** * 获取用户的减碳明细 * * @param request - GetPersonalCarbonInfoRequest * @returns GetPersonalCarbonInfoResponse */ async getPersonalCarbonInfo(request: GetPersonalCarbonInfoRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new GetPersonalCarbonInfoHeaders({ }); return await this.getPersonalCarbonInfoWithOptions(request, headers, runtime); } /** * 写入阿里巴巴每日组织明细碳能量数据 * * @param request - WriteAlibabaOrgCarbonRequest * @param headers - WriteAlibabaOrgCarbonHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns WriteAlibabaOrgCarbonResponse */ async writeAlibabaOrgCarbonWithOptions(request: WriteAlibabaOrgCarbonRequest, headers: WriteAlibabaOrgCarbonHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.orgDetailsList)) { body["orgDetailsList"] = request.orgDetailsList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "WriteAlibabaOrgCarbon", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/alibabaOrgDetails/write`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new WriteAlibabaOrgCarbonResponse({})); } /** * 写入阿里巴巴每日组织明细碳能量数据 * * @param request - WriteAlibabaOrgCarbonRequest * @returns WriteAlibabaOrgCarbonResponse */ async writeAlibabaOrgCarbon(request: WriteAlibabaOrgCarbonRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new WriteAlibabaOrgCarbonHeaders({ }); return await this.writeAlibabaOrgCarbonWithOptions(request, headers, runtime); } /** * 写入阿里巴巴每日用户碳能量数据 * * @param request - WriteAlibabaUserCarbonRequest * @param headers - WriteAlibabaUserCarbonHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns WriteAlibabaUserCarbonResponse */ async writeAlibabaUserCarbonWithOptions(request: WriteAlibabaUserCarbonRequest, headers: WriteAlibabaUserCarbonHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.userDetailsList)) { body["userDetailsList"] = request.userDetailsList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "WriteAlibabaUserCarbon", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/alibabaUserDetails/write`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new WriteAlibabaUserCarbonResponse({})); } /** * 写入阿里巴巴每日用户碳能量数据 * * @param request - WriteAlibabaUserCarbonRequest * @returns WriteAlibabaUserCarbonResponse */ async writeAlibabaUserCarbon(request: WriteAlibabaUserCarbonRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new WriteAlibabaUserCarbonHeaders({ }); return await this.writeAlibabaUserCarbonWithOptions(request, headers, runtime); } /** * ISV记录数据传输当前状态 * * @param request - WriteIsvStateRequest * @param headers - WriteIsvStateHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns WriteIsvStateResponse */ async writeIsvStateWithOptions(request: WriteIsvStateRequest, headers: WriteIsvStateHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let query : {[key: string ]: any} = { }; if (!Util.isUnset(request.isvName)) { query["isvName"] = request.isvName; } if (!Util.isUnset(request.statDate)) { query["statDate"] = request.statDate; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, query: OpenApiUtil.query(query), }); let params = new $OpenApi.Params({ action: "WriteIsvState", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/datas/states/write`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new WriteIsvStateResponse({})); } /** * ISV记录数据传输当前状态 * * @param request - WriteIsvStateRequest * @returns WriteIsvStateResponse */ async writeIsvState(request: WriteIsvStateRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new WriteIsvStateHeaders({ }); return await this.writeIsvStateWithOptions(request, headers, runtime); } /** * 写入isv每日组织明细碳能量数据 * * @param request - WriteOrgCarbonRequest * @param headers - WriteOrgCarbonHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns WriteOrgCarbonResponse */ async writeOrgCarbonWithOptions(request: WriteOrgCarbonRequest, headers: WriteOrgCarbonHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.orgDetailsList)) { body["orgDetailsList"] = request.orgDetailsList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "WriteOrgCarbon", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/orgDetails/write`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new WriteOrgCarbonResponse({})); } /** * 写入isv每日组织明细碳能量数据 * * @param request - WriteOrgCarbonRequest * @returns WriteOrgCarbonResponse */ async writeOrgCarbon(request: WriteOrgCarbonRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new WriteOrgCarbonHeaders({ }); return await this.writeOrgCarbonWithOptions(request, headers, runtime); } /** * 写入isv每日用户明细碳能量数据 * * @param request - WriteUserCarbonRequest * @param headers - WriteUserCarbonHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns WriteUserCarbonResponse */ async writeUserCarbonWithOptions(request: WriteUserCarbonRequest, headers: WriteUserCarbonHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.userDetailsList)) { body["userDetailsList"] = request.userDetailsList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "WriteUserCarbon", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/userDetails/write`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new WriteUserCarbonResponse({})); } /** * 写入isv每日用户明细碳能量数据 * * @param request - WriteUserCarbonRequest * @returns WriteUserCarbonResponse */ async writeUserCarbon(request: WriteUserCarbonRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new WriteUserCarbonHeaders({ }); return await this.writeUserCarbonWithOptions(request, headers, runtime); } /** * 写入isv能耗每日用户明细碳能量数据 * * @param request - WriteUserCarbonEnergyRequest * @param headers - WriteUserCarbonEnergyHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns WriteUserCarbonEnergyResponse */ async writeUserCarbonEnergyWithOptions(request: WriteUserCarbonEnergyRequest, headers: WriteUserCarbonEnergyHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.userDetailsList)) { body["userDetailsList"] = request.userDetailsList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "WriteUserCarbonEnergy", version: "carbon_1.0", protocol: "HTTP", pathname: `/v1.0/carbon/userDetails/energies/write`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new WriteUserCarbonEnergyResponse({})); } /** * 写入isv能耗每日用户明细碳能量数据 * * @param request - WriteUserCarbonEnergyRequest * @returns WriteUserCarbonEnergyResponse */ async writeUserCarbonEnergy(request: WriteUserCarbonEnergyRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new WriteUserCarbonEnergyHeaders({ }); return await this.writeUserCarbonEnergyWithOptions(request, headers, runtime); } }