ArtifactInfoReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.ArtifactInfoReq</code>
Table of Contents
Properties
- $artifact_id : mixed
- Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- getArtifactId() : string
- Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
- setArtifactId() : $this
- Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
Properties
$artifact_id
Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
protected
mixed
$artifact_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 $artifact_id}
getArtifactId()
Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
public
getArtifactId() : string
Return values
stringsetArtifactId()
Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
public
setArtifactId(string $var) : $this
Parameters
- $var : string