Class GeneralCategoryRecommendationPagedQueryResponseImpl
java.lang.Object
com.commercetools.ml.models.general_category_recommendations.GeneralCategoryRecommendationPagedQueryResponseImpl
- All Implemented Interfaces:
GeneralCategoryRecommendationPagedQueryResponse,io.vrap.rmf.base.client.ModelBase
public class GeneralCategoryRecommendationPagedQueryResponseImpl
extends Object
implements GeneralCategoryRecommendationPagedQueryResponse, io.vrap.rmf.base.client.ModelBase
GeneralCategoryRecommendationPagedQueryResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of elements skipped.getTotal()inthashCode()voidset countvoidNumber of elements skipped.voidsetResults(GeneralCategoryRecommendation... results) set resultsvoidsetResults(List<GeneralCategoryRecommendation> results) set resultsvoidset totalMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.ml.models.general_category_recommendations.GeneralCategoryRecommendationPagedQueryResponse
withGeneralCategoryRecommendationPagedQueryResponseMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
GeneralCategoryRecommendationPagedQueryResponseImpl
public GeneralCategoryRecommendationPagedQueryResponseImpl()create empty instance
-
-
Method Details
-
getCount
- Specified by:
getCountin interfaceGeneralCategoryRecommendationPagedQueryResponse- Returns:
- count
-
getTotal
- Specified by:
getTotalin interfaceGeneralCategoryRecommendationPagedQueryResponse- Returns:
- total
-
getOffset
Number of elements skipped.
- Specified by:
getOffsetin interfaceGeneralCategoryRecommendationPagedQueryResponse- Returns:
- offset
-
getResults
- Specified by:
getResultsin interfaceGeneralCategoryRecommendationPagedQueryResponse- Returns:
- results
-
setCount
Description copied from interface:GeneralCategoryRecommendationPagedQueryResponseset count- Specified by:
setCountin interfaceGeneralCategoryRecommendationPagedQueryResponse- Parameters:
count- value to be set
-
setTotal
Description copied from interface:GeneralCategoryRecommendationPagedQueryResponseset total- Specified by:
setTotalin interfaceGeneralCategoryRecommendationPagedQueryResponse- Parameters:
total- value to be set
-
setOffset
Description copied from interface:GeneralCategoryRecommendationPagedQueryResponseNumber of elements skipped.
- Specified by:
setOffsetin interfaceGeneralCategoryRecommendationPagedQueryResponse- Parameters:
offset- value to be set
-
setResults
Description copied from interface:GeneralCategoryRecommendationPagedQueryResponseset results- Specified by:
setResultsin interfaceGeneralCategoryRecommendationPagedQueryResponse- Parameters:
results- values to be set
-
setResults
Description copied from interface:GeneralCategoryRecommendationPagedQueryResponseset results- Specified by:
setResultsin interfaceGeneralCategoryRecommendationPagedQueryResponse- Parameters:
results- values to be set
-
equals
-
hashCode
public int hashCode()
-