PHP 클래스 Scalr\Stats\CostAnalytics\Entity\TimelineEventEntity

부터: 5.0
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__construct ( ) Constructor

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

프로퍼티 상세

$accountId 공개적으로 프로퍼티

Account id
public int $accountId
리턴 integer

$description 공개적으로 프로퍼티

The event message
public string $description
리턴 string

$dtime 공개적으로 프로퍼티

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

$envId 공개적으로 프로퍼티

Environment id
public int $envId
리턴 integer

$eventType 공개적으로 프로퍼티

The event type
public int $eventType
리턴 integer

$userId 공개적으로 프로퍼티

User id
public int $userId
리턴 integer

$uuid 공개적으로 프로퍼티

Event identifier
public string $uuid
리턴 string