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

com.aliyun.dingtalkapaas_1_0.models.BatchQueryByTemplateKeyResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class BatchQueryByTemplateKeyResponseBody extends TeaModel {
    @NameInMap("templateList")
    public java.util.List templateList;

    public static BatchQueryByTemplateKeyResponseBody build(java.util.Map map) throws Exception {
        BatchQueryByTemplateKeyResponseBody self = new BatchQueryByTemplateKeyResponseBody();
        return TeaModel.build(map, self);
    }

    public BatchQueryByTemplateKeyResponseBody setTemplateList(java.util.List templateList) {
        this.templateList = templateList;
        return this;
    }
    public java.util.List getTemplateList() {
        return this.templateList;
    }

    public static class BatchQueryByTemplateKeyResponseBodyTemplateList extends TeaModel {
        @NameInMap("adaptEnv")
        public java.util.List adaptEnv;

        @NameInMap("appDesc")
        public String appDesc;

        @NameInMap("appIcon")
        public String appIcon;

        @NameInMap("caseVideoList")
        public java.util.List caseVideoList;

        @NameInMap("category")
        public String category;

        @NameInMap("coverImgList")
        public java.util.List coverImgList;

        @NameInMap("expUrl")
        public String expUrl;

        @NameInMap("industryLabelList")
        public java.util.List industryLabelList;

        @NameInMap("installTimes")
        public Float installTimes;

        @NameInMap("mobilePreviewMediaList")
        public java.util.List mobilePreviewMediaList;

        @NameInMap("name")
        public String name;

        @NameInMap("previewMediaList")
        public java.util.List previewMediaList;

        @NameInMap("providerName")
        public String providerName;

        @NameInMap("roleLabelList")
        public java.util.List roleLabelList;

        @NameInMap("simpleDesc")
        public String simpleDesc;

        @NameInMap("templateKey")
        public String templateKey;

        @NameInMap("useCasesMediaList")
        public java.util.List useCasesMediaList;

        public static BatchQueryByTemplateKeyResponseBodyTemplateList build(java.util.Map map) throws Exception {
            BatchQueryByTemplateKeyResponseBodyTemplateList self = new BatchQueryByTemplateKeyResponseBodyTemplateList();
            return TeaModel.build(map, self);
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setAdaptEnv(java.util.List adaptEnv) {
            this.adaptEnv = adaptEnv;
            return this;
        }
        public java.util.List getAdaptEnv() {
            return this.adaptEnv;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setAppDesc(String appDesc) {
            this.appDesc = appDesc;
            return this;
        }
        public String getAppDesc() {
            return this.appDesc;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setAppIcon(String appIcon) {
            this.appIcon = appIcon;
            return this;
        }
        public String getAppIcon() {
            return this.appIcon;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setCaseVideoList(java.util.List caseVideoList) {
            this.caseVideoList = caseVideoList;
            return this;
        }
        public java.util.List getCaseVideoList() {
            return this.caseVideoList;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setCategory(String category) {
            this.category = category;
            return this;
        }
        public String getCategory() {
            return this.category;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setCoverImgList(java.util.List coverImgList) {
            this.coverImgList = coverImgList;
            return this;
        }
        public java.util.List getCoverImgList() {
            return this.coverImgList;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setExpUrl(String expUrl) {
            this.expUrl = expUrl;
            return this;
        }
        public String getExpUrl() {
            return this.expUrl;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setIndustryLabelList(java.util.List industryLabelList) {
            this.industryLabelList = industryLabelList;
            return this;
        }
        public java.util.List getIndustryLabelList() {
            return this.industryLabelList;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setInstallTimes(Float installTimes) {
            this.installTimes = installTimes;
            return this;
        }
        public Float getInstallTimes() {
            return this.installTimes;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setMobilePreviewMediaList(java.util.List mobilePreviewMediaList) {
            this.mobilePreviewMediaList = mobilePreviewMediaList;
            return this;
        }
        public java.util.List getMobilePreviewMediaList() {
            return this.mobilePreviewMediaList;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setName(String name) {
            this.name = name;
            return this;
        }
        public String getName() {
            return this.name;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setPreviewMediaList(java.util.List previewMediaList) {
            this.previewMediaList = previewMediaList;
            return this;
        }
        public java.util.List getPreviewMediaList() {
            return this.previewMediaList;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setProviderName(String providerName) {
            this.providerName = providerName;
            return this;
        }
        public String getProviderName() {
            return this.providerName;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setRoleLabelList(java.util.List roleLabelList) {
            this.roleLabelList = roleLabelList;
            return this;
        }
        public java.util.List getRoleLabelList() {
            return this.roleLabelList;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setSimpleDesc(String simpleDesc) {
            this.simpleDesc = simpleDesc;
            return this;
        }
        public String getSimpleDesc() {
            return this.simpleDesc;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setTemplateKey(String templateKey) {
            this.templateKey = templateKey;
            return this;
        }
        public String getTemplateKey() {
            return this.templateKey;
        }

        public BatchQueryByTemplateKeyResponseBodyTemplateList setUseCasesMediaList(java.util.List useCasesMediaList) {
            this.useCasesMediaList = useCasesMediaList;
            return this;
        }
        public java.util.List getUseCasesMediaList() {
            return this.useCasesMediaList;
        }

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy