FetchPastRoomsReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.FetchPastRoomsReq</code>
Table of Contents
Properties
- $from : mixed
- Generated from protobuf field <code>uint32 from = 2;</code>
- $limit : mixed
- Generated from protobuf field <code>uint32 limit = 3;</code>
- $order_by : mixed
- Generated from protobuf field <code>string order_by = 4;</code>
- $room_ids : mixed
- Generated from protobuf field <code>repeated string room_ids = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getFrom() : int
- Generated from protobuf field <code>uint32 from = 2;</code>
- getLimit() : int
- Generated from protobuf field <code>uint32 limit = 3;</code>
- getOrderBy() : string
- Generated from protobuf field <code>string order_by = 4;</code>
- getRoomIds() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string room_ids = 1;</code>
- setFrom() : $this
- Generated from protobuf field <code>uint32 from = 2;</code>
- setLimit() : $this
- Generated from protobuf field <code>uint32 limit = 3;</code>
- setOrderBy() : $this
- Generated from protobuf field <code>string order_by = 4;</code>
- setRoomIds() : $this
- Generated from protobuf field <code>repeated string room_ids = 1;</code>
Properties
$from
Generated from protobuf field <code>uint32 from = 2;</code>
protected
mixed
$from
= 0
$limit
Generated from protobuf field <code>uint32 limit = 3;</code>
protected
mixed
$limit
= 0
$order_by
Generated from protobuf field <code>string order_by = 4;</code>
protected
mixed
$order_by
= ''
$room_ids
Generated from protobuf field <code>repeated string room_ids = 1;</code>
private
mixed
$room_ids
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_ids @type int $from @type int $limit @type string $order_by}
getFrom()
Generated from protobuf field <code>uint32 from = 2;</code>
public
getFrom() : int
Return values
intgetLimit()
Generated from protobuf field <code>uint32 limit = 3;</code>
public
getLimit() : int
Return values
intgetOrderBy()
Generated from protobuf field <code>string order_by = 4;</code>
public
getOrderBy() : string
Return values
stringgetRoomIds()
Generated from protobuf field <code>repeated string room_ids = 1;</code>
public
getRoomIds() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>setFrom()
Generated from protobuf field <code>uint32 from = 2;</code>
public
setFrom(int $var) : $this
Parameters
- $var : int
Return values
$thissetLimit()
Generated from protobuf field <code>uint32 limit = 3;</code>
public
setLimit(int $var) : $this
Parameters
- $var : int
Return values
$thissetOrderBy()
Generated from protobuf field <code>string order_by = 4;</code>
public
setOrderBy(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomIds()
Generated from protobuf field <code>repeated string room_ids = 1;</code>
public
setRoomIds(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>