Asset
class Asset extends Collection (View source)
Properties
protected | $collection_key | ||
string[] | $assignedGroups | ||
string[] | $attributes | ||
string | $createTime | ||
protected | $insightListType | ||
protected | $insightListDataType | ||
string[] | $labels | ||
protected | $machineDetailsType | ||
protected | $machineDetailsDataType | ||
string | $name | ||
protected | $performanceDataType | ||
protected | $performanceDataDataType | ||
string[] | $sources | ||
string | $updateTime |
Methods
setAssignedGroups($assignedGroups)
No description
string[]
getAssignedGroups()
No description
setAttributes($attributes)
No description
string[]
getAttributes()
No description
setCreateTime($createTime)
No description
string
getCreateTime()
No description
getInsightList()
No description
setLabels($labels)
No description
string[]
getLabels()
No description
getMachineDetails()
No description
setName($name)
No description
string
getName()
No description
getPerformanceData()
No description
setSources($sources)
No description
string[]
getSources()
No description
setUpdateTime($updateTime)
No description
string
getUpdateTime()
No description
Details
setAssignedGroups($assignedGroups)
No description
string[]
getAssignedGroups()
No description
setAttributes($attributes)
No description
string[]
getAttributes()
No description
setCreateTime($createTime)
No description
string
getCreateTime()
No description
setInsightList(InsightList $insightList)
No description
InsightList
getInsightList()
No description
setLabels($labels)
No description
string[]
getLabels()
No description
setMachineDetails(MachineDetails $machineDetails)
No description
MachineDetails
getMachineDetails()
No description
setName($name)
No description
string
getName()
No description
setPerformanceData(AssetPerformanceData $performanceData)
No description
AssetPerformanceData
getPerformanceData()
No description
setSources($sources)
No description
string[]
getSources()
No description
setUpdateTime($updateTime)
No description
string
getUpdateTime()
No description