Package com.mercadopago.net
Class MPResultsResourcesPage<T>
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.net.MPResultsResourcesPage<T>
-
- Type Parameters:
T- class type
public class MPResultsResourcesPage<T> extends MPResource
MPResultsResourcesPage class.
-
-
Constructor Summary
Constructors Constructor Description MPResultsResourcesPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ResultsPaginggetPaging()List<T>getResults()inthashCode()voidsetPaging(ResultsPaging paging)voidsetResults(List<T> results)StringtoString()-
Methods inherited from class com.mercadopago.net.MPResource
getResponse, setResponse
-
-
-
-
Method Detail
-
getPaging
public ResultsPaging getPaging()
-
setPaging
public void setPaging(ResultsPaging paging)
-
toString
public String toString()
- Overrides:
toStringin classMPResource
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classMPResource
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classMPResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMPResource
-
-