1 | <?php |
||
8 | class GetAUJobSummaryRequest extends ANetApiRequestType |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @property string $month |
||
13 | */ |
||
14 | private $month = null; |
||
15 | |||
16 | /** |
||
17 | * Gets as month |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | public function getMonth() |
||
25 | |||
26 | /** |
||
27 | * Sets a new month |
||
28 | * |
||
29 | * @param string $month |
||
30 | * @return self |
||
31 | */ |
||
32 | public function setMonth($month) |
||
37 | |||
38 | |||
39 | } |
||
40 | |||
41 |