| 1 | <?php |
||
| 19 | class GetSystemStatusResponse extends Response |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | protected $GetSystemStatusResult; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * |
||
| 28 | */ |
||
| 29 | 1 | public function __construct() |
|
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | 1 | public function getCode() |
|
| 43 | |||
| 44 | /** |
||
| 45 | * |
||
| 46 | * @return string System status |
||
| 47 | */ |
||
| 48 | 1 | public function getStatus() |
|
| 53 | |||
| 54 | /** |
||
| 55 | * |
||
| 56 | * @return string Provider API version |
||
| 57 | */ |
||
| 58 | 1 | public function getVersion() |
|
| 63 | } |
||
| 64 |