コンテンツにスキップ

Scene

シーンを表現するクラス

Extends

Methods

_restoreFromJson()

protected _restoreFromJson(json): void

Parameters

Parameter Type Description
json Json サーバから返却されたJson

Returns

void

Overrides

AbstractDataset._restoreFromJson


getAttributions()

getAttributions(): Attributions

著作権情報を取得

Returns

Attributions

Inherited from

AbstractDataset.getAttributions


getCreatedAt()

getCreatedAt(): Date

作成日時を取得

Returns

Date

Inherited from

AbstractDataset.getCreatedAt


getDescription()

getDescription(): string

説明を取得

Returns

string

Inherited from

AbstractDataset.getDescription


getId()

getId(): string

データセットのidを取得

Returns

string

Inherited from

AbstractDataset.getId


getName()

getName(): string

名前を取得

Returns

string

Inherited from

AbstractDataset.getName


getOwnerId()

getOwnerId(): string

オーナーのidを取得

Returns

string

Inherited from

AbstractDataset.getOwnerId


getUpdatedAt()

getUpdatedAt(): Date

更新日時を取得

Returns

Date

Inherited from

AbstractDataset.getUpdatedAt