Total Complexity | 34 |
Total Lines | 341 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class NcentralClient extends \Phpro\SoapClient\Client |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @param RequestInterface|Type\ActiveIssuesList $parameters |
||
15 | * @return ResultInterface|Type\ActiveIssuesListResponse |
||
16 | * @throws SoapException |
||
17 | */ |
||
18 | public function activeIssuesList(\Spinen\Nable\Ncentral\Type\ActiveIssuesList $parameters) : \Spinen\Nable\Ncentral\Type\ActiveIssuesListResponse |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param RequestInterface|Type\CustomerAdd $parameters |
||
25 | * @return ResultInterface|Type\CustomerAddResponse |
||
26 | * @throws SoapException |
||
27 | */ |
||
28 | public function customerAdd(\Spinen\Nable\Ncentral\Type\CustomerAdd $parameters) : \Spinen\Nable\Ncentral\Type\CustomerAddResponse |
||
29 | { |
||
30 | return $this->call('customerAdd', $parameters); |
||
1 ignored issue
–
show
|
|||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @param RequestInterface|Type\OrganizationPropertyList $parameters |
||
35 | * @return ResultInterface|Type\OrganizationPropertyListResponse |
||
36 | * @throws SoapException |
||
37 | */ |
||
38 | public function organizationPropertyList(\Spinen\Nable\Ncentral\Type\OrganizationPropertyList $parameters) : \Spinen\Nable\Ncentral\Type\OrganizationPropertyListResponse |
||
39 | { |
||
40 | return $this->call('organizationPropertyList', $parameters); |
||
1 ignored issue
–
show
|
|||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @param RequestInterface|Type\AccessGroupAdd $parameters |
||
45 | * @return ResultInterface|Type\AccessGroupAddResponse |
||
46 | * @throws SoapException |
||
47 | */ |
||
48 | public function accessGroupAdd(\Spinen\Nable\Ncentral\Type\AccessGroupAdd $parameters) : \Spinen\Nable\Ncentral\Type\AccessGroupAddResponse |
||
49 | { |
||
50 | return $this->call('accessGroupAdd', $parameters); |
||
1 ignored issue
–
show
|
|||
51 | } |
||
52 | |||
53 | /** |
||
54 | * @param RequestInterface|Type\LastExportReset $parameters |
||
55 | * @return ResultInterface|Type\LastExportResetResponse |
||
56 | * @throws SoapException |
||
57 | */ |
||
58 | public function lastExportReset(\Spinen\Nable\Ncentral\Type\LastExportReset $parameters) : \Spinen\Nable\Ncentral\Type\LastExportResetResponse |
||
59 | { |
||
60 | return $this->call('lastExportReset', $parameters); |
||
1 ignored issue
–
show
|
|||
61 | } |
||
62 | |||
63 | /** |
||
64 | * @param RequestInterface|Type\UserRoleList $parameters |
||
65 | * @return ResultInterface|Type\UserRoleListResponse |
||
66 | * @throws SoapException |
||
67 | */ |
||
68 | public function userRoleList(\Spinen\Nable\Ncentral\Type\UserRoleList $parameters) : \Spinen\Nable\Ncentral\Type\UserRoleListResponse |
||
69 | { |
||
70 | return $this->call('userRoleList', $parameters); |
||
1 ignored issue
–
show
|
|||
71 | } |
||
72 | |||
73 | /** |
||
74 | * @param RequestInterface|Type\DeviceGetStatus $parameters |
||
75 | * @return ResultInterface|Type\DeviceGetStatusResponse |
||
76 | * @throws SoapException |
||
77 | */ |
||
78 | public function deviceGetStatus(\Spinen\Nable\Ncentral\Type\DeviceGetStatus $parameters) : \Spinen\Nable\Ncentral\Type\DeviceGetStatusResponse |
||
81 | } |
||
82 | |||
83 | /** |
||
84 | * @param RequestInterface|Type\PsaCreateCustomTicket $parameters |
||
85 | * @return ResultInterface|Type\PsaCreateCustomTicketResponse |
||
86 | * @throws SoapException |
||
87 | */ |
||
88 | public function psaCreateCustomTicket(\Spinen\Nable\Ncentral\Type\PsaCreateCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaCreateCustomTicketResponse |
||
89 | { |
||
90 | return $this->call('psaCreateCustomTicket', $parameters); |
||
1 ignored issue
–
show
|
|||
91 | } |
||
92 | |||
93 | /** |
||
94 | * @param RequestInterface|Type\AccessGroupList $parameters |
||
95 | * @return ResultInterface|Type\AccessGroupListResponse |
||
96 | * @throws SoapException |
||
97 | */ |
||
98 | public function accessGroupList(\Spinen\Nable\Ncentral\Type\AccessGroupList $parameters) : \Spinen\Nable\Ncentral\Type\AccessGroupListResponse |
||
99 | { |
||
100 | return $this->call('accessGroupList', $parameters); |
||
1 ignored issue
–
show
|
|||
101 | } |
||
102 | |||
103 | /** |
||
104 | * @param RequestInterface|Type\SOAdd $parameters |
||
105 | * @return ResultInterface|Type\SOAddResponse |
||
106 | * @throws SoapException |
||
107 | */ |
||
108 | public function sOAdd(\Spinen\Nable\Ncentral\Type\SOAdd $parameters) : \Spinen\Nable\Ncentral\Type\SOAddResponse |
||
109 | { |
||
110 | return $this->call('SOAdd', $parameters); |
||
1 ignored issue
–
show
|
|||
111 | } |
||
112 | |||
113 | /** |
||
114 | * @param RequestInterface|Type\UserRoleAdd $parameters |
||
115 | * @return ResultInterface|Type\UserRoleAddResponse |
||
116 | * @throws SoapException |
||
117 | */ |
||
118 | public function userRoleAdd(\Spinen\Nable\Ncentral\Type\UserRoleAdd $parameters) : \Spinen\Nable\Ncentral\Type\UserRoleAddResponse |
||
119 | { |
||
120 | return $this->call('userRoleAdd', $parameters); |
||
1 ignored issue
–
show
|
|||
121 | } |
||
122 | |||
123 | /** |
||
124 | * @param RequestInterface|Type\CustomerDelete $parameters |
||
125 | * @return ResultInterface|Type\CustomerDeleteResponse |
||
126 | * @throws SoapException |
||
127 | */ |
||
128 | public function customerDelete(\Spinen\Nable\Ncentral\Type\CustomerDelete $parameters) : \Spinen\Nable\Ncentral\Type\CustomerDeleteResponse |
||
129 | { |
||
130 | return $this->call('customerDelete', $parameters); |
||
1 ignored issue
–
show
|
|||
131 | } |
||
132 | |||
133 | /** |
||
134 | * @param RequestInterface|Type\OrganizationPropertyModify $parameters |
||
135 | * @return ResultInterface|Type\OrganizationPropertyModifyResponse |
||
136 | * @throws SoapException |
||
137 | */ |
||
138 | public function organizationPropertyModify(\Spinen\Nable\Ncentral\Type\OrganizationPropertyModify $parameters) : \Spinen\Nable\Ncentral\Type\OrganizationPropertyModifyResponse |
||
139 | { |
||
140 | return $this->call('organizationPropertyModify', $parameters); |
||
1 ignored issue
–
show
|
|||
141 | } |
||
142 | |||
143 | /** |
||
144 | * @param RequestInterface|Type\DeviceList $parameters |
||
145 | * @return ResultInterface|Type\DeviceListResponse |
||
146 | * @throws SoapException |
||
147 | */ |
||
148 | public function deviceList(\Spinen\Nable\Ncentral\Type\DeviceList $parameters) : \Spinen\Nable\Ncentral\Type\DeviceListResponse |
||
149 | { |
||
150 | return $this->call('deviceList', $parameters); |
||
1 ignored issue
–
show
|
|||
151 | } |
||
152 | |||
153 | /** |
||
154 | * @param RequestInterface|Type\JobStatusList $parameters |
||
155 | * @return ResultInterface|Type\JobStatusListResponse |
||
156 | * @throws SoapException |
||
157 | */ |
||
158 | public function jobStatusList(\Spinen\Nable\Ncentral\Type\JobStatusList $parameters) : \Spinen\Nable\Ncentral\Type\JobStatusListResponse |
||
159 | { |
||
160 | return $this->call('jobStatusList', $parameters); |
||
1 ignored issue
–
show
|
|||
161 | } |
||
162 | |||
163 | /** |
||
164 | * @param RequestInterface|Type\CustomerModify $parameters |
||
165 | * @return ResultInterface|Type\CustomerModifyResponse |
||
166 | * @throws SoapException |
||
167 | */ |
||
168 | public function customerModify(\Spinen\Nable\Ncentral\Type\CustomerModify $parameters) : \Spinen\Nable\Ncentral\Type\CustomerModifyResponse |
||
169 | { |
||
170 | return $this->call('customerModify', $parameters); |
||
1 ignored issue
–
show
|
|||
171 | } |
||
172 | |||
173 | /** |
||
174 | * @param RequestInterface|Type\DeviceAssetInfoExportDevice $parameters |
||
175 | * @return ResultInterface|Type\DeviceAssetInfoExportDeviceResponse |
||
176 | * @throws SoapException |
||
177 | */ |
||
178 | public function deviceAssetInfoExportDevice(\Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDevice $parameters) : \Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDeviceResponse |
||
179 | { |
||
180 | return $this->call('deviceAssetInfoExportDevice', $parameters); |
||
1 ignored issue
–
show
|
|||
181 | } |
||
182 | |||
183 | /** |
||
184 | * @param RequestInterface|Type\UserRoleGet $parameters |
||
185 | * @return ResultInterface|Type\UserRoleGetResponse |
||
186 | * @throws SoapException |
||
187 | */ |
||
188 | public function userRoleGet(\Spinen\Nable\Ncentral\Type\UserRoleGet $parameters) : \Spinen\Nable\Ncentral\Type\UserRoleGetResponse |
||
189 | { |
||
190 | return $this->call('userRoleGet', $parameters); |
||
1 ignored issue
–
show
|
|||
191 | } |
||
192 | |||
193 | /** |
||
194 | * @param RequestInterface|Type\TaskPauseMonitoring $parameters |
||
195 | * @return ResultInterface|Type\TaskPauseMonitoringResponse |
||
196 | * @throws SoapException |
||
197 | */ |
||
198 | public function taskPauseMonitoring(\Spinen\Nable\Ncentral\Type\TaskPauseMonitoring $parameters) : \Spinen\Nable\Ncentral\Type\TaskPauseMonitoringResponse |
||
199 | { |
||
200 | return $this->call('taskPauseMonitoring', $parameters); |
||
1 ignored issue
–
show
|
|||
201 | } |
||
202 | |||
203 | /** |
||
204 | * @param RequestInterface|Type\PsaCredentialsValidate $parameters |
||
205 | * @return ResultInterface|Type\PsaCredentialsValidateResponse |
||
206 | * @throws SoapException |
||
207 | */ |
||
208 | public function psaCredentialsValidate(\Spinen\Nable\Ncentral\Type\PsaCredentialsValidate $parameters) : \Spinen\Nable\Ncentral\Type\PsaCredentialsValidateResponse |
||
209 | { |
||
210 | return $this->call('psaCredentialsValidate', $parameters); |
||
1 ignored issue
–
show
|
|||
211 | } |
||
212 | |||
213 | /** |
||
214 | * @param RequestInterface|Type\DeviceGet $parameters |
||
215 | * @return ResultInterface|Type\DeviceGetResponse |
||
216 | * @throws SoapException |
||
217 | */ |
||
218 | public function deviceGet(\Spinen\Nable\Ncentral\Type\DeviceGet $parameters) : \Spinen\Nable\Ncentral\Type\DeviceGetResponse |
||
219 | { |
||
220 | return $this->call('deviceGet', $parameters); |
||
1 ignored issue
–
show
|
|||
221 | } |
||
222 | |||
223 | /** |
||
224 | * @param RequestInterface|Type\PsaGetCustomTicket $parameters |
||
225 | * @return ResultInterface|Type\PsaGetCustomTicketResponse |
||
226 | * @throws SoapException |
||
227 | */ |
||
228 | public function psaGetCustomTicket(\Spinen\Nable\Ncentral\Type\PsaGetCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaGetCustomTicketResponse |
||
229 | { |
||
230 | return $this->call('psaGetCustomTicket', $parameters); |
||
1 ignored issue
–
show
|
|||
231 | } |
||
232 | |||
233 | /** |
||
234 | * @param RequestInterface|Type\VersionInfoGet $parameters |
||
235 | * @return ResultInterface|Type\VersionInfoGetResponse |
||
236 | * @throws SoapException |
||
237 | */ |
||
238 | public function versionInfoGet(\Spinen\Nable\Ncentral\Type\VersionInfoGet $parameters) : \Spinen\Nable\Ncentral\Type\VersionInfoGetResponse |
||
241 | } |
||
242 | |||
243 | /** |
||
244 | * @param RequestInterface|Type\AcknowledgeNotification $parameters |
||
245 | * @return ResultInterface|Type\AcknowledgeNotificationResponse |
||
246 | * @throws SoapException |
||
247 | */ |
||
248 | public function acknowledgeNotification(\Spinen\Nable\Ncentral\Type\AcknowledgeNotification $parameters) : \Spinen\Nable\Ncentral\Type\AcknowledgeNotificationResponse |
||
249 | { |
||
250 | return $this->call('acknowledgeNotification', $parameters); |
||
1 ignored issue
–
show
|
|||
251 | } |
||
252 | |||
253 | /** |
||
254 | * @param RequestInterface|Type\UserAdd $parameters |
||
255 | * @return ResultInterface|Type\UserAddResponse |
||
256 | * @throws SoapException |
||
257 | */ |
||
258 | public function userAdd(\Spinen\Nable\Ncentral\Type\UserAdd $parameters) : \Spinen\Nable\Ncentral\Type\UserAddResponse |
||
259 | { |
||
260 | return $this->call('userAdd', $parameters); |
||
1 ignored issue
–
show
|
|||
261 | } |
||
262 | |||
263 | /** |
||
264 | * @param RequestInterface|Type\DevicePropertyModify $parameters |
||
265 | * @return ResultInterface|Type\DevicePropertyModifyResponse |
||
266 | * @throws SoapException |
||
267 | */ |
||
268 | public function devicePropertyModify(\Spinen\Nable\Ncentral\Type\DevicePropertyModify $parameters) : \Spinen\Nable\Ncentral\Type\DevicePropertyModifyResponse |
||
269 | { |
||
270 | return $this->call('devicePropertyModify', $parameters); |
||
1 ignored issue
–
show
|
|||
271 | } |
||
272 | |||
273 | /** |
||
274 | * @param RequestInterface|Type\PsaReopenCustomTicket $parameters |
||
275 | * @return ResultInterface|Type\PsaReopenCustomTicketResponse |
||
276 | * @throws SoapException |
||
277 | */ |
||
278 | public function psaReopenCustomTicket(\Spinen\Nable\Ncentral\Type\PsaReopenCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaReopenCustomTicketResponse |
||
279 | { |
||
280 | return $this->call('psaReopenCustomTicket', $parameters); |
||
1 ignored issue
–
show
|
|||
281 | } |
||
282 | |||
283 | /** |
||
284 | * @param RequestInterface|Type\TaskResumeMonitoring $parameters |
||
285 | * @return ResultInterface|Type\TaskResumeMonitoringResponse |
||
286 | * @throws SoapException |
||
287 | */ |
||
288 | public function taskResumeMonitoring(\Spinen\Nable\Ncentral\Type\TaskResumeMonitoring $parameters) : \Spinen\Nable\Ncentral\Type\TaskResumeMonitoringResponse |
||
289 | { |
||
290 | return $this->call('taskResumeMonitoring', $parameters); |
||
1 ignored issue
–
show
|
|||
291 | } |
||
292 | |||
293 | /** |
||
294 | * @param RequestInterface|Type\CustomerListChildren $parameters |
||
295 | * @return ResultInterface|Type\CustomerListChildrenResponse |
||
296 | * @throws SoapException |
||
297 | */ |
||
298 | public function customerListChildren(\Spinen\Nable\Ncentral\Type\CustomerListChildren $parameters) : \Spinen\Nable\Ncentral\Type\CustomerListChildrenResponse |
||
299 | { |
||
300 | return $this->call('customerListChildren', $parameters); |
||
1 ignored issue
–
show
|
|||
301 | } |
||
302 | |||
303 | /** |
||
304 | * @param RequestInterface|Type\AccessGroupGet $parameters |
||
305 | * @return ResultInterface|Type\AccessGroupGetResponse |
||
306 | * @throws SoapException |
||
307 | */ |
||
308 | public function accessGroupGet(\Spinen\Nable\Ncentral\Type\AccessGroupGet $parameters) : \Spinen\Nable\Ncentral\Type\AccessGroupGetResponse |
||
309 | { |
||
310 | return $this->call('accessGroupGet', $parameters); |
||
1 ignored issue
–
show
|
|||
311 | } |
||
312 | |||
313 | /** |
||
314 | * @param RequestInterface|Type\DeviceAssetInfoExportDeviceWithSettings $parameters |
||
315 | * @return ResultInterface|Type\DeviceAssetInfoExportDeviceWithSettingsResponse |
||
316 | * @throws SoapException |
||
317 | */ |
||
318 | public function deviceAssetInfoExportDeviceWithSettings(\Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDeviceWithSettings $parameters) : \Spinen\Nable\Ncentral\Type\DeviceAssetInfoExportDeviceWithSettingsResponse |
||
321 | } |
||
322 | |||
323 | /** |
||
324 | * @param RequestInterface|Type\DevicePropertyList $parameters |
||
325 | * @return ResultInterface|Type\DevicePropertyListResponse |
||
326 | * @throws SoapException |
||
327 | */ |
||
328 | public function devicePropertyList(\Spinen\Nable\Ncentral\Type\DevicePropertyList $parameters) : \Spinen\Nable\Ncentral\Type\DevicePropertyListResponse |
||
329 | { |
||
330 | return $this->call('devicePropertyList', $parameters); |
||
1 ignored issue
–
show
|
|||
331 | } |
||
332 | |||
333 | /** |
||
334 | * @param RequestInterface|Type\CustomerList $parameters |
||
335 | * @return ResultInterface|Type\CustomerListResponse |
||
336 | * @throws SoapException |
||
337 | */ |
||
338 | public function customerList(\Spinen\Nable\Ncentral\Type\CustomerList $parameters) : \Spinen\Nable\Ncentral\Type\CustomerListResponse |
||
341 | } |
||
342 | |||
343 | /** |
||
344 | * @param RequestInterface|Type\PsaResolveCustomTicket $parameters |
||
345 | * @return ResultInterface|Type\PsaResolveCustomTicketResponse |
||
346 | * @throws SoapException |
||
347 | */ |
||
348 | public function psaResolveCustomTicket(\Spinen\Nable\Ncentral\Type\PsaResolveCustomTicket $parameters) : \Spinen\Nable\Ncentral\Type\PsaResolveCustomTicketResponse |
||
351 | } |
||
352 | |||
353 | |||
354 | } |
||
355 | |||
356 |