Class GetAssociatedTablesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.GetAssociatedTablesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetAssociatedTablesResponse
extends CdpResponse
Response object containing namespace wise table names and a flag to indicate if it's associated with the table.
-
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 associatedTables.inthashCode()voidsetAssociatedTables(List<GetAssociatedTablesObject> associatedTables) Setter for associatedTables.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetAssociatedTablesResponse
public GetAssociatedTablesResponse()
-
-
Method Details
-
getAssociatedTables
Getter for associatedTables. The namespace wise table list. -
setAssociatedTables
Setter for associatedTables. The namespace wise table list. -
equals
-
hashCode
public int hashCode() -
toString
-