ArtifactInfo
extends Message
in package
A single artifact entry in the list response
Generated from protobuf message plugnmeet.ArtifactInfo
Table of Contents
Properties
- $artifact_id : mixed
- Generated from protobuf field <code>string artifact_id = 1;</code>
- $created : mixed
- Generated from protobuf field <code>string created = 4;</code>
- $metadata : mixed
- Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $type : mixed
- Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearMetadata() : mixed
- getArtifactId() : string
- Generated from protobuf field <code>string artifact_id = 1;</code>
- getCreated() : string
- Generated from protobuf field <code>string created = 4;</code>
- getMetadata() : RoomArtifactMetadata|null
- Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getType() : int
- Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
- hasMetadata() : mixed
- setArtifactId() : $this
- Generated from protobuf field <code>string artifact_id = 1;</code>
- setCreated() : $this
- Generated from protobuf field <code>string created = 4;</code>
- setMetadata() : $this
- Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setType() : $this
- Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
Properties
$artifact_id
Generated from protobuf field <code>string artifact_id = 1;</code>
protected
mixed
$artifact_id
= ''
$created
Generated from protobuf field <code>string created = 4;</code>
protected
mixed
$created
= ''
$metadata
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
protected
mixed
$metadata
= null
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$type
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
protected
mixed
$type
= 0
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 $artifact_id @type string $room_id @type int $type @type string $created @type \Mynaparrot\PlugnmeetProto\RoomArtifactMetadata $metadata}
clearMetadata()
public
clearMetadata() : mixed
getArtifactId()
Generated from protobuf field <code>string artifact_id = 1;</code>
public
getArtifactId() : string
Return values
stringgetCreated()
Generated from protobuf field <code>string created = 4;</code>
public
getCreated() : string
Return values
stringgetMetadata()
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
public
getMetadata() : RoomArtifactMetadata|null
Return values
RoomArtifactMetadata|nullgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetType()
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
public
getType() : int
Return values
inthasMetadata()
public
hasMetadata() : mixed
setArtifactId()
Generated from protobuf field <code>string artifact_id = 1;</code>
public
setArtifactId(string $var) : $this
Parameters
- $var : string
Return values
$thissetCreated()
Generated from protobuf field <code>string created = 4;</code>
public
setCreated(string $var) : $this
Parameters
- $var : string
Return values
$thissetMetadata()
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 5;</code>
public
setMetadata(RoomArtifactMetadata $var) : $this
Parameters
- $var : RoomArtifactMetadata
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetType()
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 3;</code>
public
setType(int $var) : $this
Parameters
- $var : int