public class GetInvestmentAbroadResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
data
example:
[ { "InvestLicenseNo": "440301104818958", "InvestStatus": "在营", "InvestEsDate": "1998-11-25", "InvestCreditCode": "914403007084643962", "ShouldCap": "2000.0万人民币", "EntName": "华为技术有限公司", "InvestLegalName": "汤启兵", "StockPercentage": "100.0%", "InvestName": "深圳市华为技术服务有限公司", "InvestRegCap": "2000.0万人民币" } ]
|
Long |
total |
构造器和说明 |
---|
GetInvestmentAbroadResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetInvestmentAbroadResponseBody |
build(Map<String,?> map) |
String |
getData() |
Long |
getTotal() |
GetInvestmentAbroadResponseBody |
setData(String data) |
GetInvestmentAbroadResponseBody |
setTotal(Long total) |
@NameInMap(value="data") public String data
[ { "InvestLicenseNo": "440301104818958", "InvestStatus": "在营", "InvestEsDate": "1998-11-25", "InvestCreditCode": "914403007084643962", "ShouldCap": "2000.0万人民币", "EntName": "华为技术有限公司", "InvestLegalName": "汤启兵", "StockPercentage": "100.0%", "InvestName": "深圳市华为技术服务有限公司", "InvestRegCap": "2000.0万人民币" } ]
@NameInMap(value="total") public Long total
public static GetInvestmentAbroadResponseBody build(Map<String,?> map) throws Exception
Exception
public GetInvestmentAbroadResponseBody setData(String data)
public String getData()
public GetInvestmentAbroadResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.