Documentation

RecentApi

RecentApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceCameraAnalyticsRecent()  : object
Operation getDeviceCameraAnalyticsRecent
getDeviceCameraAnalyticsRecentAsync()  : PromiseInterface
Operation getDeviceCameraAnalyticsRecentAsync
getDeviceCameraAnalyticsRecentAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceCameraAnalyticsRecentAsyncWithHttpInfo
getDeviceCameraAnalyticsRecentWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceCameraAnalyticsRecentWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceCameraAnalyticsRecentRequest()  : Request
Create request for operation 'getDeviceCameraAnalyticsRecent'

Properties

Methods

getDeviceCameraAnalyticsRecent()

Operation getDeviceCameraAnalyticsRecent

public getDeviceCameraAnalyticsRecent(string $serial[, string $object_type = null ]) : object

Returns most recent record for analytics zones

Parameters
$serial : string

serial (required)

$object_type : string = null

[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle]. (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceCameraAnalyticsRecentAsync()

Operation getDeviceCameraAnalyticsRecentAsync

public getDeviceCameraAnalyticsRecentAsync(string $serial[, string $object_type = null ]) : PromiseInterface

Returns most recent record for analytics zones

Parameters
$serial : string

(required)

$object_type : string = null

[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle]. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraAnalyticsRecentAsyncWithHttpInfo()

Operation getDeviceCameraAnalyticsRecentAsyncWithHttpInfo

public getDeviceCameraAnalyticsRecentAsyncWithHttpInfo(string $serial[, string $object_type = null ]) : PromiseInterface

Returns most recent record for analytics zones

Parameters
$serial : string

(required)

$object_type : string = null

[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle]. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraAnalyticsRecentWithHttpInfo()

Operation getDeviceCameraAnalyticsRecentWithHttpInfo

public getDeviceCameraAnalyticsRecentWithHttpInfo(string $serial[, string $object_type = null ]) : array<string|int, mixed>

Returns most recent record for analytics zones

Parameters
$serial : string

(required)

$object_type : string = null

[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle]. (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceCameraAnalyticsRecentRequest()

Create request for operation 'getDeviceCameraAnalyticsRecent'

protected getDeviceCameraAnalyticsRecentRequest(string $serial[, string $object_type = null ]) : Request
Parameters
$serial : string

(required)

$object_type : string = null

[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle]. (optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results