UpdateSIPDispatchRuleRequest
extends Message
in package
Generated from protobuf message <code>livekit.UpdateSIPDispatchRuleRequest</code>
Table of Contents
Properties
- $action : mixed
- $sip_dispatch_rule_id : mixed
- Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getAction() : string
- getReplace() : SIPDispatchRuleInfo|null
- Generated from protobuf field <code>.livekit.SIPDispatchRuleInfo replace = 2;</code>
- getSipDispatchRuleId() : string
- Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code>
- getUpdate() : SIPDispatchRuleUpdate|null
- Generated from protobuf field <code>.livekit.SIPDispatchRuleUpdate update = 3;</code>
- hasReplace() : mixed
- hasUpdate() : mixed
- setReplace() : $this
- Generated from protobuf field <code>.livekit.SIPDispatchRuleInfo replace = 2;</code>
- setSipDispatchRuleId() : $this
- Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code>
- setUpdate() : $this
- Generated from protobuf field <code>.livekit.SIPDispatchRuleUpdate update = 3;</code>
Properties
$action
protected
mixed
$action
$sip_dispatch_rule_id
Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code>
protected
mixed
$sip_dispatch_rule_id
= ''
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 string $sip_dispatch_rule_id @type \Livekit\SIPDispatchRuleInfo $replace @type \Livekit\SIPDispatchRuleUpdate $update}
getAction()
public
getAction() : string
Return values
stringgetReplace()
Generated from protobuf field <code>.livekit.SIPDispatchRuleInfo replace = 2;</code>
public
getReplace() : SIPDispatchRuleInfo|null
Return values
SIPDispatchRuleInfo|nullgetSipDispatchRuleId()
Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code>
public
getSipDispatchRuleId() : string
Return values
stringgetUpdate()
Generated from protobuf field <code>.livekit.SIPDispatchRuleUpdate update = 3;</code>
public
getUpdate() : SIPDispatchRuleUpdate|null
Return values
SIPDispatchRuleUpdate|nullhasReplace()
public
hasReplace() : mixed
hasUpdate()
public
hasUpdate() : mixed
setReplace()
Generated from protobuf field <code>.livekit.SIPDispatchRuleInfo replace = 2;</code>
public
setReplace(SIPDispatchRuleInfo $var) : $this
Parameters
- $var : SIPDispatchRuleInfo
Return values
$thissetSipDispatchRuleId()
Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code>
public
setSipDispatchRuleId(string $var) : $this
Parameters
- $var : string
Return values
$thissetUpdate()
Generated from protobuf field <code>.livekit.SIPDispatchRuleUpdate update = 3;</code>
public
setUpdate(SIPDispatchRuleUpdate $var) : $this
Parameters
- $var : SIPDispatchRuleUpdate