Class GetAssociatedNamespacesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.GetAssociatedNamespacesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetAssociatedNamespacesResponse
extends CdpResponse
Response object containing all namespaces and a flag to indicate if it's associated with the particular namespace.
-
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 associatedNamespaces.inthashCode()voidsetAssociatedNamespaces(List<GetAssociatedNamespacesObject> associatedNamespaces) Setter for associatedNamespaces.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetAssociatedNamespacesResponse
public GetAssociatedNamespacesResponse()
-
-
Method Details