RoomArtifactDurationUsage
extends Message
in package
Generated from protobuf message <code>plugnmeet.RoomArtifactDurationUsage</code>
Table of Contents
Properties
- $duration_sec : mixed
- Generated from protobuf field <code>uint32 duration_sec = 1;</code>
- $duration_sec_estimated_cost : mixed
- Generated from protobuf field <code>optional double duration_sec_estimated_cost = 3;</code>
- $breakdown : mixed
- Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearDurationSecEstimatedCost() : mixed
- getBreakdown() : MapField
- Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
- getDurationSec() : int
- Generated from protobuf field <code>uint32 duration_sec = 1;</code>
- getDurationSecEstimatedCost() : float
- Generated from protobuf field <code>optional double duration_sec_estimated_cost = 3;</code>
- hasDurationSecEstimatedCost() : mixed
- setBreakdown() : $this
- Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
- setDurationSec() : $this
- Generated from protobuf field <code>uint32 duration_sec = 1;</code>
- setDurationSecEstimatedCost() : $this
- Generated from protobuf field <code>optional double duration_sec_estimated_cost = 3;</code>
Properties
$duration_sec
Generated from protobuf field <code>uint32 duration_sec = 1;</code>
protected
mixed
$duration_sec
= 0
$duration_sec_estimated_cost
Generated from protobuf field <code>optional double duration_sec_estimated_cost = 3;</code>
protected
mixed
$duration_sec_estimated_cost
= null
$breakdown
Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
private
mixed
$breakdown
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 $duration_sec @type array|\Google\Protobuf\Internal\MapField $breakdown @type float $duration_sec_estimated_cost}
clearDurationSecEstimatedCost()
public
clearDurationSecEstimatedCost() : mixed
getBreakdown()
Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
public
getBreakdown() : MapField
Return values
MapFieldgetDurationSec()
Generated from protobuf field <code>uint32 duration_sec = 1;</code>
public
getDurationSec() : int
Return values
intgetDurationSecEstimatedCost()
Generated from protobuf field <code>optional double duration_sec_estimated_cost = 3;</code>
public
getDurationSecEstimatedCost() : float
Return values
floathasDurationSecEstimatedCost()
public
hasDurationSecEstimatedCost() : mixed
setBreakdown()
Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
public
setBreakdown(array<string|int, mixed>|MapField $var) : $this
Parameters
- $var : array<string|int, mixed>|MapField
Return values
$thissetDurationSec()
Generated from protobuf field <code>uint32 duration_sec = 1;</code>
public
setDurationSec(int $var) : $this
Parameters
- $var : int
Return values
$thissetDurationSecEstimatedCost()
Generated from protobuf field <code>optional double duration_sec_estimated_cost = 3;</code>
public
setDurationSecEstimatedCost(float $var) : $this
Parameters
- $var : float