public class TransformationFunction extends RestDto<TransformationFunction>
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformationFunction.TransformationFunctionBuilder |
| Constructor and Description |
|---|
TransformationFunction() |
TransformationFunction(Integer id,
String name,
String outputType,
Integer version,
String sourceCodeContent,
Integer featurestoreId) |
| Modifier and Type | Method and Description |
|---|---|
static TransformationFunction.TransformationFunctionBuilder |
builder() |
Integer |
getFeaturestoreId() |
Integer |
getId() |
String |
getName() |
String |
getOutputType() |
String |
getSourceCodeContent() |
Integer |
getVersion() |
void |
setFeaturestoreId(Integer featurestoreId) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setOutputType(String outputType) |
void |
setSourceCodeContent(String sourceCodeContent) |
void |
setVersion(Integer version) |
public TransformationFunction(Integer id, String name, String outputType, Integer version, String sourceCodeContent, Integer featurestoreId)
public TransformationFunction()
public static TransformationFunction.TransformationFunctionBuilder builder()
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getOutputType()
public void setOutputType(String outputType)
public Integer getVersion()
public void setVersion(Integer version)
public String getSourceCodeContent()
public void setSourceCodeContent(String sourceCodeContent)
public Integer getFeaturestoreId()
public void setFeaturestoreId(Integer featurestoreId)
Copyright © 2023. All rights reserved.