public class LandingTable extends Object
| Constructor and Description |
|---|
LandingTable() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxRuns() |
String |
getName() |
String |
getSchema() |
LandingTableType |
getType() |
UpdateMethodType |
getUpdateMethodType() |
Boolean |
isIncludeToProject() |
void |
setIncludeToProject(Boolean includeToProject) |
void |
setMaxRuns(Integer maxRuns) |
void |
setName(String name) |
void |
setSchema(String schema) |
void |
setType(LandingTableType type) |
void |
setUpdateMethodType(UpdateMethodType updateMethodType) |
String |
toString() |
public String getName()
public void setName(String name)
public LandingTableType getType()
public void setType(LandingTableType type)
public String getSchema()
public void setSchema(String schema)
public UpdateMethodType getUpdateMethodType()
public void setUpdateMethodType(UpdateMethodType updateMethodType)
public Integer getMaxRuns()
public void setMaxRuns(Integer maxRuns)
public Boolean isIncludeToProject()
public void setIncludeToProject(Boolean includeToProject)
Copyright © 2018–2021 ODPi. All rights reserved.