class RequestMetadata extends Message

Properties

string $caller_ip
string $caller_supplied_user_agent

Methods

static 
descriptor()

No description

boolean
hasCallerIp()

Check if has a value

string
getCallerIp()

Get value

setCallerIp(string $value)

Set value

boolean
hasCallerSuppliedUserAgent()

Check if has a value

string
setCallerSuppliedUserAgent(string $value)

Set value

Details

at line line 830
static descriptor()

at line line 862
boolean hasCallerIp()

Check if has a value

Return Value

boolean

at line line 871
RequestMetadata clearCallerIp()

Clear value

Return Value

RequestMetadata

at line line 880
string getCallerIp()

Get value

Return Value

string

at line line 890
RequestMetadata setCallerIp(string $value)

Set value

Parameters

string $value

Return Value

RequestMetadata

at line line 899
boolean hasCallerSuppliedUserAgent()

Check if has a value

Return Value

boolean

at line line 908
RequestMetadata clearCallerSuppliedUserAgent()

Clear value

Return Value

RequestMetadata

at line line 917
string getCallerSuppliedUserAgent()

Get value

Return Value

string

at line line 927
RequestMetadata setCallerSuppliedUserAgent(string $value)

Set value

Parameters

string $value

Return Value

RequestMetadata