Documentation

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 [json_name = "id"];</code>
$social_network  : mixed
Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1 [json_name = "socialNetwork"];</code>

Methods

__construct()  : mixed
Constructor.
getId()  : string
Generated from protobuf field <code>string id = 2 [json_name = "id"];</code>
getSocialNetwork()  : int
Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1 [json_name = "socialNetwork"];</code>
setId()  : $this
Generated from protobuf field <code>string id = 2 [json_name = "id"];</code>
setSocialNetwork()  : $this
Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1 [json_name = "socialNetwork"];</code>

Properties

$id

Generated from protobuf field <code>string id = 2 [json_name = "id"];</code>

protected mixed $id = ''

$social_network

Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1 [json_name = "socialNetwork"];</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 [json_name = "id"];</code>

public getId() : string
Return values
string

getSocialNetwork()

Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1 [json_name = "socialNetwork"];</code>

public getSocialNetwork() : int
Return values
int

setId()

Generated from protobuf field <code>string id = 2 [json_name = "id"];</code>

public setId(string $var) : $this
Parameters
$var : string
Return values
$this

setSocialNetwork()

Generated from protobuf field <code>.lvcontent.social_networks.ExtractReply.SocialNetwork social_network = 1 [json_name = "socialNetwork"];</code>

public setSocialNetwork(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results