RoomArtifactCharacterCountUsage
extends Message
in package
Generated from protobuf message <code>plugnmeet.RoomArtifactCharacterCountUsage</code>
Table of Contents
Properties
- $total_characters : mixed
- Generated from protobuf field <code>uint32 total_characters = 1;</code>
- $total_characters_estimated_cost : mixed
- Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>
- $breakdown : mixed
- Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearTotalCharactersEstimatedCost() : mixed
- getBreakdown() : MapField
- Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
- getTotalCharacters() : int
- Generated from protobuf field <code>uint32 total_characters = 1;</code>
- getTotalCharactersEstimatedCost() : float
- Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>
- hasTotalCharactersEstimatedCost() : mixed
- setBreakdown() : $this
- Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
- setTotalCharacters() : $this
- Generated from protobuf field <code>uint32 total_characters = 1;</code>
- setTotalCharactersEstimatedCost() : $this
- Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>
Properties
$total_characters
Generated from protobuf field <code>uint32 total_characters = 1;</code>
protected
mixed
$total_characters
= 0
$total_characters_estimated_cost
Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>
protected
mixed
$total_characters_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 $total_characters @type array|\Google\Protobuf\Internal\MapField $breakdown @type float $total_characters_estimated_cost}
clearTotalCharactersEstimatedCost()
public
clearTotalCharactersEstimatedCost() : mixed
getBreakdown()
Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>
public
getBreakdown() : MapField
Return values
MapFieldgetTotalCharacters()
Generated from protobuf field <code>uint32 total_characters = 1;</code>
public
getTotalCharacters() : int
Return values
intgetTotalCharactersEstimatedCost()
Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>
public
getTotalCharactersEstimatedCost() : float
Return values
floathasTotalCharactersEstimatedCost()
public
hasTotalCharactersEstimatedCost() : 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
$thissetTotalCharacters()
Generated from protobuf field <code>uint32 total_characters = 1;</code>
public
setTotalCharacters(int $var) : $this
Parameters
- $var : int
Return values
$thissetTotalCharactersEstimatedCost()
Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>
public
setTotalCharactersEstimatedCost(float $var) : $this
Parameters
- $var : float