Class GetTableSnapshotsOKBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetTableSnapshotsOKBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetTableSnapshotsOKBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
TableSnapshot OK.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SuccessResponse
getResponse()
Gets the response.java.util.List<TableSnapshot>
getSnapshots()
Gets the snapshots.
-
-
-
Method Detail
-
getResponse
public SuccessResponse getResponse()
Gets the response. Response of success.- Returns:
- the response
-
getSnapshots
public java.util.List<TableSnapshot> getSnapshots()
Gets the snapshots. Snapshots.- Returns:
- the snapshots
-
-