ImportRequestType
in package
Class representing ImportRequestType.
XSD Type: importRequestType
Table of Contents
- $deviceGuid : string|null
- $mKasaPackNum : int|null
- $name : string|null
- $overwriteDeviceGuid : string|null
- Má se aktualizovat Guid zařížení, na kterém se používá mKasa.
- getDeviceGuid() : string
- Gets as deviceGuid.
- getMKasaPackNum() : int
- Gets as mKasaPackNum.
- getName() : string
- Gets as name.
- getOverwriteDeviceGuid() : string
- Gets as overwriteDeviceGuid.
- setDeviceGuid() : self
- Sets a new deviceGuid.
- setMKasaPackNum() : self
- Sets a new mKasaPackNum.
- setName() : self
- Sets a new name.
- setOverwriteDeviceGuid() : self
- Sets a new overwriteDeviceGuid.
Properties
$deviceGuid
private
string|null
$deviceGuid
= null
$mKasaPackNum
private
int|null
$mKasaPackNum
= null
$name
private
string|null
$name
= null
$overwriteDeviceGuid
Má se aktualizovat Guid zařížení, na kterém se používá mKasa.
private
string|null
$overwriteDeviceGuid
= null
Pokud se Guid liší a element je false, vrací se chyba.
Methods
getDeviceGuid()
Gets as deviceGuid.
public
getDeviceGuid() : string
Return values
string —getMKasaPackNum()
Gets as mKasaPackNum.
public
getMKasaPackNum() : int
Return values
int —getName()
Gets as name.
public
getName() : string
Return values
string —getOverwriteDeviceGuid()
Gets as overwriteDeviceGuid.
public
getOverwriteDeviceGuid() : string
Má se aktualizovat Guid zařížení, na kterém se používá mKasa. Pokud se Guid liší a element je false, vrací se chyba.
Return values
string —setDeviceGuid()
Sets a new deviceGuid.
public
setDeviceGuid(string $deviceGuid) : self
Parameters
- $deviceGuid : string
Return values
self —setMKasaPackNum()
Sets a new mKasaPackNum.
public
setMKasaPackNum(int $mKasaPackNum) : self
Parameters
- $mKasaPackNum : int
Return values
self —setName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
self —setOverwriteDeviceGuid()
Sets a new overwriteDeviceGuid.
public
setOverwriteDeviceGuid(string $overwriteDeviceGuid) : self
Má se aktualizovat Guid zařížení, na kterém se používá mKasa. Pokud se Guid liší a element je false, vrací se chyba.
Parameters
- $overwriteDeviceGuid : string