Class TransformationRequest

java.lang.Object
pl.put.poznan.transformer.rest.TransformationRequest

public class TransformationRequest extends Object
  • Constructor Details

    • TransformationRequest

      public TransformationRequest()
    • TransformationRequest

      public TransformationRequest(String text, String[] transforms)
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getTransforms

      public String[] getTransforms()
    • setTransforms

      public void setTransforms(String[] transforms)