Documentation

IsRoomActiveRes extends Message
in package

Generated from protobuf message <code>plugnmeet.IsRoomActiveRes</code>

Table of Contents

Properties

$is_active  : mixed
Generated from protobuf field <code>bool is_active = 2;</code>
$msg  : mixed
Generated from protobuf field <code>string msg = 3;</code>
$status  : mixed
Generated from protobuf field <code>bool status = 1;</code>

Methods

__construct()  : mixed
Constructor.
getIsActive()  : bool
Generated from protobuf field <code>bool is_active = 2;</code>
getMsg()  : string
Generated from protobuf field <code>string msg = 3;</code>
getStatus()  : bool
Generated from protobuf field <code>bool status = 1;</code>
setIsActive()  : $this
Generated from protobuf field <code>bool is_active = 2;</code>
setMsg()  : $this
Generated from protobuf field <code>string msg = 3;</code>
setStatus()  : $this
Generated from protobuf field <code>bool status = 1;</code>

Properties

$is_active

Generated from protobuf field <code>bool is_active = 2;</code>

protected mixed $is_active = false

$msg

Generated from protobuf field <code>string msg = 3;</code>

protected mixed $msg = ''

$status

Generated from protobuf field <code>bool status = 1;</code>

protected mixed $status = false

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type bool $status
@type bool $is_active
@type string $msg

}

getIsActive()

Generated from protobuf field <code>bool is_active = 2;</code>

public getIsActive() : bool
Return values
bool

getMsg()

Generated from protobuf field <code>string msg = 3;</code>

public getMsg() : string
Return values
string

getStatus()

Generated from protobuf field <code>bool status = 1;</code>

public getStatus() : bool
Return values
bool

setIsActive()

Generated from protobuf field <code>bool is_active = 2;</code>

public setIsActive(bool $var) : $this
Parameters
$var : bool
Return values
$this

setMsg()

Generated from protobuf field <code>string msg = 3;</code>

public setMsg(string $var) : $this
Parameters
$var : string
Return values
$this

setStatus()

Generated from protobuf field <code>bool status = 1;</code>

public setStatus(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results