public class TaskDataRegistry extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TaskDataRegistry()  | 
TaskDataRegistry(TaskDataRegistry source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDatabaseName()
Get Database name. 
 | 
String | 
getDataFlowType()
Get Input output table data type. 
 | 
String | 
getDatasourceId()
Get Data source ID. 
 | 
String | 
getDbGuid()
Get Database unique id.. 
 | 
String | 
getPartitionName()
Get Partition name 
 | 
String | 
getTableGuid()
Get Unique id of the table. 
 | 
String | 
getTableName()
Get Table name 
 | 
String | 
getTablePhysicalId()
Get Physical unique ID.. 
 | 
void | 
setDatabaseName(String DatabaseName)
Set Database name. 
 | 
void | 
setDataFlowType(String DataFlowType)
Set Input output table data type. 
 | 
void | 
setDatasourceId(String DatasourceId)
Set Data source ID. 
 | 
void | 
setDbGuid(String DbGuid)
Set Database unique id.. 
 | 
void | 
setPartitionName(String PartitionName)
Set Partition name 
 | 
void | 
setTableGuid(String TableGuid)
Set Unique id of the table. 
 | 
void | 
setTableName(String TableName)
Set Table name 
 | 
void | 
setTablePhysicalId(String TablePhysicalId)
Set Physical unique ID.. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskDataRegistry()
public TaskDataRegistry(TaskDataRegistry source)
public String getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId - Data source ID.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - Database name.public String getTableName()
public void setTableName(String TableName)
TableName - Table namepublic String getPartitionName()
public void setPartitionName(String PartitionName)
PartitionName - Partition namepublic String getDataFlowType()
public void setDataFlowType(String DataFlowType)
DataFlowType - Input output table data type.
Input stream:
 UPSTREAM,
Output stream:
  DOWNSTREAM;.public String getTablePhysicalId()
public void setTablePhysicalId(String TablePhysicalId)
TablePhysicalId - Physical unique ID..public String getDbGuid()
public void setDbGuid(String DbGuid)
DbGuid - Database unique id..public String getTableGuid()
public void setTableGuid(String TableGuid)
TableGuid - Unique id of the table.Copyright © 2025. All rights reserved.