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

com.aliyun.dingtalkapaas_1_0.models.QueryIndustryTagListResponseBody 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 QueryIndustryTagListResponseBody extends TeaModel {
    @NameInMap("industryList")
    public java.util.List industryList;

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

    public QueryIndustryTagListResponseBody setIndustryList(java.util.List industryList) {
        this.industryList = industryList;
        return this;
    }
    public java.util.List getIndustryList() {
        return this.industryList;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy