ExtractReply
extends Message
in package
Generated from protobuf message <code>lvcontent.social_networks.ExtractReply</code>
Table of Contents
Properties
- $id : mixed
- Generated from protobuf field <code>string id = 2;</code>
- $social_network : mixed
- Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getId() : string
- Generated from protobuf field <code>string id = 2;</code>
- getSocialNetwork() : int
- Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1;</code>
- setId() : $this
- Generated from protobuf field <code>string id = 2;</code>
- setSocialNetwork() : $this
- Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1;</code>
Properties
$id
Generated from protobuf field <code>string id = 2;</code>
protected
mixed
$id
= ''
$social_network
Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1;</code>
protected
mixed
$social_network
= 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 $social_network @type string $id}
getId()
Generated from protobuf field <code>string id = 2;</code>
public
getId() : string
Return values
stringgetSocialNetwork()
Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1;</code>
public
getSocialNetwork() : int
Return values
intsetId()
Generated from protobuf field <code>string id = 2;</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetSocialNetwork()
Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1;</code>
public
setSocialNetwork(int $var) : $this
Parameters
- $var : int