PollResponsesResultOptions
extends Message
in package
Generated from protobuf message <code>plugnmeet.PollResponsesResultOptions</code>
Table of Contents
Properties
- $id : mixed
- Generated from protobuf field <code>uint64 id = 1;</code>
- $text : mixed
- Generated from protobuf field <code>string text = 2;</code>
- $vote_count : mixed
- Generated from protobuf field <code>uint64 vote_count = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getId() : int|string
- Generated from protobuf field <code>uint64 id = 1;</code>
- getText() : string
- Generated from protobuf field <code>string text = 2;</code>
- getVoteCount() : int|string
- Generated from protobuf field <code>uint64 vote_count = 3;</code>
- setId() : $this
- Generated from protobuf field <code>uint64 id = 1;</code>
- setText() : $this
- Generated from protobuf field <code>string text = 2;</code>
- setVoteCount() : $this
- Generated from protobuf field <code>uint64 vote_count = 3;</code>
Properties
$id
Generated from protobuf field <code>uint64 id = 1;</code>
protected
mixed
$id
= 0
$text
Generated from protobuf field <code>string text = 2;</code>
protected
mixed
$text
= ''
$vote_count
Generated from protobuf field <code>uint64 vote_count = 3;</code>
protected
mixed
$vote_count
= 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 int|string $id @type string $text @type int|string $vote_count}
getId()
Generated from protobuf field <code>uint64 id = 1;</code>
public
getId() : int|string
Return values
int|stringgetText()
Generated from protobuf field <code>string text = 2;</code>
public
getText() : string
Return values
stringgetVoteCount()
Generated from protobuf field <code>uint64 vote_count = 3;</code>
public
getVoteCount() : int|string
Return values
int|stringsetId()
Generated from protobuf field <code>uint64 id = 1;</code>
public
setId(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetText()
Generated from protobuf field <code>string text = 2;</code>
public
setText(string $var) : $this
Parameters
- $var : string
Return values
$thissetVoteCount()
Generated from protobuf field <code>uint64 vote_count = 3;</code>
public
setVoteCount(int|string $var) : $this
Parameters
- $var : int|string