Class ListDeploymentArchivesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.ListDeploymentArchivesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class ListDeploymentArchivesResponse
extends CdpResponse
Response for listing the deployment configuration backup archives.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for archives.int
hashCode()
void
setArchives
(List<RpcDeploymentArchiveMetadata> archives) Setter for archives.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListDeploymentArchivesResponse
public ListDeploymentArchivesResponse()
-
-
Method Details
-
getArchives
Getter for archives. The deployment configuration exported archives. -
setArchives
Setter for archives. The deployment configuration exported archives. -
equals
-
hashCode
public int hashCode() -
toString
-