Documentation

FetchPastRoomsResult extends Message
in package

Generated from protobuf message <code>plugnmeet.FetchPastRoomsResult</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>
$total_rooms  : mixed
Generated from protobuf field <code>int64 total_rooms = 1;</code>
$rooms_list  : mixed
Generated from protobuf field <code>repeated .plugnmeet.PastRoomInfo rooms_list = 5;</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>
getRoomsList()  : RepeatedField<string|int, PastRoomInfo>
Generated from protobuf field <code>repeated .plugnmeet.PastRoomInfo rooms_list = 5;</code>
getTotalRooms()  : int|string
Generated from protobuf field <code>int64 total_rooms = 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>
setRoomsList()  : $this
Generated from protobuf field <code>repeated .plugnmeet.PastRoomInfo rooms_list = 5;</code>
setTotalRooms()  : $this
Generated from protobuf field <code>int64 total_rooms = 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 = ''

$total_rooms

Generated from protobuf field <code>int64 total_rooms = 1;</code>

protected mixed $total_rooms = 0

$rooms_list

Generated from protobuf field <code>repeated .plugnmeet.PastRoomInfo rooms_list = 5;</code>

private mixed $rooms_list

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 int|string $total_rooms
@type int $from
@type int $limit
@type string $order_by
@type \Mynaparrot\PlugnmeetProto\PastRoomInfo[] $rooms_list

}

getFrom()

Generated from protobuf field <code>uint32 from = 2;</code>

public getFrom() : int
Return values
int

getLimit()

Generated from protobuf field <code>uint32 limit = 3;</code>

public getLimit() : int
Return values
int

getOrderBy()

Generated from protobuf field <code>string order_by = 4;</code>

public getOrderBy() : string
Return values
string

getRoomsList()

Generated from protobuf field <code>repeated .plugnmeet.PastRoomInfo rooms_list = 5;</code>

public getRoomsList() : RepeatedField<string|int, PastRoomInfo>
Return values
RepeatedField<string|int, PastRoomInfo>

getTotalRooms()

Generated from protobuf field <code>int64 total_rooms = 1;</code>

public getTotalRooms() : int|string
Return values
int|string

setFrom()

Generated from protobuf field <code>uint32 from = 2;</code>

public setFrom(int $var) : $this
Parameters
$var : int
Return values
$this

setLimit()

Generated from protobuf field <code>uint32 limit = 3;</code>

public setLimit(int $var) : $this
Parameters
$var : int
Return values
$this

setOrderBy()

Generated from protobuf field <code>string order_by = 4;</code>

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

setRoomsList()

Generated from protobuf field <code>repeated .plugnmeet.PastRoomInfo rooms_list = 5;</code>

public setRoomsList(array<string|int, PastRoomInfo$var) : $this
Parameters
$var : array<string|int, PastRoomInfo>
Return values
$this

setTotalRooms()

Generated from protobuf field <code>int64 total_rooms = 1;</code>

public setTotalRooms(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

        
On this page

Search results