Class MessageReadResponse
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.bsh.json.BshResponse
-
- de.frankmuenster.mahoe.banks.bsh.json.MessageReadResponse
-
- All Implemented Interfaces:
IBshResponse
public class MessageReadResponse extends BshResponse implements IBshResponse
Antwort der Setzte-Gelesen-Nachrichten-Abfrage- Author:
- Frank Münster
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
MessageReadResponse.ReadObject
JSON Count Object (Nachrichten)
-
Constructor Summary
Constructors Constructor Description MessageReadResponse()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageReadResponse.ReadObject
getRead()
Liefert die Anzahl an neuen Nachrichten.-
Methods inherited from class de.frankmuenster.mahoe.banks.bsh.json.BshResponse
getErrors, getStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.frankmuenster.mahoe.banks.bsh.json.IBshResponse
getStatus
-
-
-
-
Method Detail
-
getRead
public MessageReadResponse.ReadObject getRead()
Liefert die Anzahl an neuen Nachrichten.- Returns:
- die Anzahl an neuen Nachrichten.
-
-