Package com.cloudera.cdp.datalake.model
Class ListDatalakeBackupsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.datalake.model.ListDatalakeBackupsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-06-01T14:27:20.990-07:00") public class ListDatalakeBackupsResponse extends CdpResponse
Response object with the list of backup operations performed on a datalake.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description ListDatalakeBackupsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<DatalakeBackup>
getBackups()
Getter for backups.int
hashCode()
void
setBackups(List<DatalakeBackup> backups)
Setter for backups.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getBackups
public List<DatalakeBackup> getBackups()
Getter for backups. Backup object with details of backup performed.
-
setBackups
public void setBackups(List<DatalakeBackup> backups)
Setter for backups. Backup object with details of backup performed.
-
-