| 1 | <?php |
||
| 8 | class GetAUJobDetailsRequest extends ANetApiRequestType |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @property string $month |
||
| 13 | */ |
||
| 14 | private $month = null; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @property string $modifiedTypeFilter |
||
| 18 | */ |
||
| 19 | private $modifiedTypeFilter = null; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @property \net\authorize\api\contract\v1\PagingType $paging |
||
| 23 | */ |
||
| 24 | private $paging = null; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Gets as month |
||
| 28 | * |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getMonth() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Sets a new month |
||
| 38 | * |
||
| 39 | * @param string $month |
||
| 40 | * @return self |
||
| 41 | */ |
||
| 42 | public function setMonth($month) |
||
| 47 | |||
| 48 | /** |
||
| 49 | * Gets as modifiedTypeFilter |
||
| 50 | * |
||
| 51 | * @return string |
||
| 52 | */ |
||
| 53 | public function getModifiedTypeFilter() |
||
| 57 | |||
| 58 | /** |
||
| 59 | * Sets a new modifiedTypeFilter |
||
| 60 | * |
||
| 61 | * @param string $modifiedTypeFilter |
||
| 62 | * @return self |
||
| 63 | */ |
||
| 64 | public function setModifiedTypeFilter($modifiedTypeFilter) |
||
| 69 | |||
| 70 | /** |
||
| 71 | * Gets as paging |
||
| 72 | * |
||
| 73 | * @return \net\authorize\api\contract\v1\PagingType |
||
| 74 | */ |
||
| 75 | public function getPaging() |
||
| 79 | |||
| 80 | /** |
||
| 81 | * Sets a new paging |
||
| 82 | * |
||
| 83 | * @param \net\authorize\api\contract\v1\PagingType $paging |
||
| 84 | * @return self |
||
| 85 | */ |
||
| 86 | public function setPaging(\net\authorize\api\contract\v1\PagingType $paging) |
||
| 91 | |||
| 92 | |||
| 93 | } |
||
| 94 | |||
| 95 |