PHP Class Scalr\Stats\CostAnalytics\Entity\TimelineEventEntity

Since: 5.0
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Show file 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 property

Account id
public int $accountId
return integer

$description public property

The event message
public string $description
return string

$dtime public property

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

$envId public property

Environment id
public int $envId
return integer

$eventType public property

The event type
public int $eventType
return integer

$userId public property

User id
public int $userId
return integer

$uuid public property

Event identifier
public string $uuid
return string