Class PolicyStatement


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class PolicyStatement
    extends Object
    A policy statement is a list of rights and zero or more resources on which the rights are granted.
    • Constructor Detail

      • PolicyStatement

        public PolicyStatement()
    • Method Detail

      • getRights

        public List<String> getRights()
        Getter for rights. The list of rights in the policy statement.
      • setRights

        public void setRights​(List<String> rights)
        Setter for rights. The list of rights in the policy statement.
      • getResources

        public List<String> getResources()
        Getter for resources. The resources on which the rights are granted.
      • setResources

        public void setResources​(List<String> resources)
        Setter for resources. The resources on which the rights are granted.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object