Class TransformationDTO

java.lang.Object
org.openhab.core.io.rest.transform.TransformationDTO

@NonNullByDefault public class TransformationDTO extends Object
Author:
Jan N. Klug - Initial contribution
  • Field Details

    • uid

      public String uid
    • label

      public String label
    • type

      public String type
    • configuration

      public Map<String,String> configuration
    • editable

      public boolean editable
  • Constructor Details

    • TransformationDTO

      public TransformationDTO(Transformation transformation)