All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkchengfeng_1_0.models.SlsLogResp Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkchengfeng_1_0.models;

import com.aliyun.tea.*;

public class SlsLogResp extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

新增

*/ @NameInMap("action") public String action; /** *

This parameter is required.

* * example: *

HolidayChangeRecord

*/ @NameInMap("entity") public String entity; /** *

This parameter is required.

* * example: *

0ba35cd517156543461401313d12b4|null

*/ @NameInMap("header") public String header; /** *

This parameter is required.

* * example: *

123

*/ @NameInMap("id") public String id; /** *

This parameter is required.

* * example: *

提交申请

*/ @NameInMap("info") public String info; /** *

This parameter is required.

* * example: *

维同

*/ @NameInMap("operator") public String operator; /** *

This parameter is required.

* * example: *

橙奕科技

*/ @NameInMap("tenant") public String tenant; /** *

This parameter is required.

* * example: *

2

*/ @NameInMap("tenantId") public String tenantId; /** *

This parameter is required.

* * example: *

1638892800000

*/ @NameInMap("time") public Long time; public static SlsLogResp build(java.util.Map map) throws Exception { SlsLogResp self = new SlsLogResp(); return TeaModel.build(map, self); } public SlsLogResp setAction(String action) { this.action = action; return this; } public String getAction() { return this.action; } public SlsLogResp setEntity(String entity) { this.entity = entity; return this; } public String getEntity() { return this.entity; } public SlsLogResp setHeader(String header) { this.header = header; return this; } public String getHeader() { return this.header; } public SlsLogResp setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public SlsLogResp setInfo(String info) { this.info = info; return this; } public String getInfo() { return this.info; } public SlsLogResp setOperator(String operator) { this.operator = operator; return this; } public String getOperator() { return this.operator; } public SlsLogResp setTenant(String tenant) { this.tenant = tenant; return this; } public String getTenant() { return this.tenant; } public SlsLogResp setTenantId(String tenantId) { this.tenantId = tenantId; return this; } public String getTenantId() { return this.tenantId; } public SlsLogResp setTime(Long time) { this.time = time; return this; } public Long getTime() { return this.time; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy