AnalyticsEventData
extends Message
in package
Generated from protobuf message <code>plugnmeet.AnalyticsEventData</code>
Table of Contents
Properties
- $name : mixed
- Generated from protobuf field <code>string name = 1;</code>
- $total : mixed
- Generated from protobuf field <code>uint32 total = 2;</code>
- $values : mixed
- Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getName() : string
- Generated from protobuf field <code>string name = 1;</code>
- getTotal() : int
- Generated from protobuf field <code>uint32 total = 2;</code>
- getValues() : RepeatedField<string|int, AnalyticsEventValue>
- Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 1;</code>
- setTotal() : $this
- Generated from protobuf field <code>uint32 total = 2;</code>
- setValues() : $this
- Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
Properties
$name
Generated from protobuf field <code>string name = 1;</code>
protected
mixed
$name
= ''
$total
Generated from protobuf field <code>uint32 total = 2;</code>
protected
mixed
$total
= 0
$values
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
private
mixed
$values
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 $name @type int $total @type \Mynaparrot\PlugnmeetProto\AnalyticsEventValue[] $values}
getName()
Generated from protobuf field <code>string name = 1;</code>
public
getName() : string
Return values
stringgetTotal()
Generated from protobuf field <code>uint32 total = 2;</code>
public
getTotal() : int
Return values
intgetValues()
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
public
getValues() : RepeatedField<string|int, AnalyticsEventValue>
Return values
RepeatedField<string|int, AnalyticsEventValue>setName()
Generated from protobuf field <code>string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetTotal()
Generated from protobuf field <code>uint32 total = 2;</code>
public
setTotal(int $var) : $this
Parameters
- $var : int
Return values
$thissetValues()
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsEventValue values = 3;</code>
public
setValues(array<string|int, AnalyticsEventValue> $var) : $this
Parameters
- $var : array<string|int, AnalyticsEventValue>