public final class RunningEtlTask
extends Object
| Constructor and Description |
|---|
RunningEtlTask()
Instantiates a new running etl task.
|
RunningEtlTask(String requestId,
String owner,
String name,
String code,
String type,
String tenant,
String language)
Instantiates a new running etl task.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the code.
|
String |
getLanguage()
Gets the language.
|
String |
getName()
Gets the name.
|
String |
getOwner()
Gets the owner.
|
String |
getRequestId()
Gets the request id.
|
Date |
getStarted()
Gets the started.
|
String |
getTenant()
Gets the tenant.
|
String |
getType()
Gets the type.
|
void |
setCode(String code)
Sets the code.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setName(String name)
Sets the name.
|
void |
setOwner(String owner)
Sets the owner.
|
void |
setRequestId(String requestId)
Sets the request id.
|
void |
setStarted(Date started)
Sets the started.
|
void |
setTenant(String tenant)
Sets the tenant.
|
void |
setType(String type)
Sets the type.
|
public RunningEtlTask()
public RunningEtlTask(String requestId,
String owner,
String name,
String code,
String type,
String tenant,
String language)
requestId - the request idowner - the ownername - the namecode - the codetype - the typetenant - the tenantlanguage - the languagepublic String getName()
public void setName(String name)
name - the new namepublic String getOwner()
public void setOwner(String owner)
owner - the new ownerpublic Date getStarted()
public void setStarted(Date started)
started - the new startedpublic String getCode()
public void setCode(String code)
code - the new codepublic String getRequestId()
public void setRequestId(String requestId)
requestId - the new request idpublic String getType()
public void setType(String type)
type - the new typepublic String getTenant()
public void setTenant(String tenant)
tenant - the new tenantpublic String getLanguage()
public void setLanguage(String language)
language - the new languageCopyright © 2010-2020 Toolsverse. All Rights Reserved.