Package io.lakefs.clients.api.model
Class UsageReport
- java.lang.Object
-
- io.lakefs.clients.api.model.UsageReport
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UsageReport extends ObjectUsageReport
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_MONTHstatic StringSERIALIZED_NAME_YEAR
-
Constructor Summary
Constructors Constructor Description UsageReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsageReportcount(Long count)booleanequals(Object o)LonggetCount()Get countIntegergetMonth()Get monthIntegergetYear()Get yearinthashCode()UsageReportmonth(Integer month)voidsetCount(Long count)voidsetMonth(Integer month)voidsetYear(Integer year)StringtoString()UsageReportyear(Integer year)
-
-
-
Field Detail
-
SERIALIZED_NAME_YEAR
public static final String SERIALIZED_NAME_YEAR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MONTH
public static final String SERIALIZED_NAME_MONTH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
year
public UsageReport year(Integer year)
-
getYear
@Nonnull public Integer getYear()
Get year- Returns:
- year
-
setYear
public void setYear(Integer year)
-
month
public UsageReport month(Integer month)
-
getMonth
@Nonnull public Integer getMonth()
Get month- Returns:
- month
-
setMonth
public void setMonth(Integer month)
-
count
public UsageReport count(Long count)
-
getCount
@Nonnull public Long getCount()
Get count- Returns:
- count
-
setCount
public void setCount(Long count)
-
-