Class GetAssociationsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.GetAssociationsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetAssociationsResponse
extends CdpResponse
Response object containing table associations per 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 associations.inthashCode()voidsetAssociations(List<Associations> associations) Setter for associations.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetAssociationsResponse
public GetAssociationsResponse()
-
-
Method Details
-
getAssociations
Getter for associations. List of associations for each namespace. -
setAssociations
Setter for associations. List of associations for each namespace. -
equals
-
hashCode
public int hashCode() -
toString
-