Class GetPolicyResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.GetPolicyResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetPolicyResponse
extends CdpResponse
Response object containing the policy detail which includes version IDs, associations, scope and status.
-
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 policyDetail.Getter for versions.inthashCode()voidsetPolicyDetail(GetPolicyResponsePolicyDetail policyDetail) Setter for policyDetail.voidsetVersions(List<String> versions) Setter for versions.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetPolicyResponse
public GetPolicyResponse()
-
-
Method Details
-
getVersions
Getter for versions. List of all version IDs of the policy. -
setVersions
Setter for versions. List of all version IDs of the policy. -
getPolicyDetail
Getter for policyDetail. -
setPolicyDetail
Setter for policyDetail. -
equals
-
hashCode
public int hashCode() -
toString
-