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 Details

    • GetPolicyResponsePolicyDetail

      public GetPolicyResponsePolicyDetail()
  • Method Details

    • getVersion

      public String getVersion()
      Getter for version. The policy version which is a UUID.
    • setVersion

      public void setVersion(String version)
      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

      public String getScope()
      Getter for scope. The scope of the policy. It can be Catalog or Namespace.
    • setScope

      public void setScope(String scope)
      Setter for scope. The scope of the policy. It can be Catalog or Namespace.
    • getAssociations

      public List<NamespaceAssociation> getAssociations()
      Getter for associations. The list containing table associations for each namespace.
    • setAssociations

      public void setAssociations(List<NamespaceAssociation> associations)
      Setter for associations. The list containing table associations for each namespace.
    • getTableCount

      public Integer getTableCount()
      Getter for tableCount. The count of associated tables.
    • setTableCount

      public void setTableCount(Integer tableCount)
      Setter for tableCount. The count of associated tables.
    • getCreationTime

      public Long getCreationTime()
      Getter for creationTime. The policy creation time in epoch milliseconds.
    • setCreationTime

      public void setCreationTime(Long creationTime)
      Setter for creationTime. The policy creation time in epoch milliseconds.
    • getLastExecutionTime

      public Long getLastExecutionTime()
      Getter for lastExecutionTime. The recent policy execution epoch time in milliseconds.
    • setLastExecutionTime

      public void setLastExecutionTime(Long lastExecutionTime)
      Setter for lastExecutionTime. The recent policy execution epoch time in milliseconds.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object