CreateEtherpadSessionRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.CreateEtherpadSessionRes</code>
Table of Contents
Properties
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $pad_id : mixed
- Generated from protobuf field <code>optional string pad_id = 3;</code>
- $readonly_pad_id : mixed
- Generated from protobuf field <code>optional string readonly_pad_id = 4;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearPadId() : mixed
- clearReadonlyPadId() : mixed
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getPadId() : string
- Generated from protobuf field <code>optional string pad_id = 3;</code>
- getReadonlyPadId() : string
- Generated from protobuf field <code>optional string readonly_pad_id = 4;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- hasPadId() : mixed
- hasReadonlyPadId() : mixed
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setPadId() : $this
- Generated from protobuf field <code>optional string pad_id = 3;</code>
- setReadonlyPadId() : $this
- Generated from protobuf field <code>optional string readonly_pad_id = 4;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
Properties
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$pad_id
Generated from protobuf field <code>optional string pad_id = 3;</code>
protected
mixed
$pad_id
= null
$readonly_pad_id
Generated from protobuf field <code>optional string readonly_pad_id = 4;</code>
protected
mixed
$readonly_pad_id
= null
$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 string $msg @type string $pad_id @type string $readonly_pad_id}
clearPadId()
public
clearPadId() : mixed
clearReadonlyPadId()
public
clearReadonlyPadId() : mixed
getMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetPadId()
Generated from protobuf field <code>optional string pad_id = 3;</code>
public
getPadId() : string
Return values
stringgetReadonlyPadId()
Generated from protobuf field <code>optional string readonly_pad_id = 4;</code>
public
getReadonlyPadId() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolhasPadId()
public
hasPadId() : mixed
hasReadonlyPadId()
public
hasReadonlyPadId() : mixed
setMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetPadId()
Generated from protobuf field <code>optional string pad_id = 3;</code>
public
setPadId(string $var) : $this
Parameters
- $var : string
Return values
$thissetReadonlyPadId()
Generated from protobuf field <code>optional string readonly_pad_id = 4;</code>
public
setReadonlyPadId(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool