ChannelStats extends AbstractMessage
Protobuf message : ChannelStats
Table of Contents
Methods
- clear() : mixed
- {@inheritdoc}
- descriptor() : mixed
- {@inheritdoc}
- extensions() : mixed
- {@inheritdoc}
- fromArray() : mixed
- {@inheritdoc}
- fromStream() : mixed
- {@inheritdoc}
- getId() : Stream
- Get 'id' value
- getIsOnline() : bool
- Get 'isOnline' value
- getIsPrivate() : bool
- Get 'isPrivate' value
- hasId() : bool
- Check if 'id' has a value
- hasIsOnline() : bool
- Check if 'isOnline' has a value
- hasIsPrivate() : bool
- Check if 'isPrivate' has a value
- merge() : mixed
- {@inheritdoc}
- readFrom() : mixed
- {@inheritdoc}
- serializedSize() : mixed
- {@inheritdoc}
- setId() : mixed
- Set 'id' value
- setIsOnline() : mixed
- Set 'isOnline' value
- setIsPrivate() : mixed
- Set 'isPrivate' value
- toStream() : mixed
- {@inheritdoc}
- unknownFieldSet() : mixed
- {@inheritdoc}
- writeTo() : mixed
- {@inheritdoc}
Methods
clear()
{@inheritdoc}
public
clear() : mixed
descriptor()
{@inheritdoc}
public
static descriptor() : mixed
extensions()
{@inheritdoc}
public
extensions() : mixed
fromArray()
{@inheritdoc}
public
static fromArray(array<string|int, mixed> $values) : mixed
Parameters
- $values : array<string|int, mixed>
fromStream()
{@inheritdoc}
public
static fromStream(mixed $stream[, Configuration $configuration = null ]) : mixed
Parameters
- $stream : mixed
- $configuration : Configuration = null
getId()
Get 'id' value
public
getId() : Stream
Return values
StreamgetIsOnline()
Get 'isOnline' value
public
getIsOnline() : bool
Return values
boolgetIsPrivate()
Get 'isPrivate' value
public
getIsPrivate() : bool
Return values
boolhasId()
Check if 'id' has a value
public
hasId() : bool
Return values
boolhasIsOnline()
Check if 'isOnline' has a value
public
hasIsOnline() : bool
Return values
boolhasIsPrivate()
Check if 'isPrivate' has a value
public
hasIsPrivate() : bool
Return values
boolmerge()
{@inheritdoc}
public
merge(Message $message) : mixed
Parameters
- $message : Message
readFrom()
{@inheritdoc}
public
readFrom(ReadContext $context) : mixed
Parameters
- $context : ReadContext
serializedSize()
{@inheritdoc}
public
serializedSize(ComputeSizeContext $context) : mixed
Parameters
- $context : ComputeSizeContext
setId()
Set 'id' value
public
setId([Stream $value = null ]) : mixed
Parameters
- $value : Stream = null
setIsOnline()
Set 'isOnline' value
public
setIsOnline([bool $value = null ]) : mixed
Parameters
- $value : bool = null
setIsPrivate()
Set 'isPrivate' value
public
setIsPrivate([bool $value = null ]) : mixed
Parameters
- $value : bool = null
toStream()
{@inheritdoc}
public
toStream([Configuration $configuration = null ]) : mixed
Parameters
- $configuration : Configuration = null
unknownFieldSet()
{@inheritdoc}
public
unknownFieldSet() : mixed
writeTo()
{@inheritdoc}
public
writeTo(WriteContext $context) : mixed
Parameters
- $context : WriteContext