Documentation

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

Methods

getDeviceGuid()

Gets as deviceGuid.

public getDeviceGuid() : string
Return values
string

getMKasaPackNum()

Gets as mKasaPackNum.

public getMKasaPackNum() : int
Return values
int

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

Search results