Interface AssetMetricResource
- All Known Implementing Classes:
AssetMetricResource.AssetMetricResourceImpl
@Generated("")
public interface AssetMetricResource
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetMetricResource.Builderbuilder()getGroupAssetMetric(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics) getGroupAssetMetricHttpResponse(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics)
-
Method Details
-
builder
-
getGroupAssetMetric
AssetMetric getGroupAssetMetric(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics) throws Exception - Throws:
Exception
-
getGroupAssetMetricHttpResponse
HttpInvoker.HttpResponse getGroupAssetMetricHttpResponse(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics) throws Exception - Throws:
Exception
-