Billing
class Billing extends Message
Properties
string[] | $metrics | ||
BillingStatusRule[] | $rules |
Methods
static
descriptor()
No description
boolean
hasMetrics()
Check if
clearMetrics()
Clear
string
getMetrics(int $idx = NULL)
Get
setMetrics($value, $idx = NULL)
Set
string[]
getMetricsList()
Get all elements of
addMetrics(string $value)
Add a new element to
boolean
hasRules()
Check if
clearRules()
Clear
getRules(int $idx = NULL)
Get
getRulesList()
Get all elements of
Details
at line line 20
static
descriptor()
at line line 53
boolean
hasMetrics()
Check if
at line line 62
Billing
clearMetrics()
Clear
at line line 72
string
getMetrics(int $idx = NULL)
Get
at line line 82
Billing
setMetrics($value, $idx = NULL)
Set
at line line 91
string[]
getMetricsList()
Get all elements of
at line line 101
Billing
addMetrics(string $value)
Add a new element to
at line line 110
boolean
hasRules()
Check if
at line line 119
Billing
clearRules()
Clear
at line line 129
BillingStatusRule
getRules(int $idx = NULL)
Get
at line line 139
Billing
setRules(BillingStatusRule $value, $idx = NULL)
Set
at line line 148
BillingStatusRule[]
getRulesList()
Get all elements of
at line line 158
Billing
addRules(BillingStatusRule $value)
Add a new element to