FetchAnalyticsResult
extends Message
in package
Generated from protobuf message <code>plugnmeet.FetchAnalyticsResult</code>
Table of Contents
Properties
- $from : mixed
- Generated from protobuf field <code>uint32 from = 2;</code>
- $limit : mixed
- Generated from protobuf field <code>uint32 limit = 3;</code>
- $order_by : mixed
- Generated from protobuf field <code>string order_by = 4;</code>
- $total_analytics : mixed
- Generated from protobuf field <code>int64 total_analytics = 1;</code>
- $analytics_list : mixed
- Generated from protobuf field <code>repeated .plugnmeet.AnalyticsInfo analytics_list = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- getAnalyticsList() : RepeatedField<string|int, AnalyticsInfo>
- Generated from protobuf field <code>repeated .plugnmeet.AnalyticsInfo analytics_list = 5;</code>
- getFrom() : int
- Generated from protobuf field <code>uint32 from = 2;</code>
- getLimit() : int
- Generated from protobuf field <code>uint32 limit = 3;</code>
- getOrderBy() : string
- Generated from protobuf field <code>string order_by = 4;</code>
- getTotalAnalytics() : int|string
- Generated from protobuf field <code>int64 total_analytics = 1;</code>
- setAnalyticsList() : $this
- Generated from protobuf field <code>repeated .plugnmeet.AnalyticsInfo analytics_list = 5;</code>
- setFrom() : $this
- Generated from protobuf field <code>uint32 from = 2;</code>
- setLimit() : $this
- Generated from protobuf field <code>uint32 limit = 3;</code>
- setOrderBy() : $this
- Generated from protobuf field <code>string order_by = 4;</code>
- setTotalAnalytics() : $this
- Generated from protobuf field <code>int64 total_analytics = 1;</code>
Properties
$from
Generated from protobuf field <code>uint32 from = 2;</code>
protected
mixed
$from
= 0
$limit
Generated from protobuf field <code>uint32 limit = 3;</code>
protected
mixed
$limit
= 0
$order_by
Generated from protobuf field <code>string order_by = 4;</code>
protected
mixed
$order_by
= ''
$total_analytics
Generated from protobuf field <code>int64 total_analytics = 1;</code>
protected
mixed
$total_analytics
= 0
$analytics_list
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsInfo analytics_list = 5;</code>
private
mixed
$analytics_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_analytics @type int $from @type int $limit @type string $order_by @type \Mynaparrot\PlugnmeetProto\AnalyticsInfo[] $analytics_list}
getAnalyticsList()
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsInfo analytics_list = 5;</code>
public
getAnalyticsList() : RepeatedField<string|int, AnalyticsInfo>
Return values
RepeatedField<string|int, AnalyticsInfo>getFrom()
Generated from protobuf field <code>uint32 from = 2;</code>
public
getFrom() : int
Return values
intgetLimit()
Generated from protobuf field <code>uint32 limit = 3;</code>
public
getLimit() : int
Return values
intgetOrderBy()
Generated from protobuf field <code>string order_by = 4;</code>
public
getOrderBy() : string
Return values
stringgetTotalAnalytics()
Generated from protobuf field <code>int64 total_analytics = 1;</code>
public
getTotalAnalytics() : int|string
Return values
int|stringsetAnalyticsList()
Generated from protobuf field <code>repeated .plugnmeet.AnalyticsInfo analytics_list = 5;</code>
public
setAnalyticsList(array<string|int, AnalyticsInfo> $var) : $this
Parameters
- $var : array<string|int, AnalyticsInfo>
Return values
$thissetFrom()
Generated from protobuf field <code>uint32 from = 2;</code>
public
setFrom(int $var) : $this
Parameters
- $var : int
Return values
$thissetLimit()
Generated from protobuf field <code>uint32 limit = 3;</code>
public
setLimit(int $var) : $this
Parameters
- $var : int
Return values
$thissetOrderBy()
Generated from protobuf field <code>string order_by = 4;</code>
public
setOrderBy(string $var) : $this
Parameters
- $var : string
Return values
$thissetTotalAnalytics()
Generated from protobuf field <code>int64 total_analytics = 1;</code>
public
setTotalAnalytics(int|string $var) : $this
Parameters
- $var : int|string