Class UserDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.UserDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class UserDTO
extends Object
UserDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<AccessPolicySummaryEntity> private Boolean
private String
private String
private String
private PositionDTO
private List
<TenantEntity> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigurable
(Boolean configurable) boolean
The access policies this user 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 positionThe groups to which the user belongs.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
setVersionedComponentId
(String versionedComponentId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
parentGroupId
-
position
-
identity
-
configurable
-
userGroups
-
accessPolicies
-
-
Constructor Details
-
UserDTO
public UserDTO()
-
-
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
-
getUserGroups
The groups to which the user belongs. This field is read only and it provided for convenience.- Returns:
- userGroups
-
getAccessPolicies
The access policies this user belongs to.- 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).
-