CleanEtherpadReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.CleanEtherpadReq</code>
Table of Contents
Properties
- $node_id : mixed
- Generated from protobuf field <code>string node_id = 2;</code>
- $pad_id : mixed
- Generated from protobuf field <code>string pad_id = 3;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getNodeId() : string
- Generated from protobuf field <code>string node_id = 2;</code>
- getPadId() : string
- Generated from protobuf field <code>string pad_id = 3;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 1;</code>
- setNodeId() : $this
- Generated from protobuf field <code>string node_id = 2;</code>
- setPadId() : $this
- Generated from protobuf field <code>string pad_id = 3;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 1;</code>
Properties
$node_id
Generated from protobuf field <code>string node_id = 2;</code>
protected
mixed
$node_id
= ''
$pad_id
Generated from protobuf field <code>string pad_id = 3;</code>
protected
mixed
$pad_id
= ''
$room_id
Generated from protobuf field <code>string room_id = 1;</code>
protected
mixed
$room_id
= ''
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 string $room_id @type string $node_id @type string $pad_id}
getNodeId()
Generated from protobuf field <code>string node_id = 2;</code>
public
getNodeId() : string
Return values
stringgetPadId()
Generated from protobuf field <code>string pad_id = 3;</code>
public
getPadId() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
getRoomId() : string
Return values
stringsetNodeId()
Generated from protobuf field <code>string node_id = 2;</code>
public
setNodeId(string $var) : $this
Parameters
- $var : string
Return values
$thissetPadId()
Generated from protobuf field <code>string pad_id = 3;</code>
public
setPadId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string