Package org.openapitools.client.model
Class CountResultDto
- java.lang.Object
-
- org.openapitools.client.model.CountResultDto
-
public class CountResultDto extends Object
CountResultDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNT
-
Constructor Summary
Constructors Constructor Description CountResultDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountResultDtocount(Long count)booleanequals(Object o)LonggetCount()The number of matching instances.inthashCode()voidsetCount(Long count)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public CountResultDto count(Long count)
-
getCount
public Long getCount()
The number of matching instances.- Returns:
- count
-
setCount
public void setCount(Long count)
-
-