new AbstractDataset(api)
データセットを表現する抽象クラス
Parameters:
Name | Type | Description |
---|---|---|
api |
MaprayApi |
- Source:
Classes
- AbstractDataset
データセットを表現する抽象クラス
Methods
-
getCreatedAt()
作成日時を取得
-
- Source:
Returns:
- Type
- Date
-
getDescription()
説明を取得
-
- Source:
Returns:
- Type
- string
-
getId()
データセットのidを取得
-
- Source:
Returns:
- Type
- string
-
getName()
名前を取得
-
- Source:
Returns:
- Type
- string
-
getOwnerId()
オーナーのidを取得
-
- Source:
Returns:
- Type
- string
-
getUpdatedAt()
更新日時を取得
-
- Source:
Returns:
- Type
- Date