AnalyticsRedisUserInfo
extends Message
in package
Generated from protobuf message <code>plugnmeet.AnalyticsRedisUserInfo</code>
Table of Contents
Properties
- $ex_user_id : mixed
- Generated from protobuf field <code>optional string ex_user_id = 4;</code>
- $extra_data : mixed
- Generated from protobuf field <code>optional string extra_data = 3;</code>
- $is_admin : mixed
- Generated from protobuf field <code>bool is_admin = 2;</code>
- $name : mixed
- Generated from protobuf field <code>optional string name = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearExtraData() : mixed
- clearExUserId() : mixed
- clearName() : mixed
- getExtraData() : string
- Generated from protobuf field <code>optional string extra_data = 3;</code>
- getExUserId() : string
- Generated from protobuf field <code>optional string ex_user_id = 4;</code>
- getIsAdmin() : bool
- Generated from protobuf field <code>bool is_admin = 2;</code>
- getName() : string
- Generated from protobuf field <code>optional string name = 1;</code>
- hasExtraData() : mixed
- hasExUserId() : mixed
- hasName() : mixed
- setExtraData() : $this
- Generated from protobuf field <code>optional string extra_data = 3;</code>
- setExUserId() : $this
- Generated from protobuf field <code>optional string ex_user_id = 4;</code>
- setIsAdmin() : $this
- Generated from protobuf field <code>bool is_admin = 2;</code>
- setName() : $this
- Generated from protobuf field <code>optional string name = 1;</code>
Properties
$ex_user_id
Generated from protobuf field <code>optional string ex_user_id = 4;</code>
protected
mixed
$ex_user_id
= null
$extra_data
Generated from protobuf field <code>optional string extra_data = 3;</code>
protected
mixed
$extra_data
= null
$is_admin
Generated from protobuf field <code>bool is_admin = 2;</code>
protected
mixed
$is_admin
= false
$name
Generated from protobuf field <code>optional string name = 1;</code>
protected
mixed
$name
= null
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 bool $is_admin @type string $extra_data @type string $ex_user_id}
clearExtraData()
public
clearExtraData() : mixed
clearExUserId()
public
clearExUserId() : mixed
clearName()
public
clearName() : mixed
getExtraData()
Generated from protobuf field <code>optional string extra_data = 3;</code>
public
getExtraData() : string
Return values
stringgetExUserId()
Generated from protobuf field <code>optional string ex_user_id = 4;</code>
public
getExUserId() : string
Return values
stringgetIsAdmin()
Generated from protobuf field <code>bool is_admin = 2;</code>
public
getIsAdmin() : bool
Return values
boolgetName()
Generated from protobuf field <code>optional string name = 1;</code>
public
getName() : string
Return values
stringhasExtraData()
public
hasExtraData() : mixed
hasExUserId()
public
hasExUserId() : mixed
hasName()
public
hasName() : mixed
setExtraData()
Generated from protobuf field <code>optional string extra_data = 3;</code>
public
setExtraData(string $var) : $this
Parameters
- $var : string
Return values
$thissetExUserId()
Generated from protobuf field <code>optional string ex_user_id = 4;</code>
public
setExUserId(string $var) : $this
Parameters
- $var : string
Return values
$thissetIsAdmin()
Generated from protobuf field <code>bool is_admin = 2;</code>
public
setIsAdmin(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetName()
Generated from protobuf field <code>optional string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string