ImportResponseType
in package
Class representing ImportResponseType.
XSD Type: importResponseType
Table of Contents
- $deviceGuid : string|null
- $mKasaPackNum : int|null
- $name : string|null
- getDeviceGuid() : string
- Gets as deviceGuid.
- getMKasaPackNum() : int
- Gets as mKasaPackNum.
- getName() : string
- Gets as name.
- setDeviceGuid() : self
- Sets a new deviceGuid.
- setMKasaPackNum() : self
- Sets a new mKasaPackNum.
- setName() : self
- Sets a new name.
Properties
$deviceGuid
private
string|null
$deviceGuid
= null
$mKasaPackNum
private
int|null
$mKasaPackNum
= null
$name
private
string|null
$name
= null
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 —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