public class DataspaceResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataspaceResponse.DataSpaceAttributes |
| Constructor and Description |
|---|
DataspaceResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getDone() |
List<DataspaceResponse.DataSpaceAttributes> |
getRecords() |
Integer |
getTotalSize() |
int |
hashCode() |
void |
setDone(Boolean done) |
void |
setRecords(List<DataspaceResponse.DataSpaceAttributes> records) |
void |
setTotalSize(Integer totalSize) |
String |
toString() |
public List<DataspaceResponse.DataSpaceAttributes> getRecords()
public Integer getTotalSize()
public Boolean getDone()
public void setRecords(List<DataspaceResponse.DataSpaceAttributes> records)
public void setTotalSize(Integer totalSize)
public void setDone(Boolean done)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.