public class StoryStatisticsDto extends Object
| Constructor and Description |
|---|
StoryStatisticsDto() |
StoryStatisticsDto(Integer total,
Integer totalByGender,
Integer totalByTopic) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getTotal() |
Integer |
getTotalByGender() |
Integer |
getTotalByTopic() |
int |
hashCode() |
void |
setTotal(Integer total) |
void |
setTotalByGender(Integer totalByGender) |
void |
setTotalByTopic(Integer totalByTopic) |
public StoryStatisticsDto(Integer total, Integer totalByGender, Integer totalByTopic)
public StoryStatisticsDto()
public Integer getTotal()
public Integer getTotalByGender()
public Integer getTotalByTopic()
public void setTotal(Integer total)
public void setTotalByGender(Integer totalByGender)
public void setTotalByTopic(Integer totalByTopic)
Copyright © 2023. All rights reserved.