UploadBase64EncodedDataRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.UploadBase64EncodedDataRes</code>
Table of Contents
Properties
- $file_extension : mixed
- Generated from protobuf field <code>string file_extension = 5;</code>
- $file_mime_type : mixed
- Generated from protobuf field <code>string file_mime_type = 6;</code>
- $file_name : mixed
- Generated from protobuf field <code>string file_name = 4;</code>
- $file_path : mixed
- Generated from protobuf field <code>string file_path = 3;</code>
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getFileExtension() : string
- Generated from protobuf field <code>string file_extension = 5;</code>
- getFileMimeType() : string
- Generated from protobuf field <code>string file_mime_type = 6;</code>
- getFileName() : string
- Generated from protobuf field <code>string file_name = 4;</code>
- getFilePath() : string
- Generated from protobuf field <code>string file_path = 3;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- setFileExtension() : $this
- Generated from protobuf field <code>string file_extension = 5;</code>
- setFileMimeType() : $this
- Generated from protobuf field <code>string file_mime_type = 6;</code>
- setFileName() : $this
- Generated from protobuf field <code>string file_name = 4;</code>
- setFilePath() : $this
- Generated from protobuf field <code>string file_path = 3;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
Properties
$file_extension
Generated from protobuf field <code>string file_extension = 5;</code>
protected
mixed
$file_extension
= ''
$file_mime_type
Generated from protobuf field <code>string file_mime_type = 6;</code>
protected
mixed
$file_mime_type
= ''
$file_name
Generated from protobuf field <code>string file_name = 4;</code>
protected
mixed
$file_name
= ''
$file_path
Generated from protobuf field <code>string file_path = 3;</code>
protected
mixed
$file_path
= ''
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
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 bool $status @type string $msg @type string $file_path @type string $file_name @type string $file_extension @type string $file_mime_type}
getFileExtension()
Generated from protobuf field <code>string file_extension = 5;</code>
public
getFileExtension() : string
Return values
stringgetFileMimeType()
Generated from protobuf field <code>string file_mime_type = 6;</code>
public
getFileMimeType() : string
Return values
stringgetFileName()
Generated from protobuf field <code>string file_name = 4;</code>
public
getFileName() : string
Return values
stringgetFilePath()
Generated from protobuf field <code>string file_path = 3;</code>
public
getFilePath() : string
Return values
stringgetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolsetFileExtension()
Generated from protobuf field <code>string file_extension = 5;</code>
public
setFileExtension(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileMimeType()
Generated from protobuf field <code>string file_mime_type = 6;</code>
public
setFileMimeType(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileName()
Generated from protobuf field <code>string file_name = 4;</code>
public
setFileName(string $var) : $this
Parameters
- $var : string
Return values
$thissetFilePath()
Generated from protobuf field <code>string file_path = 3;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool