Class RolePolicy

java.lang.Object
com.dtsx.astra.sdk.org.domain.RolePolicy
All Implemented Interfaces:
Serializable

public class RolePolicy extends Object implements Serializable
Dto to interact with API.
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • RolePolicy

      public RolePolicy()
  • Method Details

    • getDescription

      public String getDescription()
      Getter accessor for attribute 'description'.
      Returns:
      current value of 'description'
    • setDescription

      public void setDescription(String description)
      Setter accessor for attribute 'description'.
      Parameters:
      description - new value for 'description '
    • getEffect

      public String getEffect()
      Getter accessor for attribute 'effect'.
      Returns:
      current value of 'effect'
    • setEffect

      public void setEffect(String effect)
      Setter accessor for attribute 'effect'.
      Parameters:
      effect - new value for 'effect '
    • getResources

      public List<String> getResources()
      Getter accessor for attribute 'resources'.
      Returns:
      current value of 'resources'
    • setResources

      public void setResources(List<String> resources)
      Setter accessor for attribute 'resources'.
      Parameters:
      resources - new value for 'resources '
    • getActions

      public List<String> getActions()
      Getter accessor for attribute 'actions'.
      Returns:
      current value of 'actions'
    • setActions

      public void setActions(List<String> actions)
      Setter accessor for attribute 'actions'.
      Parameters:
      actions - new value for 'actions '
    • toString

      public String toString()
      Overrides:
      toString in class Object