@Generated(value="org.jsonschema2pojo") public class ThirtyDaySearchCountItem extends Object
Constructor and Description |
---|
ThirtyDaySearchCountItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount() |
String |
getTimePeriod() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count) |
void |
setTimePeriod(String timePeriod) |
String |
toString() |
ThirtyDaySearchCountItem |
withAdditionalProperty(String name,
Object value) |
ThirtyDaySearchCountItem |
withCount(Long count) |
ThirtyDaySearchCountItem |
withTimePeriod(String timePeriod) |
@BeanProperty(value="timePeriod") public String getTimePeriod()
@BeanProperty(value="timePeriod") public void setTimePeriod(String timePeriod)
timePeriod
- The timePeriodpublic ThirtyDaySearchCountItem withTimePeriod(String timePeriod)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic ThirtyDaySearchCountItem withCount(Long count)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public ThirtyDaySearchCountItem withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.