Class PolarisPagedResourceResponse<R extends PolarisResource>
- java.lang.Object
-
- com.blackduck.integration.util.Stringable
-
- com.blackduck.integration.polaris.common.api.PolarisResponse
-
- com.blackduck.integration.polaris.common.api.PolarisPagedResourceResponse<R>
-
- All Implemented Interfaces:
Serializable
public class PolarisPagedResourceResponse<R extends PolarisResource> extends PolarisResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolarisPagedResourceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<R>
getData()
PolarisPaginationMeta
getMeta()
int
hashCode()
void
setData(List<R> data)
void
setMeta(PolarisPaginationMeta meta)
-
Methods inherited from class com.blackduck.integration.polaris.common.api.PolarisResponse
getJson, setJson
-
-
-
-
Method Detail
-
getMeta
public PolarisPaginationMeta getMeta()
-
setMeta
public void setMeta(PolarisPaginationMeta meta)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPolarisResponse
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPolarisResponse
-
-