PHP Class Scalr\Stats\CostAnalytics\Entity\TimelineEventEntity

Since: 5.0
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Datei anzeigen Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$accountId integer Account id
$description string The event message
$dtime DateTime The date and time Y-m-d H:00:00
$envId integer Environment id
$eventType integer The event type
$userId integer User id
$uuid string Event identifier

Public Methods

Method Description
__construct ( ) Constructor

Method Details

__construct() public method

Constructor
public __construct ( )

Property Details

$accountId public_oe property

Account id
public int $accountId
return integer

$description public_oe property

The event message
public string $description
return string

$dtime public_oe property

The date and time Y-m-d H:00:00
public DateTime $dtime
return DateTime

$envId public_oe property

Environment id
public int $envId
return integer

$eventType public_oe property

The event type
public int $eventType
return integer

$userId public_oe property

User id
public int $userId
return integer

$uuid public_oe property

Event identifier
public string $uuid
return string