UpdateUserLockSettingsReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.UpdateUserLockSettingsReq</code>
Table of Contents
Properties
- $direction : mixed
- Generated from protobuf field <code>string direction = 5;</code>
- $Requested_user_id : mixed
- Generated from protobuf field <code>string Requested_user_id = 6;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 1;</code>
- $service : mixed
- Generated from protobuf field <code>string service = 4;</code>
- $user_id : mixed
- Generated from protobuf field <code>string user_id = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getDirection() : string
- Generated from protobuf field <code>string direction = 5;</code>
- getRequestedUserId() : string
- Generated from protobuf field <code>string Requested_user_id = 6;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 1;</code>
- getService() : string
- Generated from protobuf field <code>string service = 4;</code>
- getUserId() : string
- Generated from protobuf field <code>string user_id = 3;</code>
- setDirection() : $this
- Generated from protobuf field <code>string direction = 5;</code>
- setRequestedUserId() : $this
- Generated from protobuf field <code>string Requested_user_id = 6;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 1;</code>
- setService() : $this
- Generated from protobuf field <code>string service = 4;</code>
- setUserId() : $this
- Generated from protobuf field <code>string user_id = 3;</code>
Properties
$direction
Generated from protobuf field <code>string direction = 5;</code>
protected
mixed
$direction
= ''
$Requested_user_id
Generated from protobuf field <code>string Requested_user_id = 6;</code>
protected
mixed
$Requested_user_id
= ''
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 1;</code>
protected
mixed
$room_sid
= ''
$service
Generated from protobuf field <code>string service = 4;</code>
protected
mixed
$service
= ''
$user_id
Generated from protobuf field <code>string user_id = 3;</code>
protected
mixed
$user_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_sid @type string $room_id @type string $user_id @type string $service @type string $direction @type string $Requested_user_id}
getDirection()
Generated from protobuf field <code>string direction = 5;</code>
public
getDirection() : string
Return values
stringgetRequestedUserId()
Generated from protobuf field <code>string Requested_user_id = 6;</code>
public
getRequestedUserId() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 1;</code>
public
getRoomSid() : string
Return values
stringgetService()
Generated from protobuf field <code>string service = 4;</code>
public
getService() : string
Return values
stringgetUserId()
Generated from protobuf field <code>string user_id = 3;</code>
public
getUserId() : string
Return values
stringsetDirection()
Generated from protobuf field <code>string direction = 5;</code>
public
setDirection(string $var) : $this
Parameters
- $var : string
Return values
$thissetRequestedUserId()
Generated from protobuf field <code>string Requested_user_id = 6;</code>
public
setRequestedUserId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 1;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetService()
Generated from protobuf field <code>string service = 4;</code>
public
setService(string $var) : $this
Parameters
- $var : string
Return values
$thissetUserId()
Generated from protobuf field <code>string user_id = 3;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string