Package com.dtsx.astra.sdk.org.domain
Class RolePolicy
java.lang.Object
com.dtsx.astra.sdk.org.domain.RolePolicy
- All Implemented Interfaces:
Serializable
Dto to interact with API.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'actions'.Getter accessor for attribute 'description'.Getter accessor for attribute 'effect'.Getter accessor for attribute 'resources'.void
setActions
(List<String> actions) Setter accessor for attribute 'actions'.void
setDescription
(String description) Setter accessor for attribute 'description'.void
Setter accessor for attribute 'effect'.void
setResources
(List<String> resources) Setter accessor for attribute 'resources'.toString()
-
Constructor Details
-
RolePolicy
public RolePolicy()
-
-
Method Details
-
getDescription
Getter accessor for attribute 'description'.- Returns:
- current value of 'description'
-
setDescription
Setter accessor for attribute 'description'.- Parameters:
description
- new value for 'description '
-
getEffect
Getter accessor for attribute 'effect'.- Returns:
- current value of 'effect'
-
setEffect
Setter accessor for attribute 'effect'.- Parameters:
effect
- new value for 'effect '
-
getResources
Getter accessor for attribute 'resources'.- Returns:
- current value of 'resources'
-
setResources
Setter accessor for attribute 'resources'.- Parameters:
resources
- new value for 'resources '
-
getActions
Getter accessor for attribute 'actions'.- Returns:
- current value of 'actions'
-
setActions
Setter accessor for attribute 'actions'.- Parameters:
actions
- new value for 'actions '
-
toString
-