Package org.bonitasoft.web.client.model
Class BDMAccessControl
java.lang.Object
org.bonitasoft.web.client.model.BDMAccessControl
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class BDMAccessControl
extends Object
implements Serializable
BDMAccessControl
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Id of the BDM access controlLast date when the access control were installed or updated.If `lastUpdatedBy: -1` it means that the access control were last installed or updated by technical admin.getName()BDM access control namegetState()Get stateinthashCode()lastUpdateDate(String lastUpdateDate) lastUpdatedBy(String lastUpdatedBy) voidvoidsetLastUpdateDate(String lastUpdateDate) voidsetLastUpdatedBy(String lastUpdatedBy) voidvoidsetState(TenantResourceState state) state(TenantResourceState state) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED_BY
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
-
Constructor Details
-
BDMAccessControl
public BDMAccessControl()
-
-
Method Details
-
id
-
getId
Id of the BDM access control- Returns:
- id
-
setId
-
name
-
getName
BDM access control name- Returns:
- name
-
setName
-
state
-
getState
Get state- Returns:
- state
-
setState
-
lastUpdatedBy
-
getLastUpdatedBy
If `lastUpdatedBy: -1` it means that the access control were last installed or updated by technical admin.- Returns:
- lastUpdatedBy
-
setLastUpdatedBy
-
lastUpdateDate
-
getLastUpdateDate
Last date when the access control were installed or updated.- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
equals
-
hashCode
public int hashCode() -
toString
-