public class MaestroProcessedInfo extends Object
Constructor and Description |
---|
MaestroProcessedInfo(int noteCount) |
Modifier and Type | Method and Description |
---|---|
int |
getNoteCount() |
int |
getNotificationCount() |
int |
getRequestCount() |
int |
getResponseCount() |
void |
incrementNotificationCount() |
void |
incrementRequestCount() |
void |
incrementResponseCount() |
public int getNoteCount()
public int getResponseCount()
public void incrementResponseCount()
public int getNotificationCount()
public void incrementNotificationCount()
public int getRequestCount()
public void incrementRequestCount()
This documentation was released into the public domain.