public class CaptureListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureListResponse.CaptureListResponseBuilder |
| Constructor and Description |
|---|
CaptureListResponse() |
CaptureListResponse(List<CaptureResponse> captures) |
| Modifier and Type | Method and Description |
|---|---|
static CaptureListResponse.CaptureListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CaptureResponse> |
getCaptures() |
int |
hashCode() |
void |
setCaptures(List<CaptureResponse> captures) |
String |
toString() |
public CaptureListResponse(List<CaptureResponse> captures)
public CaptureListResponse()
public static CaptureListResponse.CaptureListResponseBuilder builder()
public List<CaptureResponse> getCaptures()
public void setCaptures(List<CaptureResponse> captures)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.