T - the type of item in the pagepublic final class ScanPagedResult<T>
extends java.lang.Object
This class is package-private, because this package does not yet support paging through results from the Contrast Scan API; therefore, this remains an implementation detail of this package.
We may add public support for paging through scan results in a future version of the Contrast Java SDK.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<T> |
getContent() |
int |
getTotalElements() |
int |
hashCode() |
java.lang.String |
toString() |
public java.util.List<T> getContent()
public int getTotalElements()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021 Contrast Security, Inc.. All rights reserved.