Class TransferFileParameterDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.TransferFileParameterDTO

public class TransferFileParameterDTO extends Object
A generic parameter for use-case specific information, e.g. the life time of a file or the number of allowed downloads.
  • Field Details

    • key

      public String key
      Key of the parameter
    • value

      public String value
      Value of the parameter
  • Constructor Details

    • TransferFileParameterDTO

      public TransferFileParameterDTO()