Documentation

FetchArtifactsResult extends Message
in package

Result for fetching artifacts

Generated from protobuf message plugnmeet.FetchArtifactsResult

Table of Contents

Properties

$from  : mixed
Generated from protobuf field <code>uint64 from = 2;</code>
$limit  : mixed
Generated from protobuf field <code>uint64 limit = 3;</code>
$order_by  : mixed
Generated from protobuf field <code>string order_by = 4;</code>
$total_artifacts  : mixed
Generated from protobuf field <code>int64 total_artifacts = 1;</code>
$type  : mixed
Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 5;</code>
$artifacts_list  : mixed
Generated from protobuf field <code>repeated .plugnmeet.ArtifactInfo artifacts_list = 6;</code>

Methods

__construct()  : mixed
Constructor.
clearType()  : mixed
getArtifactsList()  : RepeatedField<string|int, ArtifactInfo>
Generated from protobuf field <code>repeated .plugnmeet.ArtifactInfo artifacts_list = 6;</code>
getFrom()  : int|string
Generated from protobuf field <code>uint64 from = 2;</code>
getLimit()  : int|string
Generated from protobuf field <code>uint64 limit = 3;</code>
getOrderBy()  : string
Generated from protobuf field <code>string order_by = 4;</code>
getTotalArtifacts()  : int|string
Generated from protobuf field <code>int64 total_artifacts = 1;</code>
getType()  : int
Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 5;</code>
hasType()  : mixed
setArtifactsList()  : $this
Generated from protobuf field <code>repeated .plugnmeet.ArtifactInfo artifacts_list = 6;</code>
setFrom()  : $this
Generated from protobuf field <code>uint64 from = 2;</code>
setLimit()  : $this
Generated from protobuf field <code>uint64 limit = 3;</code>
setOrderBy()  : $this
Generated from protobuf field <code>string order_by = 4;</code>
setTotalArtifacts()  : $this
Generated from protobuf field <code>int64 total_artifacts = 1;</code>
setType()  : $this
Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 5;</code>

Properties

$from

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

protected mixed $from = 0

$limit

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

protected mixed $limit = 0

$order_by

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

protected mixed $order_by = ''

$total_artifacts

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

protected mixed $total_artifacts = 0

$type

Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 5;</code>

protected mixed $type = null

$artifacts_list

Generated from protobuf field <code>repeated .plugnmeet.ArtifactInfo artifacts_list = 6;</code>

private mixed $artifacts_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_artifacts
@type int|string $from
@type int|string $limit
@type string $order_by
@type int $type
@type \Mynaparrot\PlugnmeetProto\ArtifactInfo[] $artifacts_list

}

getArtifactsList()

Generated from protobuf field <code>repeated .plugnmeet.ArtifactInfo artifacts_list = 6;</code>

public getArtifactsList() : RepeatedField<string|int, ArtifactInfo>
Return values
RepeatedField<string|int, ArtifactInfo>

getFrom()

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

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

getLimit()

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

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

getOrderBy()

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

public getOrderBy() : string
Return values
string

getTotalArtifacts()

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

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

getType()

Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 5;</code>

public getType() : int
Return values
int

setArtifactsList()

Generated from protobuf field <code>repeated .plugnmeet.ArtifactInfo artifacts_list = 6;</code>

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

setFrom()

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

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

setLimit()

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

public setLimit(int|string $var) : $this
Parameters
$var : int|string
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

setTotalArtifacts()

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

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

setType()

Generated from protobuf field <code>optional .plugnmeet.RoomArtifactType type = 5;</code>

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

        
On this page

Search results