Package com.cloudera.cdp.drscp.model
Class ListBackupEntitiesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.drscp.model.ListBackupEntitiesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.550-07:00")
public class ListBackupEntitiesResponse
extends CdpResponse
Response object for the list entities request.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListBackupEntitiesResponse
public ListBackupEntitiesResponse()
-
-
Method Details
-
getItems
Getter for items. The list of potential candidates for backup. It should be a single entity that indicates the namespace which the control plane is running on. -
setItems
Setter for items. The list of potential candidates for backup. It should be a single entity that indicates the namespace which the control plane is running on. -
equals
-
hashCode
public int hashCode() -
toString
-