Class UnsubscribePolicyRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.UnsubscribePolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class UnsubscribePolicyRequest
extends Object
Request object to unsubscribe a policy from table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for namespace.Getter for policyName.Getter for tableName.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetNamespace(String namespace) Setter for namespace.voidsetPolicyName(String policyName) Setter for policyName.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
UnsubscribePolicyRequest
public UnsubscribePolicyRequest()
-
-
Method Details
-
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
getPolicyName
Getter for policyName. The name of the policy that is to be unsubscribed. -
setPolicyName
Setter for policyName. The name of the policy that is to be unsubscribed. -
getNamespace
Getter for namespace. The name of the namespace. -
setNamespace
Setter for namespace. The name of the namespace. -
getTableName
Getter for tableName. The name of the table. -
setTableName
Setter for tableName. The name of the table. -
equals
-
hashCode
public int hashCode() -
toString
-