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

com.aliyun.dysmsapi20170525.models.QueryMobilesCardSupportShrinkRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class QueryMobilesCardSupportShrinkRequest extends TeaModel {
    /**
     * 

The list of mobile phone numbers.

*

This parameter is required.

*/ @NameInMap("Mobiles") public String mobilesShrink; /** *

The code of the message template. You can view the template code in the Template Code column on the Templates tab of the Go China page in the Alibaba Cloud SMS console.

*
*

Make sure that the message template has been approved.

*
*

This parameter is required.

* * example: *

CARD_SMS_0000

*/ @NameInMap("TemplateCode") public String templateCode; public static QueryMobilesCardSupportShrinkRequest build(java.util.Map map) throws Exception { QueryMobilesCardSupportShrinkRequest self = new QueryMobilesCardSupportShrinkRequest(); return TeaModel.build(map, self); } public QueryMobilesCardSupportShrinkRequest setMobilesShrink(String mobilesShrink) { this.mobilesShrink = mobilesShrink; return this; } public String getMobilesShrink() { return this.mobilesShrink; } public QueryMobilesCardSupportShrinkRequest setTemplateCode(String templateCode) { this.templateCode = templateCode; return this; } public String getTemplateCode() { return this.templateCode; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy