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

com.aliyun.dingtalkindustry_1_0.models.DigitalStoreSceneScopeRequest 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.dingtalkindustry_1_0.models;

import com.aliyun.tea.*;

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

cidxxa9122s733s1==

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

achieveAllocate

*/ @NameInMap("sceneCode") public String sceneCode; public static DigitalStoreSceneScopeRequest build(java.util.Map map) throws Exception { DigitalStoreSceneScopeRequest self = new DigitalStoreSceneScopeRequest(); return TeaModel.build(map, self); } public DigitalStoreSceneScopeRequest setOpenConversationId(String openConversationId) { this.openConversationId = openConversationId; return this; } public String getOpenConversationId() { return this.openConversationId; } public DigitalStoreSceneScopeRequest setSceneCode(String sceneCode) { this.sceneCode = sceneCode; return this; } public String getSceneCode() { return this.sceneCode; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy