Package com.cloudera.cdp.df.model
Class UpdateCollectionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.UpdateCollectionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class UpdateCollectionResponse
extends CdpResponse
Response object when updating 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
-
UpdateCollectionResponse
public UpdateCollectionResponse()
-
-
Method Details
-
getCatalogCollection
Getter for catalogCollection. The updated catalog collection -
setCatalogCollection
Setter for catalogCollection. The updated catalog collection -
equals
-
hashCode
public int hashCode() -
toString
-