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 Details

  • Constructor Details

    • UserDTO

      public UserDTO()
  • Method Details

    • id

      public UserDTO id(String id)
    • getId

      public String getId()
      The id of the component.
      Returns:
      id
    • setId

      public void setId(String id)
    • versionedComponentId

      public UserDTO versionedComponentId(String versionedComponentId)
    • getVersionedComponentId

      public String getVersionedComponentId()
      The ID of the corresponding component that is under version control
      Returns:
      versionedComponentId
    • setVersionedComponentId

      public void setVersionedComponentId(String versionedComponentId)
    • parentGroupId

      public UserDTO parentGroupId(String parentGroupId)
    • getParentGroupId

      public String getParentGroupId()
      The id of parent process group of this component if applicable.
      Returns:
      parentGroupId
    • setParentGroupId

      public void setParentGroupId(String parentGroupId)
    • position

      public UserDTO position(PositionDTO position)
    • getPosition

      public PositionDTO getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(PositionDTO position)
    • identity

      public UserDTO identity(String identity)
    • getIdentity

      public String getIdentity()
      The identity of the tenant.
      Returns:
      identity
    • setIdentity

      public void setIdentity(String identity)
    • configurable

      public UserDTO configurable(Boolean configurable)
    • isConfigurable

      public Boolean isConfigurable()
      Whether this tenant is configurable.
      Returns:
      configurable
    • setConfigurable

      public void setConfigurable(Boolean configurable)
    • getUserGroups

      public List<TenantEntity> getUserGroups()
      The groups to which the user belongs. This field is read only and it provided for convenience.
      Returns:
      userGroups
    • getAccessPolicies

      public List<AccessPolicySummaryEntity> getAccessPolicies()
      The access policies this user belongs to.
      Returns:
      accessPolicies
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).