SearchLettersRequest
extends Message
in package
Generated from protobuf message <code>lavoz_search.search.SearchLettersRequest</code>
Table of Contents
Properties
- $created_from : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
- $created_to : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
- $email : mixed
- Generated from protobuf field <code>string email = 4;</code>
- $lastname : mixed
- Generated from protobuf field <code>string lastname = 2;</code>
- $name : mixed
- Generated from protobuf field <code>string name = 1;</code>
- $phone : mixed
- Generated from protobuf field <code>string phone = 3;</code>
- $title : mixed
- Generated from protobuf field <code>string title = 5;</code>
- $visible : mixed
- Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
Methods
- __construct() : mixed
- Constructor.
- clearCreatedFrom() : mixed
- clearCreatedTo() : mixed
- getCreatedFrom() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
- getCreatedTo() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
- getEmail() : string
- Generated from protobuf field <code>string email = 4;</code>
- getLastname() : string
- Generated from protobuf field <code>string lastname = 2;</code>
- getName() : string
- Generated from protobuf field <code>string name = 1;</code>
- getPhone() : string
- Generated from protobuf field <code>string phone = 3;</code>
- getTitle() : string
- Generated from protobuf field <code>string title = 5;</code>
- getVisible() : int
- Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
- hasCreatedFrom() : mixed
- hasCreatedTo() : mixed
- setCreatedFrom() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
- setCreatedTo() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
- setEmail() : $this
- Generated from protobuf field <code>string email = 4;</code>
- setLastname() : $this
- Generated from protobuf field <code>string lastname = 2;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 1;</code>
- setPhone() : $this
- Generated from protobuf field <code>string phone = 3;</code>
- setTitle() : $this
- Generated from protobuf field <code>string title = 5;</code>
- setVisible() : $this
- Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
Properties
$created_from
Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
protected
mixed
$created_from
= null
$created_to
Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
protected
mixed
$created_to
= null
Generated from protobuf field <code>string email = 4;</code>
protected
mixed
$email
= ''
$lastname
Generated from protobuf field <code>string lastname = 2;</code>
protected
mixed
$lastname
= ''
$name
Generated from protobuf field <code>string name = 1;</code>
protected
mixed
$name
= ''
$phone
Generated from protobuf field <code>string phone = 3;</code>
protected
mixed
$phone
= ''
$title
Generated from protobuf field <code>string title = 5;</code>
protected
mixed
$title
= ''
$visible
Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
protected
mixed
$visible
= 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 string $name @type string $lastname @type string $phone @type string $email @type string $title @type int $visible @type \Google\Protobuf\Timestamp $created_from @type \Google\Protobuf\Timestamp $created_to}
clearCreatedFrom()
public
clearCreatedFrom() : mixed
clearCreatedTo()
public
clearCreatedTo() : mixed
getCreatedFrom()
Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
public
getCreatedFrom() : Timestamp|null
Return values
Timestamp|nullgetCreatedTo()
Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
public
getCreatedTo() : Timestamp|null
Return values
Timestamp|nullgetEmail()
Generated from protobuf field <code>string email = 4;</code>
public
getEmail() : string
Return values
stringgetLastname()
Generated from protobuf field <code>string lastname = 2;</code>
public
getLastname() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 1;</code>
public
getName() : string
Return values
stringgetPhone()
Generated from protobuf field <code>string phone = 3;</code>
public
getPhone() : string
Return values
stringgetTitle()
Generated from protobuf field <code>string title = 5;</code>
public
getTitle() : string
Return values
stringgetVisible()
Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
public
getVisible() : int
Return values
inthasCreatedFrom()
public
hasCreatedFrom() : mixed
hasCreatedTo()
public
hasCreatedTo() : mixed
setCreatedFrom()
Generated from protobuf field <code>.google.protobuf.Timestamp created_from = 7;</code>
public
setCreatedFrom(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetCreatedTo()
Generated from protobuf field <code>.google.protobuf.Timestamp created_to = 8;</code>
public
setCreatedTo(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetEmail()
Generated from protobuf field <code>string email = 4;</code>
public
setEmail(string $var) : $this
Parameters
- $var : string
Return values
$thissetLastname()
Generated from protobuf field <code>string lastname = 2;</code>
public
setLastname(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetPhone()
Generated from protobuf field <code>string phone = 3;</code>
public
setPhone(string $var) : $this
Parameters
- $var : string
Return values
$thissetTitle()
Generated from protobuf field <code>string title = 5;</code>
public
setTitle(string $var) : $this
Parameters
- $var : string
Return values
$thissetVisible()
Generated from protobuf field <code>.lavoz_search.search.Boolean visible = 6;</code>
public
setVisible(int $var) : $this
Parameters
- $var : int