Uses of Class
io.lakefs.clients.sdk.model.UsageReport
-
Packages that use UsageReport Package Description io.lakefs.clients.sdk.model -
-
Uses of UsageReport in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return UsageReport Modifier and Type Method Description UsageReportUsageReport. count(Long count)static UsageReportUsageReport. fromJson(String jsonString)Create an instance of UsageReport given an JSON stringUsageReportUsageReport. month(Integer month)UsageReportUsageReport. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.UsageReportUsageReport. year(Integer year)Methods in io.lakefs.clients.sdk.model that return types with arguments of type UsageReport Modifier and Type Method Description List<UsageReport>InstallationUsageReport. getReports()Get reportsMethods in io.lakefs.clients.sdk.model with parameters of type UsageReport Modifier and Type Method Description InstallationUsageReportInstallationUsageReport. addReportsItem(UsageReport reportsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type UsageReport Modifier and Type Method Description InstallationUsageReportInstallationUsageReport. reports(List<UsageReport> reports)voidInstallationUsageReport. setReports(List<UsageReport> reports)
-