Class BshResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      BshResponse()
      Standardkonstruktor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Error> getErrors()
      Liste mit Fehler, falls vorhanden.
      Status getStatus()
      Liefert den Status der Antwort
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BshResponse

        public BshResponse()
        Standardkonstruktor
    • Method Detail

      • getErrors

        public java.util.List<Error> getErrors()
        Liste mit Fehler, falls vorhanden.
        Returns:
        Liste mit Fehler, falls vorhanden.