public class GwFundRouterResult
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
abbreFundName
example:
|
String |
fundCode
example:
|
| Constructor and Description |
|---|
GwFundRouterResult() |
| Modifier and Type | Method and Description |
|---|---|
static GwFundRouterResult |
build(Map<String,?> map) |
String |
getAbbreFundName() |
String |
getFundCode() |
GwFundRouterResult |
setAbbreFundName(String abbreFundName) |
GwFundRouterResult |
setFundCode(String fundCode) |
@NameInMap(value="fund_code") @Validation(required=true) public String fundCode
D2024082100001
@NameInMap(value="abbre_fund_name") @Validation(required=true) public String abbreFundName
杭银消金
public static GwFundRouterResult build(Map<String,?> map) throws Exception
Exceptionpublic GwFundRouterResult setFundCode(String fundCode)
public String getFundCode()
public GwFundRouterResult setAbbreFundName(String abbreFundName)
public String getAbbreFundName()
Copyright © 2025. All rights reserved.