Class GetPolicyResponsePolicyDetail
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.GetPolicyResponsePolicyDetail
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetPolicyResponsePolicyDetail
extends Object
Policy detail corresponding to a unique policy version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]Getter for arguments.Getter for associations.Getter for creationTime.Getter for lastExecutionTime.getScope()Getter for scope.Getter for tableCount.Getter for version.inthashCode()voidsetArguments(byte[] arguments) Setter for arguments.voidsetAssociations(List<NamespaceAssociation> associations) Setter for associations.voidsetCreationTime(Long creationTime) Setter for creationTime.voidsetLastExecutionTime(Long lastExecutionTime) Setter for lastExecutionTime.voidSetter for scope.voidsetTableCount(Integer tableCount) Setter for tableCount.voidsetVersion(String version) Setter for version.toString()
-
Constructor Details
-
GetPolicyResponsePolicyDetail
public GetPolicyResponsePolicyDetail()
-
-
Method Details
-
getVersion
Getter for version. The policy version which is a UUID. -
setVersion
Setter for version. The policy version which is a UUID. -
getArguments
public byte[] getArguments()Getter for arguments. JSON containing the action specific arguments and other user defined arguments. -
setArguments
public void setArguments(byte[] arguments) Setter for arguments. JSON containing the action specific arguments and other user defined arguments. -
getScope
Getter for scope. The scope of the policy. It can be Catalog or Namespace. -
setScope
Setter for scope. The scope of the policy. It can be Catalog or Namespace. -
getAssociations
Getter for associations. The list containing table associations for each namespace. -
setAssociations
Setter for associations. The list containing table associations for each namespace. -
getTableCount
Getter for tableCount. The count of associated tables. -
setTableCount
Setter for tableCount. The count of associated tables. -
getCreationTime
Getter for creationTime. The policy creation time in epoch milliseconds. -
setCreationTime
Setter for creationTime. The policy creation time in epoch milliseconds. -
getLastExecutionTime
Getter for lastExecutionTime. The recent policy execution epoch time in milliseconds. -
setLastExecutionTime
Setter for lastExecutionTime. The recent policy execution epoch time in milliseconds. -
equals
-
hashCode
public int hashCode() -
toString
-