public class AtlasDataInputParams extends Object
| Constructor and Description |
|---|
AtlasDataInputParams() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDataPath()
数据文件路径
|
String |
getDatasetName()
数据名称
|
String |
getDsKey()
数据源key
|
Boolean |
getOverwrite()
是否覆盖已有数据
|
int |
hashCode() |
void |
setDataPath(String dataPath)
数据文件路径
|
void |
setDatasetName(String datasetName)
数据名称
|
void |
setDsKey(String dsKey)
数据源key
|
void |
setOverwrite(Boolean overwrite)
是否覆盖已有数据
|
String |
toString() |
public String getDsKey()
public String getDatasetName()
public String getDataPath()
public Boolean getOverwrite()
public void setDsKey(String dsKey)
public void setDatasetName(String datasetName)
public void setDataPath(String dataPath)
public void setOverwrite(Boolean overwrite)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.