Package at.letto.dto

Class ServiceInfoDTO

java.lang.Object
at.letto.dto.ServiceInfoDTO

public class ServiceInfoDTO extends Object
  • Field Details

    • serviceName

      protected String serviceName
      Name des Services
    • version

      protected String version
      Version des Services
    • author

      protected String author
      Information über den Autor des Services
    • license

      protected String license
      Information über die Lizenz des Services
    • endpoints

      protected String endpoints
      Information über die Endpoints des Services
    • jarfilename

      protected String jarfilename
      Jardatei welche gestartet wurde
    • starttime

      protected String starttime
      Datum und Uhrzeit des Service-Starts
    • adminInfoDto

      protected AdminInfoDto adminInfoDto
      Administrative Information über das Service
    • jarLibs

      protected List<String> jarLibs
      Liste aller Library-jars welche in diesem Service verwendet werden
  • Constructor Details

    • ServiceInfoDTO

      public ServiceInfoDTO()