GetLetterRequest
extends Message
in package
Generated from protobuf message <code>php_bff.bff.GetLetterRequest</code>
Table of Contents
Properties
- $code : mixed
- Generated from protobuf field <code>string code = 1 [json_name = "code"];</code>
Methods
- __construct() : mixed
- Constructor.
- getCode() : string
- Generated from protobuf field <code>string code = 1 [json_name = "code"];</code>
- setCode() : $this
- Generated from protobuf field <code>string code = 1 [json_name = "code"];</code>
Properties
$code
Generated from protobuf field <code>string code = 1 [json_name = "code"];</code>
protected
mixed
$code
= ''
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 $code}
getCode()
Generated from protobuf field <code>string code = 1 [json_name = "code"];</code>
public
getCode() : string
Return values
stringsetCode()
Generated from protobuf field <code>string code = 1 [json_name = "code"];</code>
public
setCode(string $var) : $this
Parameters
- $var : string