@Generated(value="org.jsonschema2pojo") public class ThirtyDaySearchCountsResponse extends Object implements Serializable
Constructor and Description |
---|
ThirtyDaySearchCountsResponse() |
@BeanProperty(value="totalCount") public Long getTotalCount()
@BeanProperty(value="totalCount") public void setTotalCount(Long totalCount)
totalCount
- The totalCountpublic ThirtyDaySearchCountsResponse withTotalCount(Long totalCount)
@BeanProperty(value="results") public List<ThirtyDaySearchCountItem> getResults()
@BeanProperty(value="results") public void setResults(List<ThirtyDaySearchCountItem> results)
results
- The resultspublic ThirtyDaySearchCountsResponse withResults(List<ThirtyDaySearchCountItem> results)
@BeanProperty(value="next") public String getNext()
@BeanProperty(value="next") public void setNext(String next)
next
- The nextpublic ThirtyDaySearchCountsResponse withNext(String next)
@BeanProperty(value="requestParameters") public ThirtyDaySearchCountsRequest getRequestParameters()
@BeanProperty(value="requestParameters") public void setRequestParameters(ThirtyDaySearchCountsRequest requestParameters)
requestParameters
- The requestParameterspublic ThirtyDaySearchCountsResponse withRequestParameters(ThirtyDaySearchCountsRequest requestParameters)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public ThirtyDaySearchCountsResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.