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 boolean
canEqual(Object other)
boolean
equals(Object o)
ResultsPaging
getPaging()
List<T>
getResults()
int
hashCode()
void
setPaging(ResultsPaging paging)
void
setResults(List<T> results)
String
toString()
-
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:
toString
in classMPResource
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classMPResource
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classMPResource
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMPResource
-
-