Scene¶
シーンを表現するクラス
Extends¶
Methods¶
_restoreFromJson()¶
protected_restoreFromJson(json):void
Parameters¶
| Parameter | Type | Description |
|---|---|---|
json |
Json |
サーバから返却されたJson |
Returns¶
void
Overrides¶
AbstractDataset._restoreFromJson
getAttributions()¶
getAttributions():
Attributions
著作権情報を取得
Returns¶
Inherited from¶
AbstractDataset.getAttributions
getCreatedAt()¶
getCreatedAt():
Date
作成日時を取得
Returns¶
Date
Inherited from¶
getDescription()¶
getDescription():
string
説明を取得
Returns¶
string
Inherited from¶
AbstractDataset.getDescription
getId()¶
getId():
string
データセットのidを取得
Returns¶
string
Inherited from¶
getName()¶
getName():
string
名前を取得
Returns¶
string
Inherited from¶
getOwnerId()¶
getOwnerId():
string
オーナーのidを取得
Returns¶
string
Inherited from¶
getUpdatedAt()¶
getUpdatedAt():
Date
更新日時を取得
Returns¶
Date