public class DatasetNameInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SEPARATOR
数据集id分隔符
|
| Constructor and Description |
|---|
DatasetNameInfo(String datasetId) |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildDatasetId(String dsKey,
Integer type,
String fullName)
生成数据集的id
|
String |
getDsKey()
数据源标识
|
String |
getName()
数据集名称
|
String |
getShortName()
获取不带前缀的数据名称
|
Integer |
getType()
数据集类型(DatasetTypeEnum)
|
public static final String KEY_SEPARATOR
public DatasetNameInfo(String datasetId)
public String getShortName()
public static String buildDatasetId(String dsKey, Integer type, String fullName)
dsKey - 数据源标识type - 数据集类型fullName - 数据集名称public String getDsKey()
public Integer getType()
public String getName()
Copyright © 2025. All rights reserved.