Class UserGroupDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.UserGroupDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class UserGroupDTO
extends Object
UserGroupDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<AccessPolicyEntity> private Boolean
private String
private String
private String
private PositionDTO
private List
<TenantEntity> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUsersItem
(TenantEntity usersItem) configurable
(Boolean configurable) boolean
The access policies this user group belongs to.getId()
The id of the component.The identity of the tenant.The id of parent process group of this component if applicable.Get positiongetUsers()
The users that belong to the user group.The ID of the corresponding component that is under version controlint
hashCode()
Whether this tenant is configurable.parentGroupId
(String parentGroupId) position
(PositionDTO position) void
setConfigurable
(Boolean configurable) void
void
setIdentity
(String identity) void
setParentGroupId
(String parentGroupId) void
setPosition
(PositionDTO position) void
setUsers
(List<TenantEntity> users) void
setVersionedComponentId
(String versionedComponentId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
users
(List<TenantEntity> users) versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
parentGroupId
-
position
-
identity
-
configurable
-
users
-
accessPolicies
-
-
Constructor Details
-
UserGroupDTO
public UserGroupDTO()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
parentGroupId
-
getParentGroupId
The id of parent process group of this component if applicable.- Returns:
- parentGroupId
-
setParentGroupId
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
identity
-
getIdentity
The identity of the tenant.- Returns:
- identity
-
setIdentity
-
configurable
-
isConfigurable
Whether this tenant is configurable.- Returns:
- configurable
-
setConfigurable
-
users
-
addUsersItem
-
getUsers
The users that belong to the user group.- Returns:
- users
-
setUsers
-
getAccessPolicies
The access policies this user group belongs to. This field was incorrectly defined as an AccessPolicyEntity. For compatibility reasons the field will remain of this type, however only the fields that are present in the AccessPolicySummaryEntity will be populated here.- Returns:
- accessPolicies
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-