Class DataspaceResponse
- java.lang.Object
-
- com.salesforce.datacloud.jdbc.core.model.DataspaceResponse
-
public class DataspaceResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataspaceResponse.DataSpaceAttributes
-
Constructor Summary
Constructors Constructor Description DataspaceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetDone()List<DataspaceResponse.DataSpaceAttributes>getRecords()IntegergetTotalSize()inthashCode()voidsetDone(Boolean done)voidsetRecords(List<DataspaceResponse.DataSpaceAttributes> records)voidsetTotalSize(Integer totalSize)StringtoString()
-
-
-
Method Detail
-
getRecords
public List<DataspaceResponse.DataSpaceAttributes> getRecords()
-
getTotalSize
public Integer getTotalSize()
-
getDone
public Boolean getDone()
-
setRecords
public void setRecords(List<DataspaceResponse.DataSpaceAttributes> records)
-
setTotalSize
public void setTotalSize(Integer totalSize)
-
setDone
public void setDone(Boolean done)
-
canEqual
protected boolean canEqual(Object other)
-
-