1
|
|
|
<?php |
2
|
|
|
|
3
|
|
|
namespace CyberLine\SystemdState\Types; |
4
|
|
|
|
5
|
|
|
class Service extends AbstractType |
6
|
|
|
{ |
7
|
|
|
protected $ActiveExitTimestamp; |
8
|
|
|
|
9
|
|
|
protected $After = []; |
10
|
|
|
|
11
|
|
|
protected $AmbientCapabilities; |
12
|
|
|
|
13
|
|
|
protected $BindsTo = []; |
14
|
|
|
|
15
|
|
|
protected $BlockIOAccounting; |
16
|
|
|
|
17
|
|
|
protected $BlockIOWeight; |
18
|
|
|
|
19
|
|
|
protected $BusName; |
20
|
|
|
|
21
|
|
|
protected $CPUAccounting; |
22
|
|
|
|
23
|
|
|
protected $CPUQuotaPerSecUSec; |
24
|
|
|
|
25
|
|
|
protected $CPUSchedulingPolicy; |
26
|
|
|
|
27
|
|
|
protected $CPUSchedulingPriority; |
28
|
|
|
|
29
|
|
|
protected $CPUSchedulingResetOnFork; |
30
|
|
|
|
31
|
|
|
protected $CPUShares; |
32
|
|
|
|
33
|
|
|
protected $CPUUsageNSec; |
34
|
|
|
|
35
|
|
|
protected $CPUWeight; |
36
|
|
|
|
37
|
|
|
protected $CapabilityBoundingSet; |
38
|
|
|
|
39
|
|
|
protected $ConflictedBy = []; |
40
|
|
|
|
41
|
|
|
protected $Conflicts = []; |
42
|
|
|
|
43
|
|
|
protected $ConsistsOf; |
44
|
|
|
|
45
|
|
|
protected $ControlGroup; |
46
|
|
|
|
47
|
|
|
protected $ControlPID; |
48
|
|
|
|
49
|
|
|
protected $Delegate; |
50
|
|
|
|
51
|
|
|
protected $DevicePolicy; |
52
|
|
|
|
53
|
|
|
protected $Documentation = []; |
54
|
|
|
|
55
|
|
|
protected $DropInPaths = []; |
56
|
|
|
|
57
|
|
|
protected $DynamicUser; |
58
|
|
|
|
59
|
|
|
protected $Environment = []; |
60
|
|
|
|
61
|
|
|
protected $EnvironmentFile; |
62
|
|
|
|
63
|
|
|
protected $ExecMainCode; |
64
|
|
|
|
65
|
|
|
protected $ExecMainExitTimestamp; |
66
|
|
|
|
67
|
|
|
protected $ExecMainExitTimestampMonotonic; |
68
|
|
|
|
69
|
|
|
protected $ExecMainPID; |
70
|
|
|
|
71
|
|
|
protected $ExecMainStartTimestamp; |
72
|
|
|
|
73
|
|
|
protected $ExecMainStartTimestampMonotonic; |
74
|
|
|
|
75
|
|
|
protected $ExecMainStatus; |
76
|
|
|
|
77
|
|
|
protected $ExecReload; |
78
|
|
|
|
79
|
|
|
protected $ExecStart; |
80
|
|
|
|
81
|
|
|
protected $ExecStartPost; |
82
|
|
|
|
83
|
|
|
protected $ExecStartPre; |
84
|
|
|
|
85
|
|
|
protected $ExecStop; |
86
|
|
|
|
87
|
|
|
protected $ExecStopPost; |
88
|
|
|
|
89
|
|
|
protected $FailureAction; |
90
|
|
|
|
91
|
|
|
protected $FileDescriptorStoreMax; |
92
|
|
|
|
93
|
|
|
protected $FragmentPath; |
94
|
|
|
|
95
|
|
|
protected $GID; |
96
|
|
|
|
97
|
|
|
protected $Group; |
98
|
|
|
|
99
|
|
|
protected $GuessMainPID; |
100
|
|
|
|
101
|
|
|
protected $IOAccounting; |
102
|
|
|
|
103
|
|
|
protected $IOScheduling; |
104
|
|
|
|
105
|
|
|
protected $IOWeight; |
106
|
|
|
|
107
|
|
|
protected $IgnoreOnSnapshot; |
108
|
|
|
|
109
|
|
|
protected $IgnoreSIGPIPE; |
110
|
|
|
|
111
|
|
|
protected $InactiveEnterTimestamp; |
112
|
|
|
|
113
|
|
|
protected $KillMode; |
114
|
|
|
|
115
|
|
|
protected $KillSignal; |
116
|
|
|
|
117
|
|
|
protected $LimitAS; |
118
|
|
|
|
119
|
|
|
protected $LimitASSoft; |
120
|
|
|
|
121
|
|
|
protected $LimitCORE; |
122
|
|
|
|
123
|
|
|
protected $LimitCORESoft; |
124
|
|
|
|
125
|
|
|
protected $LimitCPU; |
126
|
|
|
|
127
|
|
|
protected $LimitCPUSoft; |
128
|
|
|
|
129
|
|
|
protected $LimitDATA; |
130
|
|
|
|
131
|
|
|
protected $LimitDATASoft; |
132
|
|
|
|
133
|
|
|
protected $LimitFSIZE; |
134
|
|
|
|
135
|
|
|
protected $LimitFSIZESoft; |
136
|
|
|
|
137
|
|
|
protected $LimitLOCKS; |
138
|
|
|
|
139
|
|
|
protected $LimitLOCKSSoft; |
140
|
|
|
|
141
|
|
|
protected $LimitMEMLOCK; |
142
|
|
|
|
143
|
|
|
protected $LimitMEMLOCKSoft; |
144
|
|
|
|
145
|
|
|
protected $LimitMSGQUEUE; |
146
|
|
|
|
147
|
|
|
protected $LimitMSGQUEUESoft; |
148
|
|
|
|
149
|
|
|
protected $LimitNICE; |
150
|
|
|
|
151
|
|
|
protected $LimitNICESoft; |
152
|
|
|
|
153
|
|
|
protected $LimitNOFILE; |
154
|
|
|
|
155
|
|
|
protected $LimitNOFILESoft; |
156
|
|
|
|
157
|
|
|
protected $LimitNPROC; |
158
|
|
|
|
159
|
|
|
protected $LimitNPROCSoft; |
160
|
|
|
|
161
|
|
|
protected $LimitRSS; |
162
|
|
|
|
163
|
|
|
protected $LimitRSSSoft; |
164
|
|
|
|
165
|
|
|
protected $LimitRTPRIO; |
166
|
|
|
|
167
|
|
|
protected $LimitRTPRIOSoft; |
168
|
|
|
|
169
|
|
|
protected $LimitRTTIME; |
170
|
|
|
|
171
|
|
|
protected $LimitRTTIMESoft; |
172
|
|
|
|
173
|
|
|
protected $LimitSIGPENDING; |
174
|
|
|
|
175
|
|
|
protected $LimitSIGPENDINGSoft; |
176
|
|
|
|
177
|
|
|
protected $LimitSTACK; |
178
|
|
|
|
179
|
|
|
protected $LimitSTACKSoft; |
180
|
|
|
|
181
|
|
|
protected $MainPID; |
182
|
|
|
|
183
|
|
|
protected $MemoryAccounting; |
184
|
|
|
|
185
|
|
|
protected $MemoryCurrent; |
186
|
|
|
|
187
|
|
|
protected $MemoryDenyWriteExecute; |
188
|
|
|
|
189
|
|
|
protected $MemoryHigh; |
190
|
|
|
|
191
|
|
|
protected $MemoryLimit; |
192
|
|
|
|
193
|
|
|
protected $MemoryLow; |
194
|
|
|
|
195
|
|
|
protected $MemoryMax; |
196
|
|
|
|
197
|
|
|
protected $MemorySwapMax; |
198
|
|
|
|
199
|
|
|
protected $MountFlags; |
200
|
|
|
|
201
|
|
|
protected $NFileDescriptorStore; |
202
|
|
|
|
203
|
|
|
protected $Nice; |
204
|
|
|
|
205
|
|
|
protected $NoNewPrivileges; |
206
|
|
|
|
207
|
|
|
protected $NonBlocking; |
208
|
|
|
|
209
|
|
|
protected $NotifyAccess; |
210
|
|
|
|
211
|
|
|
protected $OOMScoreAdjust; |
212
|
|
|
|
213
|
|
|
protected $PAMName; |
214
|
|
|
|
215
|
|
|
protected $PartOf; |
216
|
|
|
|
217
|
|
|
protected $PIDFile; |
218
|
|
|
|
219
|
|
|
protected $PermissionsStartOnly; |
220
|
|
|
|
221
|
|
|
protected $PrivateDevices; |
222
|
|
|
|
223
|
|
|
protected $PrivateNetwork; |
224
|
|
|
|
225
|
|
|
protected $PrivateTmp; |
226
|
|
|
|
227
|
|
|
protected $PrivateUsers; |
228
|
|
|
|
229
|
|
|
protected $PropagatesReloadTo; |
230
|
|
|
|
231
|
|
|
protected $ProtectControlGroups; |
232
|
|
|
|
233
|
|
|
protected $ProtectHome; |
234
|
|
|
|
235
|
|
|
protected $ProtectKernelModules; |
236
|
|
|
|
237
|
|
|
protected $ProtectKernelTunables; |
238
|
|
|
|
239
|
|
|
protected $ProtectSystem; |
240
|
|
|
|
241
|
|
|
protected $ReadOnlyPaths = []; |
242
|
|
|
|
243
|
|
|
protected $ReadWritePaths = []; |
244
|
|
|
|
245
|
|
|
protected $ReloadPropagatedFrom; |
246
|
|
|
|
247
|
|
|
protected $RemainAfterExit; |
248
|
|
|
|
249
|
|
|
protected $RemoveIPC; |
250
|
|
|
|
251
|
|
|
protected $RequiredBy = []; |
252
|
|
|
|
253
|
|
|
protected $Requires = []; |
254
|
|
|
|
255
|
|
|
protected $RequiresMountsFor = []; |
256
|
|
|
|
257
|
|
|
protected $Requisite; |
258
|
|
|
|
259
|
|
|
protected $RequisiteOf; |
260
|
|
|
|
261
|
|
|
protected $Restart; |
262
|
|
|
|
263
|
|
|
protected $RestartUSec; |
264
|
|
|
|
265
|
|
|
protected $RestrictNamespace; |
266
|
|
|
|
267
|
|
|
protected $RestrictRealtime; |
268
|
|
|
|
269
|
|
|
protected $Result; |
270
|
|
|
|
271
|
|
|
protected $RootDirectoryStartOnly; |
272
|
|
|
|
273
|
|
|
protected $RuntimeDirectory; |
274
|
|
|
|
275
|
|
|
protected $RuntimeDirectoryMode; |
276
|
|
|
|
277
|
|
|
protected $RuntimeMaxUSec; |
278
|
|
|
|
279
|
|
|
protected $SameProcessGroup; |
280
|
|
|
|
281
|
|
|
protected $SecureBits; |
282
|
|
|
|
283
|
|
|
protected $SendSIGHUP; |
284
|
|
|
|
285
|
|
|
protected $SendSIGKILL; |
286
|
|
|
|
287
|
|
|
protected $Slice; |
288
|
|
|
|
289
|
|
|
protected $SourcePath; |
290
|
|
|
|
291
|
|
|
protected $StandardError; |
292
|
|
|
|
293
|
|
|
protected $StandardInput; |
294
|
|
|
|
295
|
|
|
protected $StandardOutput; |
296
|
|
|
|
297
|
|
|
protected $StartupBlockIOWeight; |
298
|
|
|
|
299
|
|
|
protected $StartupCPUShares; |
300
|
|
|
|
301
|
|
|
protected $StartupCPUWeight; |
302
|
|
|
|
303
|
|
|
protected $StartupIOWeight; |
304
|
|
|
|
305
|
|
|
protected $StatusText; |
306
|
|
|
|
307
|
|
|
protected $StatusErrno; |
308
|
|
|
|
309
|
|
|
protected $SyslogFacility; |
310
|
|
|
|
311
|
|
|
protected $SyslogIdentifier; |
312
|
|
|
|
313
|
|
|
protected $SyslogLevel; |
314
|
|
|
|
315
|
|
|
protected $SyslogLevelPrefix; |
316
|
|
|
|
317
|
|
|
protected $SyslogPriority; |
318
|
|
|
|
319
|
|
|
protected $SystemCallErrorNumber; |
320
|
|
|
|
321
|
|
|
protected $SystemCallFilter; |
322
|
|
|
|
323
|
|
|
protected $TTYPath; |
324
|
|
|
|
325
|
|
|
protected $TTYReset; |
326
|
|
|
|
327
|
|
|
protected $TTYVHangup; |
328
|
|
|
|
329
|
|
|
protected $TTYVTDisallocate; |
330
|
|
|
|
331
|
|
|
protected $TasksAccounting; |
332
|
|
|
|
333
|
|
|
protected $TasksCurrent; |
334
|
|
|
|
335
|
|
|
protected $TasksMax; |
336
|
|
|
|
337
|
|
|
protected $TimeoutStartUSec; |
338
|
|
|
|
339
|
|
|
protected $TimeoutStopUSec; |
340
|
|
|
|
341
|
|
|
protected $TimerSlackNSec; |
342
|
|
|
|
343
|
|
|
protected $TriggeredBy; |
344
|
|
|
|
345
|
|
|
protected $Type; |
346
|
|
|
|
347
|
|
|
protected $UID; |
348
|
|
|
|
349
|
|
|
protected $UMask; |
350
|
|
|
|
351
|
|
|
protected $UnitFilePreset; |
352
|
|
|
|
353
|
|
|
protected $UnitFileState; |
354
|
|
|
|
355
|
|
|
protected $User; |
356
|
|
|
|
357
|
|
|
protected $UtmpIdentifier; |
358
|
|
|
|
359
|
|
|
protected $UtmpMode; |
360
|
|
|
|
361
|
|
|
protected $WantedBy = []; |
362
|
|
|
|
363
|
|
|
protected $Wants = []; |
364
|
|
|
|
365
|
|
|
protected $WatchdogTimestamp; |
366
|
|
|
|
367
|
|
|
protected $WatchdogTimestampMonotonic; |
368
|
|
|
|
369
|
|
|
protected $WatchdogUSec; |
370
|
|
|
|
371
|
|
|
protected $WorkingDirectory; |
372
|
|
|
|
373
|
|
|
/** |
374
|
|
|
* @return mixed |
375
|
|
|
*/ |
376
|
|
|
public function getActiveExitTimestamp() |
377
|
|
|
{ |
378
|
|
|
return $this->ActiveExitTimestamp; |
379
|
|
|
} |
380
|
|
|
|
381
|
|
|
/** |
382
|
|
|
* @param mixed $ActiveExitTimestamp |
383
|
|
|
* @return Service |
384
|
|
|
*/ |
385
|
|
|
public function setActiveExitTimestamp($ActiveExitTimestamp) |
386
|
|
|
{ |
387
|
|
|
$this->ActiveExitTimestamp = $ActiveExitTimestamp; |
388
|
|
|
return $this; |
389
|
|
|
} |
390
|
|
|
|
391
|
|
|
/** |
392
|
|
|
* @return array |
393
|
|
|
*/ |
394
|
|
|
public function getAfter(): array |
395
|
|
|
{ |
396
|
|
|
return $this->After; |
397
|
|
|
} |
398
|
|
|
|
399
|
|
|
/** |
400
|
|
|
* @param array $After |
401
|
|
|
* @return Service |
402
|
|
|
*/ |
403
|
|
|
public function setAfter(array $After): Service |
404
|
|
|
{ |
405
|
|
|
$this->After = $After; |
406
|
|
|
return $this; |
407
|
|
|
} |
408
|
|
|
|
409
|
|
|
/** |
410
|
|
|
* @return mixed |
411
|
|
|
*/ |
412
|
|
|
public function getAmbientCapabilities() |
413
|
|
|
{ |
414
|
|
|
return $this->AmbientCapabilities; |
415
|
|
|
} |
416
|
|
|
|
417
|
|
|
/** |
418
|
|
|
* @param mixed $AmbientCapabilities |
419
|
|
|
* @return Service |
420
|
|
|
*/ |
421
|
|
|
public function setAmbientCapabilities($AmbientCapabilities) |
422
|
|
|
{ |
423
|
|
|
$this->AmbientCapabilities = $AmbientCapabilities; |
424
|
|
|
return $this; |
425
|
|
|
} |
426
|
|
|
|
427
|
|
|
/** |
428
|
|
|
* @return array |
429
|
|
|
*/ |
430
|
|
|
public function getBindsTo(): array |
431
|
|
|
{ |
432
|
|
|
return $this->BindsTo; |
433
|
|
|
} |
434
|
|
|
|
435
|
|
|
/** |
436
|
|
|
* @param array $BindsTo |
437
|
|
|
* @return Service |
438
|
|
|
*/ |
439
|
|
|
public function setBindsTo(array $BindsTo): Service |
440
|
|
|
{ |
441
|
|
|
$this->BindsTo = $BindsTo; |
442
|
|
|
return $this; |
443
|
|
|
} |
444
|
|
|
|
445
|
|
|
/** |
446
|
|
|
* @return mixed |
447
|
|
|
*/ |
448
|
|
|
public function getBlockIOAccounting() |
449
|
|
|
{ |
450
|
|
|
return $this->BlockIOAccounting; |
451
|
|
|
} |
452
|
|
|
|
453
|
|
|
/** |
454
|
|
|
* @param mixed $BlockIOAccounting |
455
|
|
|
* @return Service |
456
|
|
|
*/ |
457
|
|
|
public function setBlockIOAccounting($BlockIOAccounting) |
458
|
|
|
{ |
459
|
|
|
$this->BlockIOAccounting = $BlockIOAccounting; |
460
|
|
|
return $this; |
461
|
|
|
} |
462
|
|
|
|
463
|
|
|
/** |
464
|
|
|
* @return mixed |
465
|
|
|
*/ |
466
|
|
|
public function getBlockIOWeight() |
467
|
|
|
{ |
468
|
|
|
return $this->BlockIOWeight; |
469
|
|
|
} |
470
|
|
|
|
471
|
|
|
/** |
472
|
|
|
* @param mixed $BlockIOWeight |
473
|
|
|
* @return Service |
474
|
|
|
*/ |
475
|
|
|
public function setBlockIOWeight($BlockIOWeight) |
476
|
|
|
{ |
477
|
|
|
$this->BlockIOWeight = $BlockIOWeight; |
478
|
|
|
return $this; |
479
|
|
|
} |
480
|
|
|
|
481
|
|
|
/** |
482
|
|
|
* @return mixed |
483
|
|
|
*/ |
484
|
|
|
public function getBusName() |
485
|
|
|
{ |
486
|
|
|
return $this->BusName; |
487
|
|
|
} |
488
|
|
|
|
489
|
|
|
/** |
490
|
|
|
* @param mixed $BusName |
491
|
|
|
* @return Service |
492
|
|
|
*/ |
493
|
|
|
public function setBusName($BusName) |
494
|
|
|
{ |
495
|
|
|
$this->BusName = $BusName; |
496
|
|
|
return $this; |
497
|
|
|
} |
498
|
|
|
|
499
|
|
|
/** |
500
|
|
|
* @return mixed |
501
|
|
|
*/ |
502
|
|
|
public function getCPUAccounting() |
503
|
|
|
{ |
504
|
|
|
return $this->CPUAccounting; |
505
|
|
|
} |
506
|
|
|
|
507
|
|
|
/** |
508
|
|
|
* @param mixed $CPUAccounting |
509
|
|
|
* @return Service |
510
|
|
|
*/ |
511
|
|
|
public function setCPUAccounting($CPUAccounting) |
512
|
|
|
{ |
513
|
|
|
$this->CPUAccounting = $CPUAccounting; |
514
|
|
|
return $this; |
515
|
|
|
} |
516
|
|
|
|
517
|
|
|
/** |
518
|
|
|
* @return mixed |
519
|
|
|
*/ |
520
|
|
|
public function getCPUQuotaPerSecUSec() |
521
|
|
|
{ |
522
|
|
|
return $this->CPUQuotaPerSecUSec; |
523
|
|
|
} |
524
|
|
|
|
525
|
|
|
/** |
526
|
|
|
* @param mixed $CPUQuotaPerSecUSec |
527
|
|
|
* @return Service |
528
|
|
|
*/ |
529
|
|
|
public function setCPUQuotaPerSecUSec($CPUQuotaPerSecUSec) |
530
|
|
|
{ |
531
|
|
|
$this->CPUQuotaPerSecUSec = $CPUQuotaPerSecUSec; |
532
|
|
|
return $this; |
533
|
|
|
} |
534
|
|
|
|
535
|
|
|
/** |
536
|
|
|
* @return mixed |
537
|
|
|
*/ |
538
|
|
|
public function getCPUSchedulingPolicy() |
539
|
|
|
{ |
540
|
|
|
return $this->CPUSchedulingPolicy; |
541
|
|
|
} |
542
|
|
|
|
543
|
|
|
/** |
544
|
|
|
* @param mixed $CPUSchedulingPolicy |
545
|
|
|
* @return Service |
546
|
|
|
*/ |
547
|
|
|
public function setCPUSchedulingPolicy($CPUSchedulingPolicy) |
548
|
|
|
{ |
549
|
|
|
$this->CPUSchedulingPolicy = $CPUSchedulingPolicy; |
550
|
|
|
return $this; |
551
|
|
|
} |
552
|
|
|
|
553
|
|
|
/** |
554
|
|
|
* @return mixed |
555
|
|
|
*/ |
556
|
|
|
public function getCPUSchedulingPriority() |
557
|
|
|
{ |
558
|
|
|
return $this->CPUSchedulingPriority; |
559
|
|
|
} |
560
|
|
|
|
561
|
|
|
/** |
562
|
|
|
* @param mixed $CPUSchedulingPriority |
563
|
|
|
* @return Service |
564
|
|
|
*/ |
565
|
|
|
public function setCPUSchedulingPriority($CPUSchedulingPriority) |
566
|
|
|
{ |
567
|
|
|
$this->CPUSchedulingPriority = $CPUSchedulingPriority; |
568
|
|
|
return $this; |
569
|
|
|
} |
570
|
|
|
|
571
|
|
|
/** |
572
|
|
|
* @return mixed |
573
|
|
|
*/ |
574
|
|
|
public function getCPUSchedulingResetOnFork() |
575
|
|
|
{ |
576
|
|
|
return $this->CPUSchedulingResetOnFork; |
577
|
|
|
} |
578
|
|
|
|
579
|
|
|
/** |
580
|
|
|
* @param mixed $CPUSchedulingResetOnFork |
581
|
|
|
* @return Service |
582
|
|
|
*/ |
583
|
|
|
public function setCPUSchedulingResetOnFork($CPUSchedulingResetOnFork) |
584
|
|
|
{ |
585
|
|
|
$this->CPUSchedulingResetOnFork = $CPUSchedulingResetOnFork; |
586
|
|
|
return $this; |
587
|
|
|
} |
588
|
|
|
|
589
|
|
|
/** |
590
|
|
|
* @return mixed |
591
|
|
|
*/ |
592
|
|
|
public function getCPUShares() |
593
|
|
|
{ |
594
|
|
|
return $this->CPUShares; |
595
|
|
|
} |
596
|
|
|
|
597
|
|
|
/** |
598
|
|
|
* @param mixed $CPUShares |
599
|
|
|
* @return Service |
600
|
|
|
*/ |
601
|
|
|
public function setCPUShares($CPUShares) |
602
|
|
|
{ |
603
|
|
|
$this->CPUShares = $CPUShares; |
604
|
|
|
return $this; |
605
|
|
|
} |
606
|
|
|
|
607
|
|
|
/** |
608
|
|
|
* @return mixed |
609
|
|
|
*/ |
610
|
|
|
public function getCPUUsageNSec() |
611
|
|
|
{ |
612
|
|
|
return $this->CPUUsageNSec; |
613
|
|
|
} |
614
|
|
|
|
615
|
|
|
/** |
616
|
|
|
* @param mixed $CPUUsageNSec |
617
|
|
|
* @return Service |
618
|
|
|
*/ |
619
|
|
|
public function setCPUUsageNSec($CPUUsageNSec) |
620
|
|
|
{ |
621
|
|
|
$this->CPUUsageNSec = $CPUUsageNSec; |
622
|
|
|
return $this; |
623
|
|
|
} |
624
|
|
|
|
625
|
|
|
/** |
626
|
|
|
* @return mixed |
627
|
|
|
*/ |
628
|
|
|
public function getCPUWeight() |
629
|
|
|
{ |
630
|
|
|
return $this->CPUWeight; |
631
|
|
|
} |
632
|
|
|
|
633
|
|
|
/** |
634
|
|
|
* @param mixed $CPUWeight |
635
|
|
|
* @return Service |
636
|
|
|
*/ |
637
|
|
|
public function setCPUWeight($CPUWeight) |
638
|
|
|
{ |
639
|
|
|
$this->CPUWeight = $CPUWeight; |
640
|
|
|
return $this; |
641
|
|
|
} |
642
|
|
|
|
643
|
|
|
/** |
644
|
|
|
* @return mixed |
645
|
|
|
*/ |
646
|
|
|
public function getCapabilityBoundingSet() |
647
|
|
|
{ |
648
|
|
|
return $this->CapabilityBoundingSet; |
649
|
|
|
} |
650
|
|
|
|
651
|
|
|
/** |
652
|
|
|
* @param mixed $CapabilityBoundingSet |
653
|
|
|
* @return Service |
654
|
|
|
*/ |
655
|
|
|
public function setCapabilityBoundingSet($CapabilityBoundingSet) |
656
|
|
|
{ |
657
|
|
|
$this->CapabilityBoundingSet = $CapabilityBoundingSet; |
658
|
|
|
return $this; |
659
|
|
|
} |
660
|
|
|
|
661
|
|
|
/** |
662
|
|
|
* @return array |
663
|
|
|
*/ |
664
|
|
|
public function getConflictedBy(): array |
665
|
|
|
{ |
666
|
|
|
return $this->ConflictedBy; |
667
|
|
|
} |
668
|
|
|
|
669
|
|
|
/** |
670
|
|
|
* @param array $ConflictedBy |
671
|
|
|
* @return Service |
672
|
|
|
*/ |
673
|
|
|
public function setConflictedBy(array $ConflictedBy): Service |
674
|
|
|
{ |
675
|
|
|
$this->ConflictedBy = $ConflictedBy; |
676
|
|
|
return $this; |
677
|
|
|
} |
678
|
|
|
|
679
|
|
|
/** |
680
|
|
|
* @return array |
681
|
|
|
*/ |
682
|
|
|
public function getConflicts(): array |
683
|
|
|
{ |
684
|
|
|
return $this->Conflicts; |
685
|
|
|
} |
686
|
|
|
|
687
|
|
|
/** |
688
|
|
|
* @param array $Conflicts |
689
|
|
|
* @return Service |
690
|
|
|
*/ |
691
|
|
|
public function setConflicts(array $Conflicts): Service |
692
|
|
|
{ |
693
|
|
|
$this->Conflicts = $Conflicts; |
694
|
|
|
return $this; |
695
|
|
|
} |
696
|
|
|
|
697
|
|
|
/** |
698
|
|
|
* @return mixed |
699
|
|
|
*/ |
700
|
|
|
public function getConsistsOf() |
701
|
|
|
{ |
702
|
|
|
return $this->ConsistsOf; |
703
|
|
|
} |
704
|
|
|
|
705
|
|
|
/** |
706
|
|
|
* @param mixed $ConsistsOf |
707
|
|
|
* @return Service |
708
|
|
|
*/ |
709
|
|
|
public function setConsistsOf($ConsistsOf) |
710
|
|
|
{ |
711
|
|
|
$this->ConsistsOf = $ConsistsOf; |
712
|
|
|
return $this; |
713
|
|
|
} |
714
|
|
|
|
715
|
|
|
/** |
716
|
|
|
* @return mixed |
717
|
|
|
*/ |
718
|
|
|
public function getControlGroup() |
719
|
|
|
{ |
720
|
|
|
return $this->ControlGroup; |
721
|
|
|
} |
722
|
|
|
|
723
|
|
|
/** |
724
|
|
|
* @param mixed $ControlGroup |
725
|
|
|
* @return Service |
726
|
|
|
*/ |
727
|
|
|
public function setControlGroup($ControlGroup) |
728
|
|
|
{ |
729
|
|
|
$this->ControlGroup = $ControlGroup; |
730
|
|
|
return $this; |
731
|
|
|
} |
732
|
|
|
|
733
|
|
|
/** |
734
|
|
|
* @return mixed |
735
|
|
|
*/ |
736
|
|
|
public function getControlPID() |
737
|
|
|
{ |
738
|
|
|
return $this->ControlPID; |
739
|
|
|
} |
740
|
|
|
|
741
|
|
|
/** |
742
|
|
|
* @param mixed $ControlPID |
743
|
|
|
* @return Service |
744
|
|
|
*/ |
745
|
|
|
public function setControlPID($ControlPID) |
746
|
|
|
{ |
747
|
|
|
$this->ControlPID = $ControlPID; |
748
|
|
|
return $this; |
749
|
|
|
} |
750
|
|
|
|
751
|
|
|
/** |
752
|
|
|
* @return mixed |
753
|
|
|
*/ |
754
|
|
|
public function getDelegate() |
755
|
|
|
{ |
756
|
|
|
return $this->Delegate; |
757
|
|
|
} |
758
|
|
|
|
759
|
|
|
/** |
760
|
|
|
* @param mixed $Delegate |
761
|
|
|
* @return Service |
762
|
|
|
*/ |
763
|
|
|
public function setDelegate($Delegate) |
764
|
|
|
{ |
765
|
|
|
$this->Delegate = $Delegate; |
766
|
|
|
return $this; |
767
|
|
|
} |
768
|
|
|
|
769
|
|
|
/** |
770
|
|
|
* @return mixed |
771
|
|
|
*/ |
772
|
|
|
public function getDevicePolicy() |
773
|
|
|
{ |
774
|
|
|
return $this->DevicePolicy; |
775
|
|
|
} |
776
|
|
|
|
777
|
|
|
/** |
778
|
|
|
* @param mixed $DevicePolicy |
779
|
|
|
* @return Service |
780
|
|
|
*/ |
781
|
|
|
public function setDevicePolicy($DevicePolicy) |
782
|
|
|
{ |
783
|
|
|
$this->DevicePolicy = $DevicePolicy; |
784
|
|
|
return $this; |
785
|
|
|
} |
786
|
|
|
|
787
|
|
|
/** |
788
|
|
|
* @return array |
789
|
|
|
*/ |
790
|
|
|
public function getDocumentation(): array |
791
|
|
|
{ |
792
|
|
|
return $this->Documentation; |
793
|
|
|
} |
794
|
|
|
|
795
|
|
|
/** |
796
|
|
|
* @param array $Documentation |
797
|
|
|
* @return Service |
798
|
|
|
*/ |
799
|
|
|
public function setDocumentation(array $Documentation): Service |
800
|
|
|
{ |
801
|
|
|
$this->Documentation = $Documentation; |
802
|
|
|
return $this; |
803
|
|
|
} |
804
|
|
|
|
805
|
|
|
/** |
806
|
|
|
* @return array |
807
|
|
|
*/ |
808
|
|
|
public function getDropInPaths(): array |
809
|
|
|
{ |
810
|
|
|
return $this->DropInPaths; |
811
|
|
|
} |
812
|
|
|
|
813
|
|
|
/** |
814
|
|
|
* @param array $DropInPaths |
815
|
|
|
* @return Service |
816
|
|
|
*/ |
817
|
|
|
public function setDropInPaths(array $DropInPaths): Service |
818
|
|
|
{ |
819
|
|
|
$this->DropInPaths = $DropInPaths; |
820
|
|
|
return $this; |
821
|
|
|
} |
822
|
|
|
|
823
|
|
|
/** |
824
|
|
|
* @return mixed |
825
|
|
|
*/ |
826
|
|
|
public function getDynamicUser() |
827
|
|
|
{ |
828
|
|
|
return $this->DynamicUser; |
829
|
|
|
} |
830
|
|
|
|
831
|
|
|
/** |
832
|
|
|
* @param mixed $DynamicUser |
833
|
|
|
* @return Service |
834
|
|
|
*/ |
835
|
|
|
public function setDynamicUser($DynamicUser) |
836
|
|
|
{ |
837
|
|
|
$this->DynamicUser = $DynamicUser; |
838
|
|
|
return $this; |
839
|
|
|
} |
840
|
|
|
|
841
|
|
|
/** |
842
|
|
|
* @return array |
843
|
|
|
*/ |
844
|
|
|
public function getEnvironment(): array |
845
|
|
|
{ |
846
|
|
|
return $this->Environment; |
847
|
|
|
} |
848
|
|
|
|
849
|
|
|
/** |
850
|
|
|
* @param array $Environment |
851
|
|
|
* @return Service |
852
|
|
|
*/ |
853
|
|
|
public function setEnvironment(array $Environment): Service |
854
|
|
|
{ |
855
|
|
|
$this->Environment = $Environment; |
856
|
|
|
return $this; |
857
|
|
|
} |
858
|
|
|
|
859
|
|
|
/** |
860
|
|
|
* @return mixed |
861
|
|
|
*/ |
862
|
|
|
public function getEnvironmentFile() |
863
|
|
|
{ |
864
|
|
|
return $this->EnvironmentFile; |
865
|
|
|
} |
866
|
|
|
|
867
|
|
|
/** |
868
|
|
|
* @param mixed $EnvironmentFile |
869
|
|
|
* @return Service |
870
|
|
|
*/ |
871
|
|
|
public function setEnvironmentFile($EnvironmentFile) |
872
|
|
|
{ |
873
|
|
|
$this->EnvironmentFile = $EnvironmentFile; |
874
|
|
|
return $this; |
875
|
|
|
} |
876
|
|
|
|
877
|
|
|
/** |
878
|
|
|
* @return mixed |
879
|
|
|
*/ |
880
|
|
|
public function getExecMainCode() |
881
|
|
|
{ |
882
|
|
|
return $this->ExecMainCode; |
883
|
|
|
} |
884
|
|
|
|
885
|
|
|
/** |
886
|
|
|
* @param mixed $ExecMainCode |
887
|
|
|
* @return Service |
888
|
|
|
*/ |
889
|
|
|
public function setExecMainCode($ExecMainCode) |
890
|
|
|
{ |
891
|
|
|
$this->ExecMainCode = $ExecMainCode; |
892
|
|
|
return $this; |
893
|
|
|
} |
894
|
|
|
|
895
|
|
|
/** |
896
|
|
|
* @return mixed |
897
|
|
|
*/ |
898
|
|
|
public function getExecMainExitTimestamp() |
899
|
|
|
{ |
900
|
|
|
return $this->ExecMainExitTimestamp; |
901
|
|
|
} |
902
|
|
|
|
903
|
|
|
/** |
904
|
|
|
* @param mixed $ExecMainExitTimestamp |
905
|
|
|
* @return Service |
906
|
|
|
*/ |
907
|
|
|
public function setExecMainExitTimestamp($ExecMainExitTimestamp) |
908
|
|
|
{ |
909
|
|
|
$this->ExecMainExitTimestamp = $ExecMainExitTimestamp; |
910
|
|
|
return $this; |
911
|
|
|
} |
912
|
|
|
|
913
|
|
|
/** |
914
|
|
|
* @return mixed |
915
|
|
|
*/ |
916
|
|
|
public function getExecMainExitTimestampMonotonic() |
917
|
|
|
{ |
918
|
|
|
return $this->ExecMainExitTimestampMonotonic; |
919
|
|
|
} |
920
|
|
|
|
921
|
|
|
/** |
922
|
|
|
* @param mixed $ExecMainExitTimestampMonotonic |
923
|
|
|
* @return Service |
924
|
|
|
*/ |
925
|
|
|
public function setExecMainExitTimestampMonotonic($ExecMainExitTimestampMonotonic) |
926
|
|
|
{ |
927
|
|
|
$this->ExecMainExitTimestampMonotonic = $ExecMainExitTimestampMonotonic; |
928
|
|
|
return $this; |
929
|
|
|
} |
930
|
|
|
|
931
|
|
|
/** |
932
|
|
|
* @return mixed |
933
|
|
|
*/ |
934
|
|
|
public function getExecMainPID() |
935
|
|
|
{ |
936
|
|
|
return $this->ExecMainPID; |
937
|
|
|
} |
938
|
|
|
|
939
|
|
|
/** |
940
|
|
|
* @param mixed $ExecMainPID |
941
|
|
|
* @return Service |
942
|
|
|
*/ |
943
|
|
|
public function setExecMainPID($ExecMainPID) |
944
|
|
|
{ |
945
|
|
|
$this->ExecMainPID = $ExecMainPID; |
946
|
|
|
return $this; |
947
|
|
|
} |
948
|
|
|
|
949
|
|
|
/** |
950
|
|
|
* @return mixed |
951
|
|
|
*/ |
952
|
|
|
public function getExecMainStartTimestamp() |
953
|
|
|
{ |
954
|
|
|
return $this->ExecMainStartTimestamp; |
955
|
|
|
} |
956
|
|
|
|
957
|
|
|
/** |
958
|
|
|
* @param mixed $ExecMainStartTimestamp |
959
|
|
|
* @return Service |
960
|
|
|
*/ |
961
|
|
|
public function setExecMainStartTimestamp($ExecMainStartTimestamp) |
962
|
|
|
{ |
963
|
|
|
$this->ExecMainStartTimestamp = $ExecMainStartTimestamp; |
964
|
|
|
return $this; |
965
|
|
|
} |
966
|
|
|
|
967
|
|
|
/** |
968
|
|
|
* @return mixed |
969
|
|
|
*/ |
970
|
|
|
public function getExecMainStartTimestampMonotonic() |
971
|
|
|
{ |
972
|
|
|
return $this->ExecMainStartTimestampMonotonic; |
973
|
|
|
} |
974
|
|
|
|
975
|
|
|
/** |
976
|
|
|
* @param mixed $ExecMainStartTimestampMonotonic |
977
|
|
|
* @return Service |
978
|
|
|
*/ |
979
|
|
|
public function setExecMainStartTimestampMonotonic($ExecMainStartTimestampMonotonic) |
980
|
|
|
{ |
981
|
|
|
$this->ExecMainStartTimestampMonotonic = $ExecMainStartTimestampMonotonic; |
982
|
|
|
return $this; |
983
|
|
|
} |
984
|
|
|
|
985
|
|
|
/** |
986
|
|
|
* @return mixed |
987
|
|
|
*/ |
988
|
|
|
public function getExecMainStatus() |
989
|
|
|
{ |
990
|
|
|
return $this->ExecMainStatus; |
991
|
|
|
} |
992
|
|
|
|
993
|
|
|
/** |
994
|
|
|
* @param mixed $ExecMainStatus |
995
|
|
|
* @return Service |
996
|
|
|
*/ |
997
|
|
|
public function setExecMainStatus($ExecMainStatus) |
998
|
|
|
{ |
999
|
|
|
$this->ExecMainStatus = $ExecMainStatus; |
1000
|
|
|
return $this; |
1001
|
|
|
} |
1002
|
|
|
|
1003
|
|
|
/** |
1004
|
|
|
* @return mixed |
1005
|
|
|
*/ |
1006
|
|
|
public function getExecReload() |
1007
|
|
|
{ |
1008
|
|
|
return $this->ExecReload; |
1009
|
|
|
} |
1010
|
|
|
|
1011
|
|
|
/** |
1012
|
|
|
* @param mixed $ExecReload |
1013
|
|
|
* @return Service |
1014
|
|
|
*/ |
1015
|
|
|
public function setExecReload($ExecReload) |
1016
|
|
|
{ |
1017
|
|
|
$this->ExecReload = $ExecReload; |
1018
|
|
|
return $this; |
1019
|
|
|
} |
1020
|
|
|
|
1021
|
|
|
/** |
1022
|
|
|
* @return mixed |
1023
|
|
|
*/ |
1024
|
|
|
public function getExecStart() |
1025
|
|
|
{ |
1026
|
|
|
return $this->ExecStart; |
1027
|
|
|
} |
1028
|
|
|
|
1029
|
|
|
/** |
1030
|
|
|
* @param mixed $ExecStart |
1031
|
|
|
* @return Service |
1032
|
|
|
*/ |
1033
|
|
|
public function setExecStart($ExecStart) |
1034
|
|
|
{ |
1035
|
|
|
$this->ExecStart = $ExecStart; |
1036
|
|
|
return $this; |
1037
|
|
|
} |
1038
|
|
|
|
1039
|
|
|
/** |
1040
|
|
|
* @return mixed |
1041
|
|
|
*/ |
1042
|
|
|
public function getExecStartPost() |
1043
|
|
|
{ |
1044
|
|
|
return $this->ExecStartPost; |
1045
|
|
|
} |
1046
|
|
|
|
1047
|
|
|
/** |
1048
|
|
|
* @param mixed $ExecStartPost |
1049
|
|
|
* @return Service |
1050
|
|
|
*/ |
1051
|
|
|
public function setExecStartPost($ExecStartPost) |
1052
|
|
|
{ |
1053
|
|
|
$this->ExecStartPost = $ExecStartPost; |
1054
|
|
|
return $this; |
1055
|
|
|
} |
1056
|
|
|
|
1057
|
|
|
/** |
1058
|
|
|
* @return mixed |
1059
|
|
|
*/ |
1060
|
|
|
public function getExecStartPre() |
1061
|
|
|
{ |
1062
|
|
|
return $this->ExecStartPre; |
1063
|
|
|
} |
1064
|
|
|
|
1065
|
|
|
/** |
1066
|
|
|
* @param mixed $ExecStartPre |
1067
|
|
|
* @return Service |
1068
|
|
|
*/ |
1069
|
|
|
public function setExecStartPre($ExecStartPre) |
1070
|
|
|
{ |
1071
|
|
|
$this->ExecStartPre = $ExecStartPre; |
1072
|
|
|
return $this; |
1073
|
|
|
} |
1074
|
|
|
|
1075
|
|
|
/** |
1076
|
|
|
* @return mixed |
1077
|
|
|
*/ |
1078
|
|
|
public function getExecStop() |
1079
|
|
|
{ |
1080
|
|
|
return $this->ExecStop; |
1081
|
|
|
} |
1082
|
|
|
|
1083
|
|
|
/** |
1084
|
|
|
* @param mixed $ExecStop |
1085
|
|
|
* @return Service |
1086
|
|
|
*/ |
1087
|
|
|
public function setExecStop($ExecStop) |
1088
|
|
|
{ |
1089
|
|
|
$this->ExecStop = $ExecStop; |
1090
|
|
|
return $this; |
1091
|
|
|
} |
1092
|
|
|
|
1093
|
|
|
/** |
1094
|
|
|
* @return mixed |
1095
|
|
|
*/ |
1096
|
|
|
public function getExecStopPost() |
1097
|
|
|
{ |
1098
|
|
|
return $this->ExecStopPost; |
1099
|
|
|
} |
1100
|
|
|
|
1101
|
|
|
/** |
1102
|
|
|
* @param mixed $ExecStopPost |
1103
|
|
|
* @return Service |
1104
|
|
|
*/ |
1105
|
|
|
public function setExecStopPost($ExecStopPost) |
1106
|
|
|
{ |
1107
|
|
|
$this->ExecStopPost = $ExecStopPost; |
1108
|
|
|
return $this; |
1109
|
|
|
} |
1110
|
|
|
|
1111
|
|
|
/** |
1112
|
|
|
* @return mixed |
1113
|
|
|
*/ |
1114
|
|
|
public function getFailureAction() |
1115
|
|
|
{ |
1116
|
|
|
return $this->FailureAction; |
1117
|
|
|
} |
1118
|
|
|
|
1119
|
|
|
/** |
1120
|
|
|
* @param mixed $FailureAction |
1121
|
|
|
* @return Service |
1122
|
|
|
*/ |
1123
|
|
|
public function setFailureAction($FailureAction) |
1124
|
|
|
{ |
1125
|
|
|
$this->FailureAction = $FailureAction; |
1126
|
|
|
return $this; |
1127
|
|
|
} |
1128
|
|
|
|
1129
|
|
|
/** |
1130
|
|
|
* @return mixed |
1131
|
|
|
*/ |
1132
|
|
|
public function getFileDescriptorStoreMax() |
1133
|
|
|
{ |
1134
|
|
|
return $this->FileDescriptorStoreMax; |
1135
|
|
|
} |
1136
|
|
|
|
1137
|
|
|
/** |
1138
|
|
|
* @param mixed $FileDescriptorStoreMax |
1139
|
|
|
* @return Service |
1140
|
|
|
*/ |
1141
|
|
|
public function setFileDescriptorStoreMax($FileDescriptorStoreMax) |
1142
|
|
|
{ |
1143
|
|
|
$this->FileDescriptorStoreMax = $FileDescriptorStoreMax; |
1144
|
|
|
return $this; |
1145
|
|
|
} |
1146
|
|
|
|
1147
|
|
|
/** |
1148
|
|
|
* @return mixed |
1149
|
|
|
*/ |
1150
|
|
|
public function getFragmentPath() |
1151
|
|
|
{ |
1152
|
|
|
return $this->FragmentPath; |
1153
|
|
|
} |
1154
|
|
|
|
1155
|
|
|
/** |
1156
|
|
|
* @param mixed $FragmentPath |
1157
|
|
|
* @return Service |
1158
|
|
|
*/ |
1159
|
|
|
public function setFragmentPath($FragmentPath) |
1160
|
|
|
{ |
1161
|
|
|
$this->FragmentPath = $FragmentPath; |
1162
|
|
|
return $this; |
1163
|
|
|
} |
1164
|
|
|
|
1165
|
|
|
/** |
1166
|
|
|
* @return mixed |
1167
|
|
|
*/ |
1168
|
|
|
public function getGID() |
1169
|
|
|
{ |
1170
|
|
|
return $this->GID; |
1171
|
|
|
} |
1172
|
|
|
|
1173
|
|
|
/** |
1174
|
|
|
* @param mixed $GID |
1175
|
|
|
* @return Service |
1176
|
|
|
*/ |
1177
|
|
|
public function setGID($GID) |
1178
|
|
|
{ |
1179
|
|
|
$this->GID = $GID; |
1180
|
|
|
return $this; |
1181
|
|
|
} |
1182
|
|
|
|
1183
|
|
|
/** |
1184
|
|
|
* @return mixed |
1185
|
|
|
*/ |
1186
|
|
|
public function getGroup() |
1187
|
|
|
{ |
1188
|
|
|
return $this->Group; |
1189
|
|
|
} |
1190
|
|
|
|
1191
|
|
|
/** |
1192
|
|
|
* @param mixed $Group |
1193
|
|
|
* @return Service |
1194
|
|
|
*/ |
1195
|
|
|
public function setGroup($Group) |
1196
|
|
|
{ |
1197
|
|
|
$this->Group = $Group; |
1198
|
|
|
return $this; |
1199
|
|
|
} |
1200
|
|
|
|
1201
|
|
|
/** |
1202
|
|
|
* @return mixed |
1203
|
|
|
*/ |
1204
|
|
|
public function getGuessMainPID() |
1205
|
|
|
{ |
1206
|
|
|
return $this->GuessMainPID; |
1207
|
|
|
} |
1208
|
|
|
|
1209
|
|
|
/** |
1210
|
|
|
* @param mixed $GuessMainPID |
1211
|
|
|
* @return Service |
1212
|
|
|
*/ |
1213
|
|
|
public function setGuessMainPID($GuessMainPID) |
1214
|
|
|
{ |
1215
|
|
|
$this->GuessMainPID = $GuessMainPID; |
1216
|
|
|
return $this; |
1217
|
|
|
} |
1218
|
|
|
|
1219
|
|
|
/** |
1220
|
|
|
* @return mixed |
1221
|
|
|
*/ |
1222
|
|
|
public function getIOAccounting() |
1223
|
|
|
{ |
1224
|
|
|
return $this->IOAccounting; |
1225
|
|
|
} |
1226
|
|
|
|
1227
|
|
|
/** |
1228
|
|
|
* @param mixed $IOAccounting |
1229
|
|
|
* @return Service |
1230
|
|
|
*/ |
1231
|
|
|
public function setIOAccounting($IOAccounting) |
1232
|
|
|
{ |
1233
|
|
|
$this->IOAccounting = $IOAccounting; |
1234
|
|
|
return $this; |
1235
|
|
|
} |
1236
|
|
|
|
1237
|
|
|
/** |
1238
|
|
|
* @return mixed |
1239
|
|
|
*/ |
1240
|
|
|
public function getIOScheduling() |
1241
|
|
|
{ |
1242
|
|
|
return $this->IOScheduling; |
1243
|
|
|
} |
1244
|
|
|
|
1245
|
|
|
/** |
1246
|
|
|
* @param mixed $IOScheduling |
1247
|
|
|
* @return Service |
1248
|
|
|
*/ |
1249
|
|
|
public function setIOScheduling($IOScheduling) |
1250
|
|
|
{ |
1251
|
|
|
$this->IOScheduling = $IOScheduling; |
1252
|
|
|
return $this; |
1253
|
|
|
} |
1254
|
|
|
|
1255
|
|
|
/** |
1256
|
|
|
* @return mixed |
1257
|
|
|
*/ |
1258
|
|
|
public function getIgnoreOnSnapshot() |
1259
|
|
|
{ |
1260
|
|
|
return $this->IgnoreOnSnapshot; |
1261
|
|
|
} |
1262
|
|
|
|
1263
|
|
|
/** |
1264
|
|
|
* @param mixed $IgnoreOnSnapshot |
1265
|
|
|
* @return Service |
1266
|
|
|
*/ |
1267
|
|
|
public function setIgnoreOnSnapshot($IgnoreOnSnapshot) |
1268
|
|
|
{ |
1269
|
|
|
$this->IgnoreOnSnapshot = $IgnoreOnSnapshot; |
1270
|
|
|
return $this; |
1271
|
|
|
} |
1272
|
|
|
|
1273
|
|
|
/** |
1274
|
|
|
* @return mixed |
1275
|
|
|
*/ |
1276
|
|
|
public function getIOWeight() |
1277
|
|
|
{ |
1278
|
|
|
return $this->IOWeight; |
1279
|
|
|
} |
1280
|
|
|
|
1281
|
|
|
/** |
1282
|
|
|
* @param mixed $IOWeight |
1283
|
|
|
* @return Service |
1284
|
|
|
*/ |
1285
|
|
|
public function setIOWeight($IOWeight) |
1286
|
|
|
{ |
1287
|
|
|
$this->IOWeight = $IOWeight; |
1288
|
|
|
return $this; |
1289
|
|
|
} |
1290
|
|
|
|
1291
|
|
|
/** |
1292
|
|
|
* @return mixed |
1293
|
|
|
*/ |
1294
|
|
|
public function getIgnoreSIGPIPE() |
1295
|
|
|
{ |
1296
|
|
|
return $this->IgnoreSIGPIPE; |
1297
|
|
|
} |
1298
|
|
|
|
1299
|
|
|
/** |
1300
|
|
|
* @param mixed $IgnoreSIGPIPE |
1301
|
|
|
* @return Service |
1302
|
|
|
*/ |
1303
|
|
|
public function setIgnoreSIGPIPE($IgnoreSIGPIPE) |
1304
|
|
|
{ |
1305
|
|
|
$this->IgnoreSIGPIPE = $IgnoreSIGPIPE; |
1306
|
|
|
return $this; |
1307
|
|
|
} |
1308
|
|
|
|
1309
|
|
|
/** |
1310
|
|
|
* @return mixed |
1311
|
|
|
*/ |
1312
|
|
|
public function getInactiveEnterTimestamp() |
1313
|
|
|
{ |
1314
|
|
|
return $this->InactiveEnterTimestamp; |
1315
|
|
|
} |
1316
|
|
|
|
1317
|
|
|
/** |
1318
|
|
|
* @param mixed $InactiveEnterTimestamp |
1319
|
|
|
* @return Service |
1320
|
|
|
*/ |
1321
|
|
|
public function setInactiveEnterTimestamp($InactiveEnterTimestamp) |
1322
|
|
|
{ |
1323
|
|
|
$this->InactiveEnterTimestamp = $InactiveEnterTimestamp; |
1324
|
|
|
return $this; |
1325
|
|
|
} |
1326
|
|
|
|
1327
|
|
|
/** |
1328
|
|
|
* @return mixed |
1329
|
|
|
*/ |
1330
|
|
|
public function getKillMode() |
1331
|
|
|
{ |
1332
|
|
|
return $this->KillMode; |
1333
|
|
|
} |
1334
|
|
|
|
1335
|
|
|
/** |
1336
|
|
|
* @param mixed $KillMode |
1337
|
|
|
* @return Service |
1338
|
|
|
*/ |
1339
|
|
|
public function setKillMode($KillMode) |
1340
|
|
|
{ |
1341
|
|
|
$this->KillMode = $KillMode; |
1342
|
|
|
return $this; |
1343
|
|
|
} |
1344
|
|
|
|
1345
|
|
|
/** |
1346
|
|
|
* @return mixed |
1347
|
|
|
*/ |
1348
|
|
|
public function getKillSignal() |
1349
|
|
|
{ |
1350
|
|
|
return $this->KillSignal; |
1351
|
|
|
} |
1352
|
|
|
|
1353
|
|
|
/** |
1354
|
|
|
* @param mixed $KillSignal |
1355
|
|
|
* @return Service |
1356
|
|
|
*/ |
1357
|
|
|
public function setKillSignal($KillSignal) |
1358
|
|
|
{ |
1359
|
|
|
$this->KillSignal = $KillSignal; |
1360
|
|
|
return $this; |
1361
|
|
|
} |
1362
|
|
|
|
1363
|
|
|
/** |
1364
|
|
|
* @return mixed |
1365
|
|
|
*/ |
1366
|
|
|
public function getLimitAS() |
1367
|
|
|
{ |
1368
|
|
|
return $this->LimitAS; |
1369
|
|
|
} |
1370
|
|
|
|
1371
|
|
|
/** |
1372
|
|
|
* @param mixed $LimitAS |
1373
|
|
|
* @return Service |
1374
|
|
|
*/ |
1375
|
|
|
public function setLimitAS($LimitAS) |
1376
|
|
|
{ |
1377
|
|
|
$this->LimitAS = $LimitAS; |
1378
|
|
|
return $this; |
1379
|
|
|
} |
1380
|
|
|
|
1381
|
|
|
/** |
1382
|
|
|
* @return mixed |
1383
|
|
|
*/ |
1384
|
|
|
public function getLimitASSoft() |
1385
|
|
|
{ |
1386
|
|
|
return $this->LimitASSoft; |
1387
|
|
|
} |
1388
|
|
|
|
1389
|
|
|
/** |
1390
|
|
|
* @param mixed $LimitASSoft |
1391
|
|
|
* @return Service |
1392
|
|
|
*/ |
1393
|
|
|
public function setLimitASSoft($LimitASSoft) |
1394
|
|
|
{ |
1395
|
|
|
$this->LimitASSoft = $LimitASSoft; |
1396
|
|
|
return $this; |
1397
|
|
|
} |
1398
|
|
|
|
1399
|
|
|
/** |
1400
|
|
|
* @return mixed |
1401
|
|
|
*/ |
1402
|
|
|
public function getLimitCORE() |
1403
|
|
|
{ |
1404
|
|
|
return $this->LimitCORE; |
1405
|
|
|
} |
1406
|
|
|
|
1407
|
|
|
/** |
1408
|
|
|
* @param mixed $LimitCORE |
1409
|
|
|
* @return Service |
1410
|
|
|
*/ |
1411
|
|
|
public function setLimitCORE($LimitCORE) |
1412
|
|
|
{ |
1413
|
|
|
$this->LimitCORE = $LimitCORE; |
1414
|
|
|
return $this; |
1415
|
|
|
} |
1416
|
|
|
|
1417
|
|
|
/** |
1418
|
|
|
* @return mixed |
1419
|
|
|
*/ |
1420
|
|
|
public function getLimitCORESoft() |
1421
|
|
|
{ |
1422
|
|
|
return $this->LimitCORESoft; |
1423
|
|
|
} |
1424
|
|
|
|
1425
|
|
|
/** |
1426
|
|
|
* @param mixed $LimitCORESoft |
1427
|
|
|
* @return Service |
1428
|
|
|
*/ |
1429
|
|
|
public function setLimitCORESoft($LimitCORESoft) |
1430
|
|
|
{ |
1431
|
|
|
$this->LimitCORESoft = $LimitCORESoft; |
1432
|
|
|
return $this; |
1433
|
|
|
} |
1434
|
|
|
|
1435
|
|
|
/** |
1436
|
|
|
* @return mixed |
1437
|
|
|
*/ |
1438
|
|
|
public function getLimitCPU() |
1439
|
|
|
{ |
1440
|
|
|
return $this->LimitCPU; |
1441
|
|
|
} |
1442
|
|
|
|
1443
|
|
|
/** |
1444
|
|
|
* @param mixed $LimitCPU |
1445
|
|
|
* @return Service |
1446
|
|
|
*/ |
1447
|
|
|
public function setLimitCPU($LimitCPU) |
1448
|
|
|
{ |
1449
|
|
|
$this->LimitCPU = $LimitCPU; |
1450
|
|
|
return $this; |
1451
|
|
|
} |
1452
|
|
|
|
1453
|
|
|
/** |
1454
|
|
|
* @return mixed |
1455
|
|
|
*/ |
1456
|
|
|
public function getLimitCPUSoft() |
1457
|
|
|
{ |
1458
|
|
|
return $this->LimitCPUSoft; |
1459
|
|
|
} |
1460
|
|
|
|
1461
|
|
|
/** |
1462
|
|
|
* @param mixed $LimitCPUSoft |
1463
|
|
|
* @return Service |
1464
|
|
|
*/ |
1465
|
|
|
public function setLimitCPUSoft($LimitCPUSoft) |
1466
|
|
|
{ |
1467
|
|
|
$this->LimitCPUSoft = $LimitCPUSoft; |
1468
|
|
|
return $this; |
1469
|
|
|
} |
1470
|
|
|
|
1471
|
|
|
/** |
1472
|
|
|
* @return mixed |
1473
|
|
|
*/ |
1474
|
|
|
public function getLimitDATA() |
1475
|
|
|
{ |
1476
|
|
|
return $this->LimitDATA; |
1477
|
|
|
} |
1478
|
|
|
|
1479
|
|
|
/** |
1480
|
|
|
* @param mixed $LimitDATA |
1481
|
|
|
* @return Service |
1482
|
|
|
*/ |
1483
|
|
|
public function setLimitDATA($LimitDATA) |
1484
|
|
|
{ |
1485
|
|
|
$this->LimitDATA = $LimitDATA; |
1486
|
|
|
return $this; |
1487
|
|
|
} |
1488
|
|
|
|
1489
|
|
|
/** |
1490
|
|
|
* @return mixed |
1491
|
|
|
*/ |
1492
|
|
|
public function getLimitDATASoft() |
1493
|
|
|
{ |
1494
|
|
|
return $this->LimitDATASoft; |
1495
|
|
|
} |
1496
|
|
|
|
1497
|
|
|
/** |
1498
|
|
|
* @param mixed $LimitDATASoft |
1499
|
|
|
* @return Service |
1500
|
|
|
*/ |
1501
|
|
|
public function setLimitDATASoft($LimitDATASoft) |
1502
|
|
|
{ |
1503
|
|
|
$this->LimitDATASoft = $LimitDATASoft; |
1504
|
|
|
return $this; |
1505
|
|
|
} |
1506
|
|
|
|
1507
|
|
|
/** |
1508
|
|
|
* @return mixed |
1509
|
|
|
*/ |
1510
|
|
|
public function getLimitFSIZE() |
1511
|
|
|
{ |
1512
|
|
|
return $this->LimitFSIZE; |
1513
|
|
|
} |
1514
|
|
|
|
1515
|
|
|
/** |
1516
|
|
|
* @param mixed $LimitFSIZE |
1517
|
|
|
* @return Service |
1518
|
|
|
*/ |
1519
|
|
|
public function setLimitFSIZE($LimitFSIZE) |
1520
|
|
|
{ |
1521
|
|
|
$this->LimitFSIZE = $LimitFSIZE; |
1522
|
|
|
return $this; |
1523
|
|
|
} |
1524
|
|
|
|
1525
|
|
|
/** |
1526
|
|
|
* @return mixed |
1527
|
|
|
*/ |
1528
|
|
|
public function getLimitFSIZESoft() |
1529
|
|
|
{ |
1530
|
|
|
return $this->LimitFSIZESoft; |
1531
|
|
|
} |
1532
|
|
|
|
1533
|
|
|
/** |
1534
|
|
|
* @param mixed $LimitFSIZESoft |
1535
|
|
|
* @return Service |
1536
|
|
|
*/ |
1537
|
|
|
public function setLimitFSIZESoft($LimitFSIZESoft) |
1538
|
|
|
{ |
1539
|
|
|
$this->LimitFSIZESoft = $LimitFSIZESoft; |
1540
|
|
|
return $this; |
1541
|
|
|
} |
1542
|
|
|
|
1543
|
|
|
/** |
1544
|
|
|
* @return mixed |
1545
|
|
|
*/ |
1546
|
|
|
public function getLimitLOCKS() |
1547
|
|
|
{ |
1548
|
|
|
return $this->LimitLOCKS; |
1549
|
|
|
} |
1550
|
|
|
|
1551
|
|
|
/** |
1552
|
|
|
* @param mixed $LimitLOCKS |
1553
|
|
|
* @return Service |
1554
|
|
|
*/ |
1555
|
|
|
public function setLimitLOCKS($LimitLOCKS) |
1556
|
|
|
{ |
1557
|
|
|
$this->LimitLOCKS = $LimitLOCKS; |
1558
|
|
|
return $this; |
1559
|
|
|
} |
1560
|
|
|
|
1561
|
|
|
/** |
1562
|
|
|
* @return mixed |
1563
|
|
|
*/ |
1564
|
|
|
public function getLimitLOCKSSoft() |
1565
|
|
|
{ |
1566
|
|
|
return $this->LimitLOCKSSoft; |
1567
|
|
|
} |
1568
|
|
|
|
1569
|
|
|
/** |
1570
|
|
|
* @param mixed $LimitLOCKSSoft |
1571
|
|
|
* @return Service |
1572
|
|
|
*/ |
1573
|
|
|
public function setLimitLOCKSSoft($LimitLOCKSSoft) |
1574
|
|
|
{ |
1575
|
|
|
$this->LimitLOCKSSoft = $LimitLOCKSSoft; |
1576
|
|
|
return $this; |
1577
|
|
|
} |
1578
|
|
|
|
1579
|
|
|
/** |
1580
|
|
|
* @return mixed |
1581
|
|
|
*/ |
1582
|
|
|
public function getLimitMEMLOCK() |
1583
|
|
|
{ |
1584
|
|
|
return $this->LimitMEMLOCK; |
1585
|
|
|
} |
1586
|
|
|
|
1587
|
|
|
/** |
1588
|
|
|
* @param mixed $LimitMEMLOCK |
1589
|
|
|
* @return Service |
1590
|
|
|
*/ |
1591
|
|
|
public function setLimitMEMLOCK($LimitMEMLOCK) |
1592
|
|
|
{ |
1593
|
|
|
$this->LimitMEMLOCK = $LimitMEMLOCK; |
1594
|
|
|
return $this; |
1595
|
|
|
} |
1596
|
|
|
|
1597
|
|
|
/** |
1598
|
|
|
* @return mixed |
1599
|
|
|
*/ |
1600
|
|
|
public function getLimitMEMLOCKSoft() |
1601
|
|
|
{ |
1602
|
|
|
return $this->LimitMEMLOCKSoft; |
1603
|
|
|
} |
1604
|
|
|
|
1605
|
|
|
/** |
1606
|
|
|
* @param mixed $LimitMEMLOCKSoft |
1607
|
|
|
* @return Service |
1608
|
|
|
*/ |
1609
|
|
|
public function setLimitMEMLOCKSoft($LimitMEMLOCKSoft) |
1610
|
|
|
{ |
1611
|
|
|
$this->LimitMEMLOCKSoft = $LimitMEMLOCKSoft; |
1612
|
|
|
return $this; |
1613
|
|
|
} |
1614
|
|
|
|
1615
|
|
|
/** |
1616
|
|
|
* @return mixed |
1617
|
|
|
*/ |
1618
|
|
|
public function getLimitMSGQUEUE() |
1619
|
|
|
{ |
1620
|
|
|
return $this->LimitMSGQUEUE; |
1621
|
|
|
} |
1622
|
|
|
|
1623
|
|
|
/** |
1624
|
|
|
* @param mixed $LimitMSGQUEUE |
1625
|
|
|
* @return Service |
1626
|
|
|
*/ |
1627
|
|
|
public function setLimitMSGQUEUE($LimitMSGQUEUE) |
1628
|
|
|
{ |
1629
|
|
|
$this->LimitMSGQUEUE = $LimitMSGQUEUE; |
1630
|
|
|
return $this; |
1631
|
|
|
} |
1632
|
|
|
|
1633
|
|
|
/** |
1634
|
|
|
* @return mixed |
1635
|
|
|
*/ |
1636
|
|
|
public function getLimitMSGQUEUESoft() |
1637
|
|
|
{ |
1638
|
|
|
return $this->LimitMSGQUEUESoft; |
1639
|
|
|
} |
1640
|
|
|
|
1641
|
|
|
/** |
1642
|
|
|
* @param mixed $LimitMSGQUEUESoft |
1643
|
|
|
* @return Service |
1644
|
|
|
*/ |
1645
|
|
|
public function setLimitMSGQUEUESoft($LimitMSGQUEUESoft) |
1646
|
|
|
{ |
1647
|
|
|
$this->LimitMSGQUEUESoft = $LimitMSGQUEUESoft; |
1648
|
|
|
return $this; |
1649
|
|
|
} |
1650
|
|
|
|
1651
|
|
|
/** |
1652
|
|
|
* @return mixed |
1653
|
|
|
*/ |
1654
|
|
|
public function getLimitNICE() |
1655
|
|
|
{ |
1656
|
|
|
return $this->LimitNICE; |
1657
|
|
|
} |
1658
|
|
|
|
1659
|
|
|
/** |
1660
|
|
|
* @param mixed $LimitNICE |
1661
|
|
|
* @return Service |
1662
|
|
|
*/ |
1663
|
|
|
public function setLimitNICE($LimitNICE) |
1664
|
|
|
{ |
1665
|
|
|
$this->LimitNICE = $LimitNICE; |
1666
|
|
|
return $this; |
1667
|
|
|
} |
1668
|
|
|
|
1669
|
|
|
/** |
1670
|
|
|
* @return mixed |
1671
|
|
|
*/ |
1672
|
|
|
public function getLimitNICESoft() |
1673
|
|
|
{ |
1674
|
|
|
return $this->LimitNICESoft; |
1675
|
|
|
} |
1676
|
|
|
|
1677
|
|
|
/** |
1678
|
|
|
* @param mixed $LimitNICESoft |
1679
|
|
|
* @return Service |
1680
|
|
|
*/ |
1681
|
|
|
public function setLimitNICESoft($LimitNICESoft) |
1682
|
|
|
{ |
1683
|
|
|
$this->LimitNICESoft = $LimitNICESoft; |
1684
|
|
|
return $this; |
1685
|
|
|
} |
1686
|
|
|
|
1687
|
|
|
/** |
1688
|
|
|
* @return mixed |
1689
|
|
|
*/ |
1690
|
|
|
public function getLimitNOFILE() |
1691
|
|
|
{ |
1692
|
|
|
return $this->LimitNOFILE; |
1693
|
|
|
} |
1694
|
|
|
|
1695
|
|
|
/** |
1696
|
|
|
* @param mixed $LimitNOFILE |
1697
|
|
|
* @return Service |
1698
|
|
|
*/ |
1699
|
|
|
public function setLimitNOFILE($LimitNOFILE) |
1700
|
|
|
{ |
1701
|
|
|
$this->LimitNOFILE = $LimitNOFILE; |
1702
|
|
|
return $this; |
1703
|
|
|
} |
1704
|
|
|
|
1705
|
|
|
/** |
1706
|
|
|
* @return mixed |
1707
|
|
|
*/ |
1708
|
|
|
public function getLimitNOFILESoft() |
1709
|
|
|
{ |
1710
|
|
|
return $this->LimitNOFILESoft; |
1711
|
|
|
} |
1712
|
|
|
|
1713
|
|
|
/** |
1714
|
|
|
* @param mixed $LimitNOFILESoft |
1715
|
|
|
* @return Service |
1716
|
|
|
*/ |
1717
|
|
|
public function setLimitNOFILESoft($LimitNOFILESoft) |
1718
|
|
|
{ |
1719
|
|
|
$this->LimitNOFILESoft = $LimitNOFILESoft; |
1720
|
|
|
return $this; |
1721
|
|
|
} |
1722
|
|
|
|
1723
|
|
|
/** |
1724
|
|
|
* @return mixed |
1725
|
|
|
*/ |
1726
|
|
|
public function getLimitNPROC() |
1727
|
|
|
{ |
1728
|
|
|
return $this->LimitNPROC; |
1729
|
|
|
} |
1730
|
|
|
|
1731
|
|
|
/** |
1732
|
|
|
* @param mixed $LimitNPROC |
1733
|
|
|
* @return Service |
1734
|
|
|
*/ |
1735
|
|
|
public function setLimitNPROC($LimitNPROC) |
1736
|
|
|
{ |
1737
|
|
|
$this->LimitNPROC = $LimitNPROC; |
1738
|
|
|
return $this; |
1739
|
|
|
} |
1740
|
|
|
|
1741
|
|
|
/** |
1742
|
|
|
* @return mixed |
1743
|
|
|
*/ |
1744
|
|
|
public function getLimitNPROCSoft() |
1745
|
|
|
{ |
1746
|
|
|
return $this->LimitNPROCSoft; |
1747
|
|
|
} |
1748
|
|
|
|
1749
|
|
|
/** |
1750
|
|
|
* @param mixed $LimitNPROCSoft |
1751
|
|
|
* @return Service |
1752
|
|
|
*/ |
1753
|
|
|
public function setLimitNPROCSoft($LimitNPROCSoft) |
1754
|
|
|
{ |
1755
|
|
|
$this->LimitNPROCSoft = $LimitNPROCSoft; |
1756
|
|
|
return $this; |
1757
|
|
|
} |
1758
|
|
|
|
1759
|
|
|
/** |
1760
|
|
|
* @return mixed |
1761
|
|
|
*/ |
1762
|
|
|
public function getLimitRSS() |
1763
|
|
|
{ |
1764
|
|
|
return $this->LimitRSS; |
1765
|
|
|
} |
1766
|
|
|
|
1767
|
|
|
/** |
1768
|
|
|
* @param mixed $LimitRSS |
1769
|
|
|
* @return Service |
1770
|
|
|
*/ |
1771
|
|
|
public function setLimitRSS($LimitRSS) |
1772
|
|
|
{ |
1773
|
|
|
$this->LimitRSS = $LimitRSS; |
1774
|
|
|
return $this; |
1775
|
|
|
} |
1776
|
|
|
|
1777
|
|
|
/** |
1778
|
|
|
* @return mixed |
1779
|
|
|
*/ |
1780
|
|
|
public function getLimitRSSSoft() |
1781
|
|
|
{ |
1782
|
|
|
return $this->LimitRSSSoft; |
1783
|
|
|
} |
1784
|
|
|
|
1785
|
|
|
/** |
1786
|
|
|
* @param mixed $LimitRSSSoft |
1787
|
|
|
* @return Service |
1788
|
|
|
*/ |
1789
|
|
|
public function setLimitRSSSoft($LimitRSSSoft) |
1790
|
|
|
{ |
1791
|
|
|
$this->LimitRSSSoft = $LimitRSSSoft; |
1792
|
|
|
return $this; |
1793
|
|
|
} |
1794
|
|
|
|
1795
|
|
|
/** |
1796
|
|
|
* @return mixed |
1797
|
|
|
*/ |
1798
|
|
|
public function getLimitRTPRIO() |
1799
|
|
|
{ |
1800
|
|
|
return $this->LimitRTPRIO; |
1801
|
|
|
} |
1802
|
|
|
|
1803
|
|
|
/** |
1804
|
|
|
* @param mixed $LimitRTPRIO |
1805
|
|
|
* @return Service |
1806
|
|
|
*/ |
1807
|
|
|
public function setLimitRTPRIO($LimitRTPRIO) |
1808
|
|
|
{ |
1809
|
|
|
$this->LimitRTPRIO = $LimitRTPRIO; |
1810
|
|
|
return $this; |
1811
|
|
|
} |
1812
|
|
|
|
1813
|
|
|
/** |
1814
|
|
|
* @return mixed |
1815
|
|
|
*/ |
1816
|
|
|
public function getLimitRTPRIOSoft() |
1817
|
|
|
{ |
1818
|
|
|
return $this->LimitRTPRIOSoft; |
1819
|
|
|
} |
1820
|
|
|
|
1821
|
|
|
/** |
1822
|
|
|
* @param mixed $LimitRTPRIOSoft |
1823
|
|
|
* @return Service |
1824
|
|
|
*/ |
1825
|
|
|
public function setLimitRTPRIOSoft($LimitRTPRIOSoft) |
1826
|
|
|
{ |
1827
|
|
|
$this->LimitRTPRIOSoft = $LimitRTPRIOSoft; |
1828
|
|
|
return $this; |
1829
|
|
|
} |
1830
|
|
|
|
1831
|
|
|
/** |
1832
|
|
|
* @return mixed |
1833
|
|
|
*/ |
1834
|
|
|
public function getLimitRTTIME() |
1835
|
|
|
{ |
1836
|
|
|
return $this->LimitRTTIME; |
1837
|
|
|
} |
1838
|
|
|
|
1839
|
|
|
/** |
1840
|
|
|
* @param mixed $LimitRTTIME |
1841
|
|
|
* @return Service |
1842
|
|
|
*/ |
1843
|
|
|
public function setLimitRTTIME($LimitRTTIME) |
1844
|
|
|
{ |
1845
|
|
|
$this->LimitRTTIME = $LimitRTTIME; |
1846
|
|
|
return $this; |
1847
|
|
|
} |
1848
|
|
|
|
1849
|
|
|
/** |
1850
|
|
|
* @return mixed |
1851
|
|
|
*/ |
1852
|
|
|
public function getLimitRTTIMESoft() |
1853
|
|
|
{ |
1854
|
|
|
return $this->LimitRTTIMESoft; |
1855
|
|
|
} |
1856
|
|
|
|
1857
|
|
|
/** |
1858
|
|
|
* @param mixed $LimitRTTIMESoft |
1859
|
|
|
* @return Service |
1860
|
|
|
*/ |
1861
|
|
|
public function setLimitRTTIMESoft($LimitRTTIMESoft) |
1862
|
|
|
{ |
1863
|
|
|
$this->LimitRTTIMESoft = $LimitRTTIMESoft; |
1864
|
|
|
return $this; |
1865
|
|
|
} |
1866
|
|
|
|
1867
|
|
|
/** |
1868
|
|
|
* @return mixed |
1869
|
|
|
*/ |
1870
|
|
|
public function getLimitSIGPENDING() |
1871
|
|
|
{ |
1872
|
|
|
return $this->LimitSIGPENDING; |
1873
|
|
|
} |
1874
|
|
|
|
1875
|
|
|
/** |
1876
|
|
|
* @param mixed $LimitSIGPENDING |
1877
|
|
|
* @return Service |
1878
|
|
|
*/ |
1879
|
|
|
public function setLimitSIGPENDING($LimitSIGPENDING) |
1880
|
|
|
{ |
1881
|
|
|
$this->LimitSIGPENDING = $LimitSIGPENDING; |
1882
|
|
|
return $this; |
1883
|
|
|
} |
1884
|
|
|
|
1885
|
|
|
/** |
1886
|
|
|
* @return mixed |
1887
|
|
|
*/ |
1888
|
|
|
public function getLimitSIGPENDINGSoft() |
1889
|
|
|
{ |
1890
|
|
|
return $this->LimitSIGPENDINGSoft; |
1891
|
|
|
} |
1892
|
|
|
|
1893
|
|
|
/** |
1894
|
|
|
* @param mixed $LimitSIGPENDINGSoft |
1895
|
|
|
* @return Service |
1896
|
|
|
*/ |
1897
|
|
|
public function setLimitSIGPENDINGSoft($LimitSIGPENDINGSoft) |
1898
|
|
|
{ |
1899
|
|
|
$this->LimitSIGPENDINGSoft = $LimitSIGPENDINGSoft; |
1900
|
|
|
return $this; |
1901
|
|
|
} |
1902
|
|
|
|
1903
|
|
|
/** |
1904
|
|
|
* @return mixed |
1905
|
|
|
*/ |
1906
|
|
|
public function getLimitSTACK() |
1907
|
|
|
{ |
1908
|
|
|
return $this->LimitSTACK; |
1909
|
|
|
} |
1910
|
|
|
|
1911
|
|
|
/** |
1912
|
|
|
* @param mixed $LimitSTACK |
1913
|
|
|
* @return Service |
1914
|
|
|
*/ |
1915
|
|
|
public function setLimitSTACK($LimitSTACK) |
1916
|
|
|
{ |
1917
|
|
|
$this->LimitSTACK = $LimitSTACK; |
1918
|
|
|
return $this; |
1919
|
|
|
} |
1920
|
|
|
|
1921
|
|
|
/** |
1922
|
|
|
* @return mixed |
1923
|
|
|
*/ |
1924
|
|
|
public function getLimitSTACKSoft() |
1925
|
|
|
{ |
1926
|
|
|
return $this->LimitSTACKSoft; |
1927
|
|
|
} |
1928
|
|
|
|
1929
|
|
|
/** |
1930
|
|
|
* @param mixed $LimitSTACKSoft |
1931
|
|
|
* @return Service |
1932
|
|
|
*/ |
1933
|
|
|
public function setLimitSTACKSoft($LimitSTACKSoft) |
1934
|
|
|
{ |
1935
|
|
|
$this->LimitSTACKSoft = $LimitSTACKSoft; |
1936
|
|
|
return $this; |
1937
|
|
|
} |
1938
|
|
|
|
1939
|
|
|
/** |
1940
|
|
|
* @return mixed |
1941
|
|
|
*/ |
1942
|
|
|
public function getMainPID() |
1943
|
|
|
{ |
1944
|
|
|
return $this->MainPID; |
1945
|
|
|
} |
1946
|
|
|
|
1947
|
|
|
/** |
1948
|
|
|
* @param mixed $MainPID |
1949
|
|
|
* @return Service |
1950
|
|
|
*/ |
1951
|
|
|
public function setMainPID($MainPID) |
1952
|
|
|
{ |
1953
|
|
|
$this->MainPID = $MainPID; |
1954
|
|
|
return $this; |
1955
|
|
|
} |
1956
|
|
|
|
1957
|
|
|
/** |
1958
|
|
|
* @return mixed |
1959
|
|
|
*/ |
1960
|
|
|
public function getMemoryAccounting() |
1961
|
|
|
{ |
1962
|
|
|
return $this->MemoryAccounting; |
1963
|
|
|
} |
1964
|
|
|
|
1965
|
|
|
/** |
1966
|
|
|
* @param mixed $MemoryAccounting |
1967
|
|
|
* @return Service |
1968
|
|
|
*/ |
1969
|
|
|
public function setMemoryAccounting($MemoryAccounting) |
1970
|
|
|
{ |
1971
|
|
|
$this->MemoryAccounting = $MemoryAccounting; |
1972
|
|
|
return $this; |
1973
|
|
|
} |
1974
|
|
|
|
1975
|
|
|
/** |
1976
|
|
|
* @return mixed |
1977
|
|
|
*/ |
1978
|
|
|
public function getMemoryCurrent() |
1979
|
|
|
{ |
1980
|
|
|
return $this->MemoryCurrent; |
1981
|
|
|
} |
1982
|
|
|
|
1983
|
|
|
/** |
1984
|
|
|
* @param mixed $MemoryCurrent |
1985
|
|
|
* @return Service |
1986
|
|
|
*/ |
1987
|
|
|
public function setMemoryCurrent($MemoryCurrent) |
1988
|
|
|
{ |
1989
|
|
|
$this->MemoryCurrent = $MemoryCurrent; |
1990
|
|
|
return $this; |
1991
|
|
|
} |
1992
|
|
|
|
1993
|
|
|
/** |
1994
|
|
|
* @return mixed |
1995
|
|
|
*/ |
1996
|
|
|
public function getMemoryDenyWriteExecute() |
1997
|
|
|
{ |
1998
|
|
|
return $this->MemoryDenyWriteExecute; |
1999
|
|
|
} |
2000
|
|
|
|
2001
|
|
|
/** |
2002
|
|
|
* @param mixed $MemoryDenyWriteExecute |
2003
|
|
|
* @return Service |
2004
|
|
|
*/ |
2005
|
|
|
public function setMemoryDenyWriteExecute($MemoryDenyWriteExecute) |
2006
|
|
|
{ |
2007
|
|
|
$this->MemoryDenyWriteExecute = $MemoryDenyWriteExecute; |
2008
|
|
|
return $this; |
2009
|
|
|
} |
2010
|
|
|
|
2011
|
|
|
/** |
2012
|
|
|
* @return mixed |
2013
|
|
|
*/ |
2014
|
|
|
public function getMemoryHigh() |
2015
|
|
|
{ |
2016
|
|
|
return $this->MemoryHigh; |
2017
|
|
|
} |
2018
|
|
|
|
2019
|
|
|
/** |
2020
|
|
|
* @param mixed $MemoryHigh |
2021
|
|
|
* @return Service |
2022
|
|
|
*/ |
2023
|
|
|
public function setMemoryHigh($MemoryHigh) |
2024
|
|
|
{ |
2025
|
|
|
$this->MemoryHigh = $MemoryHigh; |
2026
|
|
|
return $this; |
2027
|
|
|
} |
2028
|
|
|
|
2029
|
|
|
/** |
2030
|
|
|
* @return mixed |
2031
|
|
|
*/ |
2032
|
|
|
public function getMemoryLimit() |
2033
|
|
|
{ |
2034
|
|
|
return $this->MemoryLimit; |
2035
|
|
|
} |
2036
|
|
|
|
2037
|
|
|
/** |
2038
|
|
|
* @param mixed $MemoryLimit |
2039
|
|
|
* @return Service |
2040
|
|
|
*/ |
2041
|
|
|
public function setMemoryLimit($MemoryLimit) |
2042
|
|
|
{ |
2043
|
|
|
$this->MemoryLimit = $MemoryLimit; |
2044
|
|
|
return $this; |
2045
|
|
|
} |
2046
|
|
|
|
2047
|
|
|
/** |
2048
|
|
|
* @return mixed |
2049
|
|
|
*/ |
2050
|
|
|
public function getMemoryLow() |
2051
|
|
|
{ |
2052
|
|
|
return $this->MemoryLow; |
2053
|
|
|
} |
2054
|
|
|
|
2055
|
|
|
/** |
2056
|
|
|
* @param mixed $MemoryLow |
2057
|
|
|
* @return Service |
2058
|
|
|
*/ |
2059
|
|
|
public function setMemoryLow($MemoryLow) |
2060
|
|
|
{ |
2061
|
|
|
$this->MemoryLow = $MemoryLow; |
2062
|
|
|
return $this; |
2063
|
|
|
} |
2064
|
|
|
|
2065
|
|
|
/** |
2066
|
|
|
* @return mixed |
2067
|
|
|
*/ |
2068
|
|
|
public function getMemoryMax() |
2069
|
|
|
{ |
2070
|
|
|
return $this->MemoryMax; |
2071
|
|
|
} |
2072
|
|
|
|
2073
|
|
|
/** |
2074
|
|
|
* @param mixed $MemoryMax |
2075
|
|
|
* @return Service |
2076
|
|
|
*/ |
2077
|
|
|
public function setMemoryMax($MemoryMax) |
2078
|
|
|
{ |
2079
|
|
|
$this->MemoryMax = $MemoryMax; |
2080
|
|
|
return $this; |
2081
|
|
|
} |
2082
|
|
|
|
2083
|
|
|
/** |
2084
|
|
|
* @return mixed |
2085
|
|
|
*/ |
2086
|
|
|
public function getMemorySwapMax() |
2087
|
|
|
{ |
2088
|
|
|
return $this->MemorySwapMax; |
2089
|
|
|
} |
2090
|
|
|
|
2091
|
|
|
/** |
2092
|
|
|
* @param mixed $MemorySwapMax |
2093
|
|
|
* @return Service |
2094
|
|
|
*/ |
2095
|
|
|
public function setMemorySwapMax($MemorySwapMax) |
2096
|
|
|
{ |
2097
|
|
|
$this->MemorySwapMax = $MemorySwapMax; |
2098
|
|
|
return $this; |
2099
|
|
|
} |
2100
|
|
|
|
2101
|
|
|
/** |
2102
|
|
|
* @return mixed |
2103
|
|
|
*/ |
2104
|
|
|
public function getMountFlags() |
2105
|
|
|
{ |
2106
|
|
|
return $this->MountFlags; |
2107
|
|
|
} |
2108
|
|
|
|
2109
|
|
|
/** |
2110
|
|
|
* @param mixed $MountFlags |
2111
|
|
|
* @return Service |
2112
|
|
|
*/ |
2113
|
|
|
public function setMountFlags($MountFlags) |
2114
|
|
|
{ |
2115
|
|
|
$this->MountFlags = $MountFlags; |
2116
|
|
|
return $this; |
2117
|
|
|
} |
2118
|
|
|
|
2119
|
|
|
/** |
2120
|
|
|
* @return mixed |
2121
|
|
|
*/ |
2122
|
|
|
public function getNFileDescriptorStore() |
2123
|
|
|
{ |
2124
|
|
|
return $this->NFileDescriptorStore; |
2125
|
|
|
} |
2126
|
|
|
|
2127
|
|
|
/** |
2128
|
|
|
* @param mixed $NFileDescriptorStore |
2129
|
|
|
* @return Service |
2130
|
|
|
*/ |
2131
|
|
|
public function setNFileDescriptorStore($NFileDescriptorStore) |
2132
|
|
|
{ |
2133
|
|
|
$this->NFileDescriptorStore = $NFileDescriptorStore; |
2134
|
|
|
return $this; |
2135
|
|
|
} |
2136
|
|
|
|
2137
|
|
|
/** |
2138
|
|
|
* @return mixed |
2139
|
|
|
*/ |
2140
|
|
|
public function getNice() |
2141
|
|
|
{ |
2142
|
|
|
return $this->Nice; |
2143
|
|
|
} |
2144
|
|
|
|
2145
|
|
|
/** |
2146
|
|
|
* @param mixed $Nice |
2147
|
|
|
* @return Service |
2148
|
|
|
*/ |
2149
|
|
|
public function setNice($Nice) |
2150
|
|
|
{ |
2151
|
|
|
$this->Nice = $Nice; |
2152
|
|
|
return $this; |
2153
|
|
|
} |
2154
|
|
|
|
2155
|
|
|
/** |
2156
|
|
|
* @return mixed |
2157
|
|
|
*/ |
2158
|
|
|
public function getNoNewPrivileges() |
2159
|
|
|
{ |
2160
|
|
|
return $this->NoNewPrivileges; |
2161
|
|
|
} |
2162
|
|
|
|
2163
|
|
|
/** |
2164
|
|
|
* @param mixed $NoNewPrivileges |
2165
|
|
|
* @return Service |
2166
|
|
|
*/ |
2167
|
|
|
public function setNoNewPrivileges($NoNewPrivileges) |
2168
|
|
|
{ |
2169
|
|
|
$this->NoNewPrivileges = $NoNewPrivileges; |
2170
|
|
|
return $this; |
2171
|
|
|
} |
2172
|
|
|
|
2173
|
|
|
/** |
2174
|
|
|
* @return mixed |
2175
|
|
|
*/ |
2176
|
|
|
public function getNonBlocking() |
2177
|
|
|
{ |
2178
|
|
|
return $this->NonBlocking; |
2179
|
|
|
} |
2180
|
|
|
|
2181
|
|
|
/** |
2182
|
|
|
* @param mixed $NonBlocking |
2183
|
|
|
* @return Service |
2184
|
|
|
*/ |
2185
|
|
|
public function setNonBlocking($NonBlocking) |
2186
|
|
|
{ |
2187
|
|
|
$this->NonBlocking = $NonBlocking; |
2188
|
|
|
return $this; |
2189
|
|
|
} |
2190
|
|
|
|
2191
|
|
|
/** |
2192
|
|
|
* @return mixed |
2193
|
|
|
*/ |
2194
|
|
|
public function getNotifyAccess() |
2195
|
|
|
{ |
2196
|
|
|
return $this->NotifyAccess; |
2197
|
|
|
} |
2198
|
|
|
|
2199
|
|
|
/** |
2200
|
|
|
* @param mixed $NotifyAccess |
2201
|
|
|
* @return Service |
2202
|
|
|
*/ |
2203
|
|
|
public function setNotifyAccess($NotifyAccess) |
2204
|
|
|
{ |
2205
|
|
|
$this->NotifyAccess = $NotifyAccess; |
2206
|
|
|
return $this; |
2207
|
|
|
} |
2208
|
|
|
|
2209
|
|
|
/** |
2210
|
|
|
* @return mixed |
2211
|
|
|
*/ |
2212
|
|
|
public function getOOMScoreAdjust() |
2213
|
|
|
{ |
2214
|
|
|
return $this->OOMScoreAdjust; |
2215
|
|
|
} |
2216
|
|
|
|
2217
|
|
|
/** |
2218
|
|
|
* @param mixed $OOMScoreAdjust |
2219
|
|
|
* @return Service |
2220
|
|
|
*/ |
2221
|
|
|
public function setOOMScoreAdjust($OOMScoreAdjust) |
2222
|
|
|
{ |
2223
|
|
|
$this->OOMScoreAdjust = $OOMScoreAdjust; |
2224
|
|
|
return $this; |
2225
|
|
|
} |
2226
|
|
|
|
2227
|
|
|
/** |
2228
|
|
|
* @return mixed |
2229
|
|
|
*/ |
2230
|
|
|
public function getPAMName() |
2231
|
|
|
{ |
2232
|
|
|
return $this->PAMName; |
2233
|
|
|
} |
2234
|
|
|
|
2235
|
|
|
/** |
2236
|
|
|
* @param mixed $PAMName |
2237
|
|
|
* @return Service |
2238
|
|
|
*/ |
2239
|
|
|
public function setPAMName($PAMName) |
2240
|
|
|
{ |
2241
|
|
|
$this->PAMName = $PAMName; |
2242
|
|
|
return $this; |
2243
|
|
|
} |
2244
|
|
|
|
2245
|
|
|
/** |
2246
|
|
|
* @return mixed |
2247
|
|
|
*/ |
2248
|
|
|
public function getPartOf() |
2249
|
|
|
{ |
2250
|
|
|
return $this->PartOf; |
2251
|
|
|
} |
2252
|
|
|
|
2253
|
|
|
/** |
2254
|
|
|
* @param mixed $PartOf |
2255
|
|
|
* @return Service |
2256
|
|
|
*/ |
2257
|
|
|
public function setPartOf($PartOf) |
2258
|
|
|
{ |
2259
|
|
|
$this->PartOf = $PartOf; |
2260
|
|
|
return $this; |
2261
|
|
|
} |
2262
|
|
|
|
2263
|
|
|
/** |
2264
|
|
|
* @return mixed |
2265
|
|
|
*/ |
2266
|
|
|
public function getPIDFile() |
2267
|
|
|
{ |
2268
|
|
|
return $this->PIDFile; |
2269
|
|
|
} |
2270
|
|
|
|
2271
|
|
|
/** |
2272
|
|
|
* @param mixed $PIDFile |
2273
|
|
|
* @return Service |
2274
|
|
|
*/ |
2275
|
|
|
public function setPIDFile($PIDFile) |
2276
|
|
|
{ |
2277
|
|
|
$this->PIDFile = $PIDFile; |
2278
|
|
|
return $this; |
2279
|
|
|
} |
2280
|
|
|
|
2281
|
|
|
/** |
2282
|
|
|
* @return mixed |
2283
|
|
|
*/ |
2284
|
|
|
public function getPermissionsStartOnly() |
2285
|
|
|
{ |
2286
|
|
|
return $this->PermissionsStartOnly; |
2287
|
|
|
} |
2288
|
|
|
|
2289
|
|
|
/** |
2290
|
|
|
* @param mixed $PermissionsStartOnly |
2291
|
|
|
* @return Service |
2292
|
|
|
*/ |
2293
|
|
|
public function setPermissionsStartOnly($PermissionsStartOnly) |
2294
|
|
|
{ |
2295
|
|
|
$this->PermissionsStartOnly = $PermissionsStartOnly; |
2296
|
|
|
return $this; |
2297
|
|
|
} |
2298
|
|
|
|
2299
|
|
|
/** |
2300
|
|
|
* @return mixed |
2301
|
|
|
*/ |
2302
|
|
|
public function getPrivateDevices() |
2303
|
|
|
{ |
2304
|
|
|
return $this->PrivateDevices; |
2305
|
|
|
} |
2306
|
|
|
|
2307
|
|
|
/** |
2308
|
|
|
* @param mixed $PrivateDevices |
2309
|
|
|
* @return Service |
2310
|
|
|
*/ |
2311
|
|
|
public function setPrivateDevices($PrivateDevices) |
2312
|
|
|
{ |
2313
|
|
|
$this->PrivateDevices = $PrivateDevices; |
2314
|
|
|
return $this; |
2315
|
|
|
} |
2316
|
|
|
|
2317
|
|
|
/** |
2318
|
|
|
* @return mixed |
2319
|
|
|
*/ |
2320
|
|
|
public function getPrivateNetwork() |
2321
|
|
|
{ |
2322
|
|
|
return $this->PrivateNetwork; |
2323
|
|
|
} |
2324
|
|
|
|
2325
|
|
|
/** |
2326
|
|
|
* @param mixed $PrivateNetwork |
2327
|
|
|
* @return Service |
2328
|
|
|
*/ |
2329
|
|
|
public function setPrivateNetwork($PrivateNetwork) |
2330
|
|
|
{ |
2331
|
|
|
$this->PrivateNetwork = $PrivateNetwork; |
2332
|
|
|
return $this; |
2333
|
|
|
} |
2334
|
|
|
|
2335
|
|
|
/** |
2336
|
|
|
* @return mixed |
2337
|
|
|
*/ |
2338
|
|
|
public function getPrivateTmp() |
2339
|
|
|
{ |
2340
|
|
|
return $this->PrivateTmp; |
2341
|
|
|
} |
2342
|
|
|
|
2343
|
|
|
/** |
2344
|
|
|
* @param mixed $PrivateTmp |
2345
|
|
|
* @return Service |
2346
|
|
|
*/ |
2347
|
|
|
public function setPrivateTmp($PrivateTmp) |
2348
|
|
|
{ |
2349
|
|
|
$this->PrivateTmp = $PrivateTmp; |
2350
|
|
|
return $this; |
2351
|
|
|
} |
2352
|
|
|
|
2353
|
|
|
/** |
2354
|
|
|
* @return mixed |
2355
|
|
|
*/ |
2356
|
|
|
public function getPrivateUsers() |
2357
|
|
|
{ |
2358
|
|
|
return $this->PrivateUsers; |
2359
|
|
|
} |
2360
|
|
|
|
2361
|
|
|
/** |
2362
|
|
|
* @param mixed $PrivateUsers |
2363
|
|
|
* @return Service |
2364
|
|
|
*/ |
2365
|
|
|
public function setPrivateUsers($PrivateUsers) |
2366
|
|
|
{ |
2367
|
|
|
$this->PrivateUsers = $PrivateUsers; |
2368
|
|
|
return $this; |
2369
|
|
|
} |
2370
|
|
|
|
2371
|
|
|
/** |
2372
|
|
|
* @return mixed |
2373
|
|
|
*/ |
2374
|
|
|
public function getPropagatesReloadTo() |
2375
|
|
|
{ |
2376
|
|
|
return $this->PropagatesReloadTo; |
2377
|
|
|
} |
2378
|
|
|
|
2379
|
|
|
/** |
2380
|
|
|
* @param mixed $PropagatesReloadTo |
2381
|
|
|
* @return Service |
2382
|
|
|
*/ |
2383
|
|
|
public function setPropagatesReloadTo($PropagatesReloadTo) |
2384
|
|
|
{ |
2385
|
|
|
$this->PropagatesReloadTo = $PropagatesReloadTo; |
2386
|
|
|
return $this; |
2387
|
|
|
} |
2388
|
|
|
|
2389
|
|
|
/** |
2390
|
|
|
* @return mixed |
2391
|
|
|
*/ |
2392
|
|
|
public function getProtectControlGroups() |
2393
|
|
|
{ |
2394
|
|
|
return $this->ProtectControlGroups; |
2395
|
|
|
} |
2396
|
|
|
|
2397
|
|
|
/** |
2398
|
|
|
* @param mixed $ProtectControlGroups |
2399
|
|
|
* @return Service |
2400
|
|
|
*/ |
2401
|
|
|
public function setProtectControlGroups($ProtectControlGroups) |
2402
|
|
|
{ |
2403
|
|
|
$this->ProtectControlGroups = $ProtectControlGroups; |
2404
|
|
|
return $this; |
2405
|
|
|
} |
2406
|
|
|
|
2407
|
|
|
/** |
2408
|
|
|
* @return mixed |
2409
|
|
|
*/ |
2410
|
|
|
public function getProtectHome() |
2411
|
|
|
{ |
2412
|
|
|
return $this->ProtectHome; |
2413
|
|
|
} |
2414
|
|
|
|
2415
|
|
|
/** |
2416
|
|
|
* @param mixed $ProtectHome |
2417
|
|
|
* @return Service |
2418
|
|
|
*/ |
2419
|
|
|
public function setProtectHome($ProtectHome) |
2420
|
|
|
{ |
2421
|
|
|
$this->ProtectHome = $ProtectHome; |
2422
|
|
|
return $this; |
2423
|
|
|
} |
2424
|
|
|
|
2425
|
|
|
/** |
2426
|
|
|
* @return mixed |
2427
|
|
|
*/ |
2428
|
|
|
public function getProtectKernelModules() |
2429
|
|
|
{ |
2430
|
|
|
return $this->ProtectKernelModules; |
2431
|
|
|
} |
2432
|
|
|
|
2433
|
|
|
/** |
2434
|
|
|
* @param mixed $ProtectKernelModules |
2435
|
|
|
* @return Service |
2436
|
|
|
*/ |
2437
|
|
|
public function setProtectKernelModules($ProtectKernelModules) |
2438
|
|
|
{ |
2439
|
|
|
$this->ProtectKernelModules = $ProtectKernelModules; |
2440
|
|
|
return $this; |
2441
|
|
|
} |
2442
|
|
|
|
2443
|
|
|
/** |
2444
|
|
|
* @return mixed |
2445
|
|
|
*/ |
2446
|
|
|
public function getProtectKernelTunables() |
2447
|
|
|
{ |
2448
|
|
|
return $this->ProtectKernelTunables; |
2449
|
|
|
} |
2450
|
|
|
|
2451
|
|
|
/** |
2452
|
|
|
* @param mixed $ProtectKernelTunables |
2453
|
|
|
* @return Service |
2454
|
|
|
*/ |
2455
|
|
|
public function setProtectKernelTunables($ProtectKernelTunables) |
2456
|
|
|
{ |
2457
|
|
|
$this->ProtectKernelTunables = $ProtectKernelTunables; |
2458
|
|
|
return $this; |
2459
|
|
|
} |
2460
|
|
|
|
2461
|
|
|
/** |
2462
|
|
|
* @return mixed |
2463
|
|
|
*/ |
2464
|
|
|
public function getProtectSystem() |
2465
|
|
|
{ |
2466
|
|
|
return $this->ProtectSystem; |
2467
|
|
|
} |
2468
|
|
|
|
2469
|
|
|
/** |
2470
|
|
|
* @param mixed $ProtectSystem |
2471
|
|
|
* @return Service |
2472
|
|
|
*/ |
2473
|
|
|
public function setProtectSystem($ProtectSystem) |
2474
|
|
|
{ |
2475
|
|
|
$this->ProtectSystem = $ProtectSystem; |
2476
|
|
|
return $this; |
2477
|
|
|
} |
2478
|
|
|
|
2479
|
|
|
/** |
2480
|
|
|
* @return array |
2481
|
|
|
*/ |
2482
|
|
|
public function getReadOnlyPaths(): array |
2483
|
|
|
{ |
2484
|
|
|
return $this->ReadOnlyPaths; |
2485
|
|
|
} |
2486
|
|
|
|
2487
|
|
|
/** |
2488
|
|
|
* @param array $ReadOnlyPaths |
2489
|
|
|
* @return Service |
2490
|
|
|
*/ |
2491
|
|
|
public function setReadOnlyPaths(array $ReadOnlyPaths): Service |
2492
|
|
|
{ |
2493
|
|
|
$this->ReadOnlyPaths = $ReadOnlyPaths; |
2494
|
|
|
return $this; |
2495
|
|
|
} |
2496
|
|
|
|
2497
|
|
|
/** |
2498
|
|
|
* @return array |
2499
|
|
|
*/ |
2500
|
|
|
public function getReadWritePaths(): array |
2501
|
|
|
{ |
2502
|
|
|
return $this->ReadWritePaths; |
2503
|
|
|
} |
2504
|
|
|
|
2505
|
|
|
/** |
2506
|
|
|
* @param array $ReadWritePaths |
2507
|
|
|
* @return Service |
2508
|
|
|
*/ |
2509
|
|
|
public function setReadWritePaths(array $ReadWritePaths): Service |
2510
|
|
|
{ |
2511
|
|
|
$this->ReadWritePaths = $ReadWritePaths; |
2512
|
|
|
return $this; |
2513
|
|
|
} |
2514
|
|
|
|
2515
|
|
|
/** |
2516
|
|
|
* @return mixed |
2517
|
|
|
*/ |
2518
|
|
|
public function getReloadPropagatedFrom() |
2519
|
|
|
{ |
2520
|
|
|
return $this->ReloadPropagatedFrom; |
2521
|
|
|
} |
2522
|
|
|
|
2523
|
|
|
/** |
2524
|
|
|
* @param mixed $ReloadPropagatedFrom |
2525
|
|
|
* @return Service |
2526
|
|
|
*/ |
2527
|
|
|
public function setReloadPropagatedFrom($ReloadPropagatedFrom) |
2528
|
|
|
{ |
2529
|
|
|
$this->ReloadPropagatedFrom = $ReloadPropagatedFrom; |
2530
|
|
|
return $this; |
2531
|
|
|
} |
2532
|
|
|
|
2533
|
|
|
/** |
2534
|
|
|
* @return mixed |
2535
|
|
|
*/ |
2536
|
|
|
public function getRemainAfterExit() |
2537
|
|
|
{ |
2538
|
|
|
return $this->RemainAfterExit; |
2539
|
|
|
} |
2540
|
|
|
|
2541
|
|
|
/** |
2542
|
|
|
* @param mixed $RemainAfterExit |
2543
|
|
|
* @return Service |
2544
|
|
|
*/ |
2545
|
|
|
public function setRemainAfterExit($RemainAfterExit) |
2546
|
|
|
{ |
2547
|
|
|
$this->RemainAfterExit = $RemainAfterExit; |
2548
|
|
|
return $this; |
2549
|
|
|
} |
2550
|
|
|
|
2551
|
|
|
/** |
2552
|
|
|
* @return mixed |
2553
|
|
|
*/ |
2554
|
|
|
public function getRemoveIPC() |
2555
|
|
|
{ |
2556
|
|
|
return $this->RemoveIPC; |
2557
|
|
|
} |
2558
|
|
|
|
2559
|
|
|
/** |
2560
|
|
|
* @param mixed $RemoveIPC |
2561
|
|
|
* @return Service |
2562
|
|
|
*/ |
2563
|
|
|
public function setRemoveIPC($RemoveIPC) |
2564
|
|
|
{ |
2565
|
|
|
$this->RemoveIPC = $RemoveIPC; |
2566
|
|
|
return $this; |
2567
|
|
|
} |
2568
|
|
|
|
2569
|
|
|
/** |
2570
|
|
|
* @return array |
2571
|
|
|
*/ |
2572
|
|
|
public function getRequiredBy(): array |
2573
|
|
|
{ |
2574
|
|
|
return $this->RequiredBy; |
2575
|
|
|
} |
2576
|
|
|
|
2577
|
|
|
/** |
2578
|
|
|
* @param array $RequiredBy |
2579
|
|
|
* @return Service |
2580
|
|
|
*/ |
2581
|
|
|
public function setRequiredBy(array $RequiredBy): Service |
2582
|
|
|
{ |
2583
|
|
|
$this->RequiredBy = $RequiredBy; |
2584
|
|
|
return $this; |
2585
|
|
|
} |
2586
|
|
|
|
2587
|
|
|
/** |
2588
|
|
|
* @return array |
2589
|
|
|
*/ |
2590
|
|
|
public function getRequires(): array |
2591
|
|
|
{ |
2592
|
|
|
return $this->Requires; |
2593
|
|
|
} |
2594
|
|
|
|
2595
|
|
|
/** |
2596
|
|
|
* @param array $Requires |
2597
|
|
|
* @return Service |
2598
|
|
|
*/ |
2599
|
|
|
public function setRequires(array $Requires): Service |
2600
|
|
|
{ |
2601
|
|
|
$this->Requires = $Requires; |
2602
|
|
|
return $this; |
2603
|
|
|
} |
2604
|
|
|
|
2605
|
|
|
/** |
2606
|
|
|
* @return array |
2607
|
|
|
*/ |
2608
|
|
|
public function getRequiresMountsFor(): array |
2609
|
|
|
{ |
2610
|
|
|
return $this->RequiresMountsFor; |
2611
|
|
|
} |
2612
|
|
|
|
2613
|
|
|
/** |
2614
|
|
|
* @param array $RequiresMountsFor |
2615
|
|
|
* @return Service |
2616
|
|
|
*/ |
2617
|
|
|
public function setRequiresMountsFor(array $RequiresMountsFor): Service |
2618
|
|
|
{ |
2619
|
|
|
$this->RequiresMountsFor = $RequiresMountsFor; |
2620
|
|
|
return $this; |
2621
|
|
|
} |
2622
|
|
|
|
2623
|
|
|
/** |
2624
|
|
|
* @return mixed |
2625
|
|
|
*/ |
2626
|
|
|
public function getRequisite() |
2627
|
|
|
{ |
2628
|
|
|
return $this->Requisite; |
2629
|
|
|
} |
2630
|
|
|
|
2631
|
|
|
/** |
2632
|
|
|
* @param mixed $Requisite |
2633
|
|
|
* @return Service |
2634
|
|
|
*/ |
2635
|
|
|
public function setRequisite($Requisite) |
2636
|
|
|
{ |
2637
|
|
|
$this->Requisite = $Requisite; |
2638
|
|
|
return $this; |
2639
|
|
|
} |
2640
|
|
|
|
2641
|
|
|
/** |
2642
|
|
|
* @return mixed |
2643
|
|
|
*/ |
2644
|
|
|
public function getRequisiteOf() |
2645
|
|
|
{ |
2646
|
|
|
return $this->RequisiteOf; |
2647
|
|
|
} |
2648
|
|
|
|
2649
|
|
|
/** |
2650
|
|
|
* @param mixed $RequisiteOf |
2651
|
|
|
* @return Service |
2652
|
|
|
*/ |
2653
|
|
|
public function setRequisiteOf($RequisiteOf) |
2654
|
|
|
{ |
2655
|
|
|
$this->RequisiteOf = $RequisiteOf; |
2656
|
|
|
return $this; |
2657
|
|
|
} |
2658
|
|
|
|
2659
|
|
|
/** |
2660
|
|
|
* @return mixed |
2661
|
|
|
*/ |
2662
|
|
|
public function getRestart() |
2663
|
|
|
{ |
2664
|
|
|
return $this->Restart; |
2665
|
|
|
} |
2666
|
|
|
|
2667
|
|
|
/** |
2668
|
|
|
* @param mixed $Restart |
2669
|
|
|
* @return Service |
2670
|
|
|
*/ |
2671
|
|
|
public function setRestart($Restart) |
2672
|
|
|
{ |
2673
|
|
|
$this->Restart = $Restart; |
2674
|
|
|
return $this; |
2675
|
|
|
} |
2676
|
|
|
|
2677
|
|
|
/** |
2678
|
|
|
* @return mixed |
2679
|
|
|
*/ |
2680
|
|
|
public function getRestartUSec() |
2681
|
|
|
{ |
2682
|
|
|
return $this->RestartUSec; |
2683
|
|
|
} |
2684
|
|
|
|
2685
|
|
|
/** |
2686
|
|
|
* @param mixed $RestartUSec |
2687
|
|
|
* @return Service |
2688
|
|
|
*/ |
2689
|
|
|
public function setRestartUSec($RestartUSec) |
2690
|
|
|
{ |
2691
|
|
|
$this->RestartUSec = $RestartUSec; |
2692
|
|
|
return $this; |
2693
|
|
|
} |
2694
|
|
|
|
2695
|
|
|
/** |
2696
|
|
|
* @return mixed |
2697
|
|
|
*/ |
2698
|
|
|
public function getRestrictNamespace() |
2699
|
|
|
{ |
2700
|
|
|
return $this->RestrictNamespace; |
2701
|
|
|
} |
2702
|
|
|
|
2703
|
|
|
/** |
2704
|
|
|
* @param mixed $RestrictNamespace |
2705
|
|
|
* @return Service |
2706
|
|
|
*/ |
2707
|
|
|
public function setRestrictNamespace($RestrictNamespace) |
2708
|
|
|
{ |
2709
|
|
|
$this->RestrictNamespace = $RestrictNamespace; |
2710
|
|
|
return $this; |
2711
|
|
|
} |
2712
|
|
|
|
2713
|
|
|
/** |
2714
|
|
|
* @return mixed |
2715
|
|
|
*/ |
2716
|
|
|
public function getRestrictRealtime() |
2717
|
|
|
{ |
2718
|
|
|
return $this->RestrictRealtime; |
2719
|
|
|
} |
2720
|
|
|
|
2721
|
|
|
/** |
2722
|
|
|
* @param mixed $RestrictRealtime |
2723
|
|
|
* @return Service |
2724
|
|
|
*/ |
2725
|
|
|
public function setRestrictRealtime($RestrictRealtime) |
2726
|
|
|
{ |
2727
|
|
|
$this->RestrictRealtime = $RestrictRealtime; |
2728
|
|
|
return $this; |
2729
|
|
|
} |
2730
|
|
|
|
2731
|
|
|
/** |
2732
|
|
|
* @return mixed |
2733
|
|
|
*/ |
2734
|
|
|
public function getResult() |
2735
|
|
|
{ |
2736
|
|
|
return $this->Result; |
2737
|
|
|
} |
2738
|
|
|
|
2739
|
|
|
/** |
2740
|
|
|
* @param mixed $Result |
2741
|
|
|
* @return Service |
2742
|
|
|
*/ |
2743
|
|
|
public function setResult($Result) |
2744
|
|
|
{ |
2745
|
|
|
$this->Result = $Result; |
2746
|
|
|
return $this; |
2747
|
|
|
} |
2748
|
|
|
|
2749
|
|
|
/** |
2750
|
|
|
* @return mixed |
2751
|
|
|
*/ |
2752
|
|
|
public function getRootDirectoryStartOnly() |
2753
|
|
|
{ |
2754
|
|
|
return $this->RootDirectoryStartOnly; |
2755
|
|
|
} |
2756
|
|
|
|
2757
|
|
|
/** |
2758
|
|
|
* @param mixed $RootDirectoryStartOnly |
2759
|
|
|
* @return Service |
2760
|
|
|
*/ |
2761
|
|
|
public function setRootDirectoryStartOnly($RootDirectoryStartOnly) |
2762
|
|
|
{ |
2763
|
|
|
$this->RootDirectoryStartOnly = $RootDirectoryStartOnly; |
2764
|
|
|
return $this; |
2765
|
|
|
} |
2766
|
|
|
|
2767
|
|
|
/** |
2768
|
|
|
* @return mixed |
2769
|
|
|
*/ |
2770
|
|
|
public function getRuntimeDirectory() |
2771
|
|
|
{ |
2772
|
|
|
return $this->RuntimeDirectory; |
2773
|
|
|
} |
2774
|
|
|
|
2775
|
|
|
/** |
2776
|
|
|
* @param mixed $RuntimeDirectory |
2777
|
|
|
* @return Service |
2778
|
|
|
*/ |
2779
|
|
|
public function setRuntimeDirectory($RuntimeDirectory) |
2780
|
|
|
{ |
2781
|
|
|
$this->RuntimeDirectory = $RuntimeDirectory; |
2782
|
|
|
return $this; |
2783
|
|
|
} |
2784
|
|
|
|
2785
|
|
|
/** |
2786
|
|
|
* @return mixed |
2787
|
|
|
*/ |
2788
|
|
|
public function getRuntimeDirectoryMode() |
2789
|
|
|
{ |
2790
|
|
|
return $this->RuntimeDirectoryMode; |
2791
|
|
|
} |
2792
|
|
|
|
2793
|
|
|
/** |
2794
|
|
|
* @param mixed $RuntimeDirectoryMode |
2795
|
|
|
* @return Service |
2796
|
|
|
*/ |
2797
|
|
|
public function setRuntimeDirectoryMode($RuntimeDirectoryMode) |
2798
|
|
|
{ |
2799
|
|
|
$this->RuntimeDirectoryMode = $RuntimeDirectoryMode; |
2800
|
|
|
return $this; |
2801
|
|
|
} |
2802
|
|
|
|
2803
|
|
|
/** |
2804
|
|
|
* @return mixed |
2805
|
|
|
*/ |
2806
|
|
|
public function getRuntimeMaxUSec() |
2807
|
|
|
{ |
2808
|
|
|
return $this->RuntimeMaxUSec; |
2809
|
|
|
} |
2810
|
|
|
|
2811
|
|
|
/** |
2812
|
|
|
* @param mixed $RuntimeMaxUSec |
2813
|
|
|
* @return Service |
2814
|
|
|
*/ |
2815
|
|
|
public function setRuntimeMaxUSec($RuntimeMaxUSec) |
2816
|
|
|
{ |
2817
|
|
|
$this->RuntimeMaxUSec = $RuntimeMaxUSec; |
2818
|
|
|
return $this; |
2819
|
|
|
} |
2820
|
|
|
|
2821
|
|
|
/** |
2822
|
|
|
* @return mixed |
2823
|
|
|
*/ |
2824
|
|
|
public function getSameProcessGroup() |
2825
|
|
|
{ |
2826
|
|
|
return $this->SameProcessGroup; |
2827
|
|
|
} |
2828
|
|
|
|
2829
|
|
|
/** |
2830
|
|
|
* @param mixed $SameProcessGroup |
2831
|
|
|
* @return Service |
2832
|
|
|
*/ |
2833
|
|
|
public function setSameProcessGroup($SameProcessGroup) |
2834
|
|
|
{ |
2835
|
|
|
$this->SameProcessGroup = $SameProcessGroup; |
2836
|
|
|
return $this; |
2837
|
|
|
} |
2838
|
|
|
|
2839
|
|
|
/** |
2840
|
|
|
* @return mixed |
2841
|
|
|
*/ |
2842
|
|
|
public function getSecureBits() |
2843
|
|
|
{ |
2844
|
|
|
return $this->SecureBits; |
2845
|
|
|
} |
2846
|
|
|
|
2847
|
|
|
/** |
2848
|
|
|
* @param mixed $SecureBits |
2849
|
|
|
* @return Service |
2850
|
|
|
*/ |
2851
|
|
|
public function setSecureBits($SecureBits) |
2852
|
|
|
{ |
2853
|
|
|
$this->SecureBits = $SecureBits; |
2854
|
|
|
return $this; |
2855
|
|
|
} |
2856
|
|
|
|
2857
|
|
|
/** |
2858
|
|
|
* @return mixed |
2859
|
|
|
*/ |
2860
|
|
|
public function getSendSIGHUP() |
2861
|
|
|
{ |
2862
|
|
|
return $this->SendSIGHUP; |
2863
|
|
|
} |
2864
|
|
|
|
2865
|
|
|
/** |
2866
|
|
|
* @param mixed $SendSIGHUP |
2867
|
|
|
* @return Service |
2868
|
|
|
*/ |
2869
|
|
|
public function setSendSIGHUP($SendSIGHUP) |
2870
|
|
|
{ |
2871
|
|
|
$this->SendSIGHUP = $SendSIGHUP; |
2872
|
|
|
return $this; |
2873
|
|
|
} |
2874
|
|
|
|
2875
|
|
|
/** |
2876
|
|
|
* @return mixed |
2877
|
|
|
*/ |
2878
|
|
|
public function getSendSIGKILL() |
2879
|
|
|
{ |
2880
|
|
|
return $this->SendSIGKILL; |
2881
|
|
|
} |
2882
|
|
|
|
2883
|
|
|
/** |
2884
|
|
|
* @param mixed $SendSIGKILL |
2885
|
|
|
* @return Service |
2886
|
|
|
*/ |
2887
|
|
|
public function setSendSIGKILL($SendSIGKILL) |
2888
|
|
|
{ |
2889
|
|
|
$this->SendSIGKILL = $SendSIGKILL; |
2890
|
|
|
return $this; |
2891
|
|
|
} |
2892
|
|
|
|
2893
|
|
|
/** |
2894
|
|
|
* @return mixed |
2895
|
|
|
*/ |
2896
|
|
|
public function getSlice() |
2897
|
|
|
{ |
2898
|
|
|
return $this->Slice; |
2899
|
|
|
} |
2900
|
|
|
|
2901
|
|
|
/** |
2902
|
|
|
* @param mixed $Slice |
2903
|
|
|
* @return Service |
2904
|
|
|
*/ |
2905
|
|
|
public function setSlice($Slice) |
2906
|
|
|
{ |
2907
|
|
|
$this->Slice = $Slice; |
2908
|
|
|
return $this; |
2909
|
|
|
} |
2910
|
|
|
|
2911
|
|
|
/** |
2912
|
|
|
* @return mixed |
2913
|
|
|
*/ |
2914
|
|
|
public function getSourcePath() |
2915
|
|
|
{ |
2916
|
|
|
return $this->SourcePath; |
2917
|
|
|
} |
2918
|
|
|
|
2919
|
|
|
/** |
2920
|
|
|
* @param mixed $SourcePath |
2921
|
|
|
* @return Service |
2922
|
|
|
*/ |
2923
|
|
|
public function setSourcePath($SourcePath) |
2924
|
|
|
{ |
2925
|
|
|
$this->SourcePath = $SourcePath; |
2926
|
|
|
return $this; |
2927
|
|
|
} |
2928
|
|
|
|
2929
|
|
|
/** |
2930
|
|
|
* @return mixed |
2931
|
|
|
*/ |
2932
|
|
|
public function getStandardError() |
2933
|
|
|
{ |
2934
|
|
|
return $this->StandardError; |
2935
|
|
|
} |
2936
|
|
|
|
2937
|
|
|
/** |
2938
|
|
|
* @param mixed $StandardError |
2939
|
|
|
* @return Service |
2940
|
|
|
*/ |
2941
|
|
|
public function setStandardError($StandardError) |
2942
|
|
|
{ |
2943
|
|
|
$this->StandardError = $StandardError; |
2944
|
|
|
return $this; |
2945
|
|
|
} |
2946
|
|
|
|
2947
|
|
|
/** |
2948
|
|
|
* @return mixed |
2949
|
|
|
*/ |
2950
|
|
|
public function getStandardInput() |
2951
|
|
|
{ |
2952
|
|
|
return $this->StandardInput; |
2953
|
|
|
} |
2954
|
|
|
|
2955
|
|
|
/** |
2956
|
|
|
* @param mixed $StandardInput |
2957
|
|
|
* @return Service |
2958
|
|
|
*/ |
2959
|
|
|
public function setStandardInput($StandardInput) |
2960
|
|
|
{ |
2961
|
|
|
$this->StandardInput = $StandardInput; |
2962
|
|
|
return $this; |
2963
|
|
|
} |
2964
|
|
|
|
2965
|
|
|
/** |
2966
|
|
|
* @return mixed |
2967
|
|
|
*/ |
2968
|
|
|
public function getStandardOutput() |
2969
|
|
|
{ |
2970
|
|
|
return $this->StandardOutput; |
2971
|
|
|
} |
2972
|
|
|
|
2973
|
|
|
/** |
2974
|
|
|
* @param mixed $StandardOutput |
2975
|
|
|
* @return Service |
2976
|
|
|
*/ |
2977
|
|
|
public function setStandardOutput($StandardOutput) |
2978
|
|
|
{ |
2979
|
|
|
$this->StandardOutput = $StandardOutput; |
2980
|
|
|
return $this; |
2981
|
|
|
} |
2982
|
|
|
|
2983
|
|
|
/** |
2984
|
|
|
* @return mixed |
2985
|
|
|
*/ |
2986
|
|
|
public function getStartupBlockIOWeight() |
2987
|
|
|
{ |
2988
|
|
|
return $this->StartupBlockIOWeight; |
2989
|
|
|
} |
2990
|
|
|
|
2991
|
|
|
/** |
2992
|
|
|
* @param mixed $StartupBlockIOWeight |
2993
|
|
|
* @return Service |
2994
|
|
|
*/ |
2995
|
|
|
public function setStartupBlockIOWeight($StartupBlockIOWeight) |
2996
|
|
|
{ |
2997
|
|
|
$this->StartupBlockIOWeight = $StartupBlockIOWeight; |
2998
|
|
|
return $this; |
2999
|
|
|
} |
3000
|
|
|
|
3001
|
|
|
/** |
3002
|
|
|
* @return mixed |
3003
|
|
|
*/ |
3004
|
|
|
public function getStartupCPUShares() |
3005
|
|
|
{ |
3006
|
|
|
return $this->StartupCPUShares; |
3007
|
|
|
} |
3008
|
|
|
|
3009
|
|
|
/** |
3010
|
|
|
* @param mixed $StartupCPUShares |
3011
|
|
|
* @return Service |
3012
|
|
|
*/ |
3013
|
|
|
public function setStartupCPUShares($StartupCPUShares) |
3014
|
|
|
{ |
3015
|
|
|
$this->StartupCPUShares = $StartupCPUShares; |
3016
|
|
|
return $this; |
3017
|
|
|
} |
3018
|
|
|
|
3019
|
|
|
/** |
3020
|
|
|
* @return mixed |
3021
|
|
|
*/ |
3022
|
|
|
public function getStartupCPUWeight() |
3023
|
|
|
{ |
3024
|
|
|
return $this->StartupCPUWeight; |
3025
|
|
|
} |
3026
|
|
|
|
3027
|
|
|
/** |
3028
|
|
|
* @param mixed $StartupCPUWeight |
3029
|
|
|
* @return Service |
3030
|
|
|
*/ |
3031
|
|
|
public function setStartupCPUWeight($StartupCPUWeight) |
3032
|
|
|
{ |
3033
|
|
|
$this->StartupCPUWeight = $StartupCPUWeight; |
3034
|
|
|
return $this; |
3035
|
|
|
} |
3036
|
|
|
|
3037
|
|
|
/** |
3038
|
|
|
* @return mixed |
3039
|
|
|
*/ |
3040
|
|
|
public function getStartupIOWeight() |
3041
|
|
|
{ |
3042
|
|
|
return $this->StartupIOWeight; |
3043
|
|
|
} |
3044
|
|
|
|
3045
|
|
|
/** |
3046
|
|
|
* @param mixed $StartupIOWeight |
3047
|
|
|
* @return Service |
3048
|
|
|
*/ |
3049
|
|
|
public function setStartupIOWeight($StartupIOWeight) |
3050
|
|
|
{ |
3051
|
|
|
$this->StartupIOWeight = $StartupIOWeight; |
3052
|
|
|
return $this; |
3053
|
|
|
} |
3054
|
|
|
|
3055
|
|
|
/** |
3056
|
|
|
* @return mixed |
3057
|
|
|
*/ |
3058
|
|
|
public function getStatusText() |
3059
|
|
|
{ |
3060
|
|
|
return $this->StatusText; |
3061
|
|
|
} |
3062
|
|
|
|
3063
|
|
|
/** |
3064
|
|
|
* @param mixed $StatusText |
3065
|
|
|
* @return Service |
3066
|
|
|
*/ |
3067
|
|
|
public function setStatusText($StatusText) |
3068
|
|
|
{ |
3069
|
|
|
$this->StatusText = $StatusText; |
3070
|
|
|
return $this; |
3071
|
|
|
} |
3072
|
|
|
|
3073
|
|
|
/** |
3074
|
|
|
* @return mixed |
3075
|
|
|
*/ |
3076
|
|
|
public function getStatusErrno() |
3077
|
|
|
{ |
3078
|
|
|
return $this->StatusErrno; |
3079
|
|
|
} |
3080
|
|
|
|
3081
|
|
|
/** |
3082
|
|
|
* @param mixed $StatusErrno |
3083
|
|
|
* @return Service |
3084
|
|
|
*/ |
3085
|
|
|
public function setStatusErrno($StatusErrno) |
3086
|
|
|
{ |
3087
|
|
|
$this->StatusErrno = $StatusErrno; |
3088
|
|
|
return $this; |
3089
|
|
|
} |
3090
|
|
|
|
3091
|
|
|
/** |
3092
|
|
|
* @return mixed |
3093
|
|
|
*/ |
3094
|
|
|
public function getSyslogFacility() |
3095
|
|
|
{ |
3096
|
|
|
return $this->SyslogFacility; |
3097
|
|
|
} |
3098
|
|
|
|
3099
|
|
|
/** |
3100
|
|
|
* @param mixed $SyslogFacility |
3101
|
|
|
* @return Service |
3102
|
|
|
*/ |
3103
|
|
|
public function setSyslogFacility($SyslogFacility) |
3104
|
|
|
{ |
3105
|
|
|
$this->SyslogFacility = $SyslogFacility; |
3106
|
|
|
return $this; |
3107
|
|
|
} |
3108
|
|
|
|
3109
|
|
|
/** |
3110
|
|
|
* @return mixed |
3111
|
|
|
*/ |
3112
|
|
|
public function getSyslogIdentifier() |
3113
|
|
|
{ |
3114
|
|
|
return $this->SyslogIdentifier; |
3115
|
|
|
} |
3116
|
|
|
|
3117
|
|
|
/** |
3118
|
|
|
* @param mixed $SyslogIdentifier |
3119
|
|
|
* @return Service |
3120
|
|
|
*/ |
3121
|
|
|
public function setSyslogIdentifier($SyslogIdentifier) |
3122
|
|
|
{ |
3123
|
|
|
$this->SyslogIdentifier = $SyslogIdentifier; |
3124
|
|
|
return $this; |
3125
|
|
|
} |
3126
|
|
|
|
3127
|
|
|
/** |
3128
|
|
|
* @return mixed |
3129
|
|
|
*/ |
3130
|
|
|
public function getSyslogLevel() |
3131
|
|
|
{ |
3132
|
|
|
return $this->SyslogLevel; |
3133
|
|
|
} |
3134
|
|
|
|
3135
|
|
|
/** |
3136
|
|
|
* @param mixed $SyslogLevel |
3137
|
|
|
* @return Service |
3138
|
|
|
*/ |
3139
|
|
|
public function setSyslogLevel($SyslogLevel) |
3140
|
|
|
{ |
3141
|
|
|
$this->SyslogLevel = $SyslogLevel; |
3142
|
|
|
return $this; |
3143
|
|
|
} |
3144
|
|
|
|
3145
|
|
|
/** |
3146
|
|
|
* @return mixed |
3147
|
|
|
*/ |
3148
|
|
|
public function getSyslogLevelPrefix() |
3149
|
|
|
{ |
3150
|
|
|
return $this->SyslogLevelPrefix; |
3151
|
|
|
} |
3152
|
|
|
|
3153
|
|
|
/** |
3154
|
|
|
* @param mixed $SyslogLevelPrefix |
3155
|
|
|
* @return Service |
3156
|
|
|
*/ |
3157
|
|
|
public function setSyslogLevelPrefix($SyslogLevelPrefix) |
3158
|
|
|
{ |
3159
|
|
|
$this->SyslogLevelPrefix = $SyslogLevelPrefix; |
3160
|
|
|
return $this; |
3161
|
|
|
} |
3162
|
|
|
|
3163
|
|
|
/** |
3164
|
|
|
* @return mixed |
3165
|
|
|
*/ |
3166
|
|
|
public function getSyslogPriority() |
3167
|
|
|
{ |
3168
|
|
|
return $this->SyslogPriority; |
3169
|
|
|
} |
3170
|
|
|
|
3171
|
|
|
/** |
3172
|
|
|
* @param mixed $SyslogPriority |
3173
|
|
|
* @return Service |
3174
|
|
|
*/ |
3175
|
|
|
public function setSyslogPriority($SyslogPriority) |
3176
|
|
|
{ |
3177
|
|
|
$this->SyslogPriority = $SyslogPriority; |
3178
|
|
|
return $this; |
3179
|
|
|
} |
3180
|
|
|
|
3181
|
|
|
/** |
3182
|
|
|
* @return mixed |
3183
|
|
|
*/ |
3184
|
|
|
public function getSystemCallErrorNumber() |
3185
|
|
|
{ |
3186
|
|
|
return $this->SystemCallErrorNumber; |
3187
|
|
|
} |
3188
|
|
|
|
3189
|
|
|
/** |
3190
|
|
|
* @param mixed $SystemCallErrorNumber |
3191
|
|
|
* @return Service |
3192
|
|
|
*/ |
3193
|
|
|
public function setSystemCallErrorNumber($SystemCallErrorNumber) |
3194
|
|
|
{ |
3195
|
|
|
$this->SystemCallErrorNumber = $SystemCallErrorNumber; |
3196
|
|
|
return $this; |
3197
|
|
|
} |
3198
|
|
|
|
3199
|
|
|
/** |
3200
|
|
|
* @return mixed |
3201
|
|
|
*/ |
3202
|
|
|
public function getSystemCallFilter() |
3203
|
|
|
{ |
3204
|
|
|
return $this->SystemCallFilter; |
3205
|
|
|
} |
3206
|
|
|
|
3207
|
|
|
/** |
3208
|
|
|
* @param mixed $SystemCallFilter |
3209
|
|
|
* @return Service |
3210
|
|
|
*/ |
3211
|
|
|
public function setSystemCallFilter($SystemCallFilter) |
3212
|
|
|
{ |
3213
|
|
|
$this->SystemCallFilter = $SystemCallFilter; |
3214
|
|
|
return $this; |
3215
|
|
|
} |
3216
|
|
|
|
3217
|
|
|
/** |
3218
|
|
|
* @return mixed |
3219
|
|
|
*/ |
3220
|
|
|
public function getTTYPath() |
3221
|
|
|
{ |
3222
|
|
|
return $this->TTYPath; |
3223
|
|
|
} |
3224
|
|
|
|
3225
|
|
|
/** |
3226
|
|
|
* @param mixed $TTYPath |
3227
|
|
|
* @return Service |
3228
|
|
|
*/ |
3229
|
|
|
public function setTTYPath($TTYPath) |
3230
|
|
|
{ |
3231
|
|
|
$this->TTYPath = $TTYPath; |
3232
|
|
|
return $this; |
3233
|
|
|
} |
3234
|
|
|
|
3235
|
|
|
/** |
3236
|
|
|
* @return mixed |
3237
|
|
|
*/ |
3238
|
|
|
public function getTTYReset() |
3239
|
|
|
{ |
3240
|
|
|
return $this->TTYReset; |
3241
|
|
|
} |
3242
|
|
|
|
3243
|
|
|
/** |
3244
|
|
|
* @param mixed $TTYReset |
3245
|
|
|
* @return Service |
3246
|
|
|
*/ |
3247
|
|
|
public function setTTYReset($TTYReset) |
3248
|
|
|
{ |
3249
|
|
|
$this->TTYReset = $TTYReset; |
3250
|
|
|
return $this; |
3251
|
|
|
} |
3252
|
|
|
|
3253
|
|
|
/** |
3254
|
|
|
* @return mixed |
3255
|
|
|
*/ |
3256
|
|
|
public function getTTYVHangup() |
3257
|
|
|
{ |
3258
|
|
|
return $this->TTYVHangup; |
3259
|
|
|
} |
3260
|
|
|
|
3261
|
|
|
/** |
3262
|
|
|
* @param mixed $TTYVHangup |
3263
|
|
|
* @return Service |
3264
|
|
|
*/ |
3265
|
|
|
public function setTTYVHangup($TTYVHangup) |
3266
|
|
|
{ |
3267
|
|
|
$this->TTYVHangup = $TTYVHangup; |
3268
|
|
|
return $this; |
3269
|
|
|
} |
3270
|
|
|
|
3271
|
|
|
/** |
3272
|
|
|
* @return mixed |
3273
|
|
|
*/ |
3274
|
|
|
public function getTTYVTDisallocate() |
3275
|
|
|
{ |
3276
|
|
|
return $this->TTYVTDisallocate; |
3277
|
|
|
} |
3278
|
|
|
|
3279
|
|
|
/** |
3280
|
|
|
* @param mixed $TTYVTDisallocate |
3281
|
|
|
* @return Service |
3282
|
|
|
*/ |
3283
|
|
|
public function setTTYVTDisallocate($TTYVTDisallocate) |
3284
|
|
|
{ |
3285
|
|
|
$this->TTYVTDisallocate = $TTYVTDisallocate; |
3286
|
|
|
return $this; |
3287
|
|
|
} |
3288
|
|
|
|
3289
|
|
|
/** |
3290
|
|
|
* @return mixed |
3291
|
|
|
*/ |
3292
|
|
|
public function getTasksAccounting() |
3293
|
|
|
{ |
3294
|
|
|
return $this->TasksAccounting; |
3295
|
|
|
} |
3296
|
|
|
|
3297
|
|
|
/** |
3298
|
|
|
* @param mixed $TasksAccounting |
3299
|
|
|
* @return Service |
3300
|
|
|
*/ |
3301
|
|
|
public function setTasksAccounting($TasksAccounting) |
3302
|
|
|
{ |
3303
|
|
|
$this->TasksAccounting = $TasksAccounting; |
3304
|
|
|
return $this; |
3305
|
|
|
} |
3306
|
|
|
|
3307
|
|
|
/** |
3308
|
|
|
* @return mixed |
3309
|
|
|
*/ |
3310
|
|
|
public function getTasksCurrent() |
3311
|
|
|
{ |
3312
|
|
|
return $this->TasksCurrent; |
3313
|
|
|
} |
3314
|
|
|
|
3315
|
|
|
/** |
3316
|
|
|
* @param mixed $TasksCurrent |
3317
|
|
|
* @return Service |
3318
|
|
|
*/ |
3319
|
|
|
public function setTasksCurrent($TasksCurrent) |
3320
|
|
|
{ |
3321
|
|
|
$this->TasksCurrent = $TasksCurrent; |
3322
|
|
|
return $this; |
3323
|
|
|
} |
3324
|
|
|
|
3325
|
|
|
/** |
3326
|
|
|
* @return mixed |
3327
|
|
|
*/ |
3328
|
|
|
public function getTasksMax() |
3329
|
|
|
{ |
3330
|
|
|
return $this->TasksMax; |
3331
|
|
|
} |
3332
|
|
|
|
3333
|
|
|
/** |
3334
|
|
|
* @param mixed $TasksMax |
3335
|
|
|
* @return Service |
3336
|
|
|
*/ |
3337
|
|
|
public function setTasksMax($TasksMax) |
3338
|
|
|
{ |
3339
|
|
|
$this->TasksMax = $TasksMax; |
3340
|
|
|
return $this; |
3341
|
|
|
} |
3342
|
|
|
|
3343
|
|
|
/** |
3344
|
|
|
* @return mixed |
3345
|
|
|
*/ |
3346
|
|
|
public function getTimeoutStartUSec() |
3347
|
|
|
{ |
3348
|
|
|
return $this->TimeoutStartUSec; |
3349
|
|
|
} |
3350
|
|
|
|
3351
|
|
|
/** |
3352
|
|
|
* @param mixed $TimeoutStartUSec |
3353
|
|
|
* @return Service |
3354
|
|
|
*/ |
3355
|
|
|
public function setTimeoutStartUSec($TimeoutStartUSec) |
3356
|
|
|
{ |
3357
|
|
|
$this->TimeoutStartUSec = $TimeoutStartUSec; |
3358
|
|
|
return $this; |
3359
|
|
|
} |
3360
|
|
|
|
3361
|
|
|
/** |
3362
|
|
|
* @return mixed |
3363
|
|
|
*/ |
3364
|
|
|
public function getTimeoutStopUSec() |
3365
|
|
|
{ |
3366
|
|
|
return $this->TimeoutStopUSec; |
3367
|
|
|
} |
3368
|
|
|
|
3369
|
|
|
/** |
3370
|
|
|
* @param mixed $TimeoutStopUSec |
3371
|
|
|
* @return Service |
3372
|
|
|
*/ |
3373
|
|
|
public function setTimeoutStopUSec($TimeoutStopUSec) |
3374
|
|
|
{ |
3375
|
|
|
$this->TimeoutStopUSec = $TimeoutStopUSec; |
3376
|
|
|
return $this; |
3377
|
|
|
} |
3378
|
|
|
|
3379
|
|
|
/** |
3380
|
|
|
* @return mixed |
3381
|
|
|
*/ |
3382
|
|
|
public function getTimerSlackNSec() |
3383
|
|
|
{ |
3384
|
|
|
return $this->TimerSlackNSec; |
3385
|
|
|
} |
3386
|
|
|
|
3387
|
|
|
/** |
3388
|
|
|
* @param mixed $TimerSlackNSec |
3389
|
|
|
* @return Service |
3390
|
|
|
*/ |
3391
|
|
|
public function setTimerSlackNSec($TimerSlackNSec) |
3392
|
|
|
{ |
3393
|
|
|
$this->TimerSlackNSec = $TimerSlackNSec; |
3394
|
|
|
return $this; |
3395
|
|
|
} |
3396
|
|
|
|
3397
|
|
|
/** |
3398
|
|
|
* @return mixed |
3399
|
|
|
*/ |
3400
|
|
|
public function getTriggeredBy() |
3401
|
|
|
{ |
3402
|
|
|
return $this->TriggeredBy; |
3403
|
|
|
} |
3404
|
|
|
|
3405
|
|
|
/** |
3406
|
|
|
* @param mixed $TriggeredBy |
3407
|
|
|
* @return Service |
3408
|
|
|
*/ |
3409
|
|
|
public function setTriggeredBy($TriggeredBy) |
3410
|
|
|
{ |
3411
|
|
|
$this->TriggeredBy = $TriggeredBy; |
3412
|
|
|
return $this; |
3413
|
|
|
} |
3414
|
|
|
|
3415
|
|
|
/** |
3416
|
|
|
* @return mixed |
3417
|
|
|
*/ |
3418
|
|
|
public function getType() |
3419
|
|
|
{ |
3420
|
|
|
return $this->Type; |
3421
|
|
|
} |
3422
|
|
|
|
3423
|
|
|
/** |
3424
|
|
|
* @param mixed $Type |
3425
|
|
|
* @return Service |
3426
|
|
|
*/ |
3427
|
|
|
public function setType($Type) |
3428
|
|
|
{ |
3429
|
|
|
$this->Type = $Type; |
3430
|
|
|
return $this; |
3431
|
|
|
} |
3432
|
|
|
|
3433
|
|
|
/** |
3434
|
|
|
* @return mixed |
3435
|
|
|
*/ |
3436
|
|
|
public function getUID() |
3437
|
|
|
{ |
3438
|
|
|
return $this->UID; |
3439
|
|
|
} |
3440
|
|
|
|
3441
|
|
|
/** |
3442
|
|
|
* @param mixed $UID |
3443
|
|
|
* @return Service |
3444
|
|
|
*/ |
3445
|
|
|
public function setUID($UID) |
3446
|
|
|
{ |
3447
|
|
|
$this->UID = $UID; |
3448
|
|
|
return $this; |
3449
|
|
|
} |
3450
|
|
|
|
3451
|
|
|
/** |
3452
|
|
|
* @return mixed |
3453
|
|
|
*/ |
3454
|
|
|
public function getUMask() |
3455
|
|
|
{ |
3456
|
|
|
return $this->UMask; |
3457
|
|
|
} |
3458
|
|
|
|
3459
|
|
|
/** |
3460
|
|
|
* @param mixed $UMask |
3461
|
|
|
* @return Service |
3462
|
|
|
*/ |
3463
|
|
|
public function setUMask($UMask) |
3464
|
|
|
{ |
3465
|
|
|
$this->UMask = $UMask; |
3466
|
|
|
return $this; |
3467
|
|
|
} |
3468
|
|
|
|
3469
|
|
|
/** |
3470
|
|
|
* @return mixed |
3471
|
|
|
*/ |
3472
|
|
|
public function getUnitFilePreset() |
3473
|
|
|
{ |
3474
|
|
|
return $this->UnitFilePreset; |
3475
|
|
|
} |
3476
|
|
|
|
3477
|
|
|
/** |
3478
|
|
|
* @param mixed $UnitFilePreset |
3479
|
|
|
* @return Service |
3480
|
|
|
*/ |
3481
|
|
|
public function setUnitFilePreset($UnitFilePreset) |
3482
|
|
|
{ |
3483
|
|
|
$this->UnitFilePreset = $UnitFilePreset; |
3484
|
|
|
return $this; |
3485
|
|
|
} |
3486
|
|
|
|
3487
|
|
|
/** |
3488
|
|
|
* @return mixed |
3489
|
|
|
*/ |
3490
|
|
|
public function getUnitFileState() |
3491
|
|
|
{ |
3492
|
|
|
return $this->UnitFileState; |
3493
|
|
|
} |
3494
|
|
|
|
3495
|
|
|
/** |
3496
|
|
|
* @param mixed $UnitFileState |
3497
|
|
|
* @return Service |
3498
|
|
|
*/ |
3499
|
|
|
public function setUnitFileState($UnitFileState) |
3500
|
|
|
{ |
3501
|
|
|
$this->UnitFileState = $UnitFileState; |
3502
|
|
|
return $this; |
3503
|
|
|
} |
3504
|
|
|
|
3505
|
|
|
/** |
3506
|
|
|
* @return mixed |
3507
|
|
|
*/ |
3508
|
|
|
public function getUser() |
3509
|
|
|
{ |
3510
|
|
|
return $this->User; |
3511
|
|
|
} |
3512
|
|
|
|
3513
|
|
|
/** |
3514
|
|
|
* @param mixed $User |
3515
|
|
|
* @return Service |
3516
|
|
|
*/ |
3517
|
|
|
public function setUser($User) |
3518
|
|
|
{ |
3519
|
|
|
$this->User = $User; |
3520
|
|
|
return $this; |
3521
|
|
|
} |
3522
|
|
|
|
3523
|
|
|
/** |
3524
|
|
|
* @return mixed |
3525
|
|
|
*/ |
3526
|
|
|
public function getUtmpIdentifier() |
3527
|
|
|
{ |
3528
|
|
|
return $this->UtmpIdentifier; |
3529
|
|
|
} |
3530
|
|
|
|
3531
|
|
|
/** |
3532
|
|
|
* @param mixed $UtmpIdentifier |
3533
|
|
|
* @return Service |
3534
|
|
|
*/ |
3535
|
|
|
public function setUtmpIdentifier($UtmpIdentifier) |
3536
|
|
|
{ |
3537
|
|
|
$this->UtmpIdentifier = $UtmpIdentifier; |
3538
|
|
|
return $this; |
3539
|
|
|
} |
3540
|
|
|
|
3541
|
|
|
/** |
3542
|
|
|
* @return mixed |
3543
|
|
|
*/ |
3544
|
|
|
public function getUtmpMode() |
3545
|
|
|
{ |
3546
|
|
|
return $this->UtmpMode; |
3547
|
|
|
} |
3548
|
|
|
|
3549
|
|
|
/** |
3550
|
|
|
* @param mixed $UtmpMode |
3551
|
|
|
* @return Service |
3552
|
|
|
*/ |
3553
|
|
|
public function setUtmpMode($UtmpMode) |
3554
|
|
|
{ |
3555
|
|
|
$this->UtmpMode = $UtmpMode; |
3556
|
|
|
return $this; |
3557
|
|
|
} |
3558
|
|
|
|
3559
|
|
|
/** |
3560
|
|
|
* @return array |
3561
|
|
|
*/ |
3562
|
|
|
public function getWantedBy(): array |
3563
|
|
|
{ |
3564
|
|
|
return $this->WantedBy; |
3565
|
|
|
} |
3566
|
|
|
|
3567
|
|
|
/** |
3568
|
|
|
* @param array $WantedBy |
3569
|
|
|
* @return Service |
3570
|
|
|
*/ |
3571
|
|
|
public function setWantedBy(array $WantedBy): Service |
3572
|
|
|
{ |
3573
|
|
|
$this->WantedBy = $WantedBy; |
3574
|
|
|
return $this; |
3575
|
|
|
} |
3576
|
|
|
|
3577
|
|
|
/** |
3578
|
|
|
* @return array |
3579
|
|
|
*/ |
3580
|
|
|
public function getWants(): array |
3581
|
|
|
{ |
3582
|
|
|
return $this->Wants; |
3583
|
|
|
} |
3584
|
|
|
|
3585
|
|
|
/** |
3586
|
|
|
* @param array $Wants |
3587
|
|
|
* @return Service |
3588
|
|
|
*/ |
3589
|
|
|
public function setWants(array $Wants): Service |
3590
|
|
|
{ |
3591
|
|
|
$this->Wants = $Wants; |
3592
|
|
|
return $this; |
3593
|
|
|
} |
3594
|
|
|
|
3595
|
|
|
/** |
3596
|
|
|
* @return mixed |
3597
|
|
|
*/ |
3598
|
|
|
public function getWatchdogTimestamp() |
3599
|
|
|
{ |
3600
|
|
|
return $this->WatchdogTimestamp; |
3601
|
|
|
} |
3602
|
|
|
|
3603
|
|
|
/** |
3604
|
|
|
* @param mixed $WatchdogTimestamp |
3605
|
|
|
* @return Service |
3606
|
|
|
*/ |
3607
|
|
|
public function setWatchdogTimestamp($WatchdogTimestamp) |
3608
|
|
|
{ |
3609
|
|
|
$this->WatchdogTimestamp = $WatchdogTimestamp; |
3610
|
|
|
return $this; |
3611
|
|
|
} |
3612
|
|
|
|
3613
|
|
|
/** |
3614
|
|
|
* @return mixed |
3615
|
|
|
*/ |
3616
|
|
|
public function getWatchdogTimestampMonotonic() |
3617
|
|
|
{ |
3618
|
|
|
return $this->WatchdogTimestampMonotonic; |
3619
|
|
|
} |
3620
|
|
|
|
3621
|
|
|
/** |
3622
|
|
|
* @param mixed $WatchdogTimestampMonotonic |
3623
|
|
|
* @return Service |
3624
|
|
|
*/ |
3625
|
|
|
public function setWatchdogTimestampMonotonic($WatchdogTimestampMonotonic) |
3626
|
|
|
{ |
3627
|
|
|
$this->WatchdogTimestampMonotonic = $WatchdogTimestampMonotonic; |
3628
|
|
|
return $this; |
3629
|
|
|
} |
3630
|
|
|
|
3631
|
|
|
/** |
3632
|
|
|
* @return mixed |
3633
|
|
|
*/ |
3634
|
|
|
public function getWatchdogUSec() |
3635
|
|
|
{ |
3636
|
|
|
return $this->WatchdogUSec; |
3637
|
|
|
} |
3638
|
|
|
|
3639
|
|
|
/** |
3640
|
|
|
* @param mixed $WatchdogUSec |
3641
|
|
|
* @return Service |
3642
|
|
|
*/ |
3643
|
|
|
public function setWatchdogUSec($WatchdogUSec) |
3644
|
|
|
{ |
3645
|
|
|
$this->WatchdogUSec = $WatchdogUSec; |
3646
|
|
|
return $this; |
3647
|
|
|
} |
3648
|
|
|
|
3649
|
|
|
/** |
3650
|
|
|
* @return mixed |
3651
|
|
|
*/ |
3652
|
|
|
public function getWorkingDirectory() |
3653
|
|
|
{ |
3654
|
|
|
return $this->WorkingDirectory; |
3655
|
|
|
} |
3656
|
|
|
|
3657
|
|
|
/** |
3658
|
|
|
* @param mixed $WorkingDirectory |
3659
|
|
|
* @return Service |
3660
|
|
|
*/ |
3661
|
|
|
public function setWorkingDirectory($WorkingDirectory) |
3662
|
|
|
{ |
3663
|
|
|
$this->WorkingDirectory = $WorkingDirectory; |
3664
|
|
|
return $this; |
3665
|
|
|
} |
3666
|
|
|
} |
3667
|
|
|
|