public class Status extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
statusCode |
protected String |
statusMesssage |
| Constructor and Description |
|---|
Status(String statusCode,
String statusMesssage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatusCode()
Kód chyby, viz oficiální dokumentace k DS.
|
String |
getStatusMesssage()
Stavová hláška, viz oficiální dokumentace k DS.
|
boolean |
ok() |
Copyright © 2017. All rights reserved.