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

com.aliyun.dingtalkedu_1_0.models.AdjustKitRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class AdjustKitRequest extends TeaModel {
    /**
     * example:
     * 

{""}

*/ @NameInMap("attributes") public String attributes; /** * example: *

dingxxx

*/ @NameInMap("corpId") public String corpId; /** * example: *

ISV_XXX

*/ @NameInMap("isvCode") public String isvCode; /** * example: *

course

*/ @NameInMap("isvProductScene") public String isvProductScene; /** * example: *

0

*/ @NameInMap("openEndTime") public Long openEndTime; /** * example: *

0

*/ @NameInMap("openStartTime") public Long openStartTime; /** * example: *

staffxxx

*/ @NameInMap("openUserId") public String openUserId; public static AdjustKitRequest build(java.util.Map map) throws Exception { AdjustKitRequest self = new AdjustKitRequest(); return TeaModel.build(map, self); } public AdjustKitRequest setAttributes(String attributes) { this.attributes = attributes; return this; } public String getAttributes() { return this.attributes; } public AdjustKitRequest setCorpId(String corpId) { this.corpId = corpId; return this; } public String getCorpId() { return this.corpId; } public AdjustKitRequest setIsvCode(String isvCode) { this.isvCode = isvCode; return this; } public String getIsvCode() { return this.isvCode; } public AdjustKitRequest setIsvProductScene(String isvProductScene) { this.isvProductScene = isvProductScene; return this; } public String getIsvProductScene() { return this.isvProductScene; } public AdjustKitRequest setOpenEndTime(Long openEndTime) { this.openEndTime = openEndTime; return this; } public Long getOpenEndTime() { return this.openEndTime; } public AdjustKitRequest setOpenStartTime(Long openStartTime) { this.openStartTime = openStartTime; return this; } public Long getOpenStartTime() { return this.openStartTime; } public AdjustKitRequest setOpenUserId(String openUserId) { this.openUserId = openUserId; return this; } public String getOpenUserId() { return this.openUserId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy