Documentation

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_estimated_cost

Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>

protected mixed $total_characters_estimated_cost = null

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

}

getBreakdown()

Generated from protobuf field <code>map<string, int64> breakdown = 2;</code>

public getBreakdown() : MapField
Return values
MapField

getTotalCharacters()

Generated from protobuf field <code>uint32 total_characters = 1;</code>

public getTotalCharacters() : int
Return values
int

getTotalCharactersEstimatedCost()

Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>

public getTotalCharactersEstimatedCost() : float
Return values
float

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
$this

setTotalCharacters()

Generated from protobuf field <code>uint32 total_characters = 1;</code>

public setTotalCharacters(int $var) : $this
Parameters
$var : int
Return values
$this

setTotalCharactersEstimatedCost()

Generated from protobuf field <code>optional double total_characters_estimated_cost = 3;</code>

public setTotalCharactersEstimatedCost(float $var) : $this
Parameters
$var : float
Return values
$this

        
On this page

Search results