![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.dingtalkyida_1_0.models.ListOperationLogsResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dingtalk Show documentation
Show all versions of dingtalk Show documentation
Alibaba Cloud dingtalk SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkyida_1_0.models;
import com.aliyun.tea.*;
public class ListOperationLogsResponseBody extends TeaModel {
/**
* This parameter is required.
*
* example:
* {"FINST-GW866DA1NHFZIPNE03UTM88NOAGQ27Q9VUP1L0":[{"currentText":null,"componentType":null,"gmtModified":"2022-04-08 11:15:34","preText":null,"operationType":"CREATE","componentName":"","operator":{"userInfo":null,"tbWang":null,"depDesc":null,"displayName":"娄修俊","mastedataDeptments":null,"orderNum":null,"displayEnName":null,"userId":null,"personalPhoto":null,"status":null},"fieldId":null}]}
*/
@NameInMap("operationLogMap")
public java.util.Map operationLogMap;
public static ListOperationLogsResponseBody build(java.util.Map map) throws Exception {
ListOperationLogsResponseBody self = new ListOperationLogsResponseBody();
return TeaModel.build(map, self);
}
public ListOperationLogsResponseBody setOperationLogMap(java.util.Map operationLogMap) {
this.operationLogMap = operationLogMap;
return this;
}
public java.util.Map getOperationLogMap() {
return this.operationLogMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy