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

com.aliyun.dingtalkdatacenter_1_0.models.GetBasicInfoResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

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

[ { "ENT_NAME": "xx", "LEGAL_NAME": "xx", "ES_DATE": "2006-12-07", "ENT_STATUS": "在营", "REG_CAP": "1000万人民币", "REC_CAP": "1000万人民币", "SOCIAL_CREDIT_CODE": "91330108793696828A", "LICENSE_NUMBER": "330108000000965", "ORG_NO": "793696828", "TAX_NUM": "91330108793696828A", "ENT_TYPE": "有限责任公司(非自然人投资或控股的法人独资)", "INDUSTRY_NAME_LV1": "租赁和商务服务业", "INDUSTRY_NAME_LV2": "商务服务业", "OP_FROM": "2006-12-07", "OP_TO": "2036-12-06", "COLLEGUES_NUM": "6", "ENT_NAME_ENG": "Hangzhou Ali Baba Advertising Co.,Ltd.", "FORMER_NAMES": "xx", "REG_ORG": "xx", "REG_ORG_PROVINCE": "浙江省", "REG_ORG_CITY": "杭州市", "REG_ORG_DISTRICT": "滨江区", "STD_REG_CAP": 10000000 } ]

*/ @NameInMap("data") public String data; @NameInMap("total") public Long total; public static GetBasicInfoResponseBody build(java.util.Map map) throws Exception { GetBasicInfoResponseBody self = new GetBasicInfoResponseBody(); return TeaModel.build(map, self); } public GetBasicInfoResponseBody setData(String data) { this.data = data; return this; } public String getData() { return this.data; } public GetBasicInfoResponseBody setTotal(Long total) { this.total = total; return this; } public Long getTotal() { return this.total; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy