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

com.aliyun.dingtalkcrm_1_0.models.RecallOfficialAccountOTOMessageRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcrm_1_0.models;

import com.aliyun.tea.*;

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

ding123

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

This parameter is required.

* * example: *

SWXXX

*/ @NameInMap("openPushId") public String openPushId; public static RecallOfficialAccountOTOMessageRequest build(java.util.Map map) throws Exception { RecallOfficialAccountOTOMessageRequest self = new RecallOfficialAccountOTOMessageRequest(); return TeaModel.build(map, self); } public RecallOfficialAccountOTOMessageRequest setAccountId(String accountId) { this.accountId = accountId; return this; } public String getAccountId() { return this.accountId; } public RecallOfficialAccountOTOMessageRequest setOpenPushId(String openPushId) { this.openPushId = openPushId; return this; } public String getOpenPushId() { return this.openPushId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy