public class TransformationFunctionAttached extends RestDto<TransformationFunctionAttached>
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformationFunctionAttached.TransformationFunctionAttachedBuilder |
| Constructor and Description |
|---|
TransformationFunctionAttached() |
TransformationFunctionAttached(String name,
TransformationFunction transformationFunction) |
| Modifier and Type | Method and Description |
|---|---|
static TransformationFunctionAttached.TransformationFunctionAttachedBuilder |
builder() |
String |
getName() |
TransformationFunction |
getTransformationFunction() |
void |
setName(String name) |
void |
setTransformationFunction(TransformationFunction transformationFunction) |
public TransformationFunctionAttached(String name, TransformationFunction transformationFunction)
public TransformationFunctionAttached()
public static TransformationFunctionAttached.TransformationFunctionAttachedBuilder builder()
public String getName()
public void setName(String name)
public TransformationFunction getTransformationFunction()
public void setTransformationFunction(TransformationFunction transformationFunction)
Copyright © 2023. All rights reserved.