Class AssetMetric
java.lang.Object
com.liferay.analytics.reports.rest.dto.v1_0.AssetMetric
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Metric@Valid Metric[]inthashCode()voidsetAssetId(com.liferay.petra.function.UnsafeSupplier<String, Exception> assetIdUnsafeSupplier) voidsetAssetId(String assetId) voidsetAssetTitle(com.liferay.petra.function.UnsafeSupplier<String, Exception> assetTitleUnsafeSupplier) voidsetAssetTitle(String assetTitle) voidsetAssetType(com.liferay.petra.function.UnsafeSupplier<String, Exception> assetTypeUnsafeSupplier) voidsetAssetType(String assetType) voidsetDataSourceId(com.liferay.petra.function.UnsafeSupplier<String, Exception> dataSourceIdUnsafeSupplier) voidsetDataSourceId(String dataSourceId) voidsetDefaultMetric(Metric defaultMetric) voidsetDefaultMetric(com.liferay.petra.function.UnsafeSupplier<Metric, Exception> defaultMetricUnsafeSupplier) voidsetSelectedMetrics(Metric[] selectedMetrics) voidsetSelectedMetrics(com.liferay.petra.function.UnsafeSupplier<Metric[], Exception> selectedMetricsUnsafeSupplier) static AssetMetrictoString()static AssetMetricunsafeToDTO(String json)
-
Field Details
-
assetId
-
assetTitle
-
assetType
-
dataSourceId
-
defaultMetric
-
selectedMetrics
-
xClassName
-
-
Constructor Details
-
AssetMetric
public AssetMetric()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAssetId
-
setAssetId
-
setAssetId
-
getAssetTitle
-
setAssetTitle
-
setAssetTitle
-
getAssetType
-
setAssetType
-
setAssetType
-
getDataSourceId
-
setDataSourceId
-
setDataSourceId
-
getDefaultMetric
-
setDefaultMetric
-
setDefaultMetric
-
getSelectedMetrics
-
setSelectedMetrics
-
setSelectedMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-