Package com.cloudera.cdp.df.model
Class DeleteCollectionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.DeleteCollectionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:30.597-07:00")
public class DeleteCollectionResponse
extends CdpResponse
Response object when deleting a catalog collection.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for catalogCollection.inthashCode()voidsetCatalogCollection(CatalogCollection catalogCollection) Setter for catalogCollection.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DeleteCollectionResponse
public DeleteCollectionResponse()
-
-
Method Details
-
getCatalogCollection
Getter for catalogCollection. Details of the deleted catalog collection. -
setCatalogCollection
Setter for catalogCollection. Details of the deleted catalog collection. -
equals
-
hashCode
public int hashCode() -
toString
-