PHP Class Scalr\Stats\CostAnalytics\Entity\TimelineEventEntity

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
__construct ( ) Constructor

Method Details

__construct() public méthode

Constructor
public __construct ( )

Property Details

$accountId public_oe property

Account id
public int $accountId
Résultat integer

$description public_oe property

The event message
public string $description
Résultat string

$dtime public_oe property

The date and time Y-m-d H:00:00
public DateTime $dtime
Résultat DateTime

$envId public_oe property

Environment id
public int $envId
Résultat integer

$eventType public_oe property

The event type
public int $eventType
Résultat integer

$userId public_oe property

User id
public int $userId
Résultat integer

$uuid public_oe property

Event identifier
public string $uuid
Résultat string