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 Details

  • Constructor Details

    • UserGroupDTO

      public UserGroupDTO()
  • Method Details

    • id

      public UserGroupDTO id(String id)
    • getId

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

      public void setId(String id)
    • versionedComponentId

      public UserGroupDTO 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 UserGroupDTO 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 UserGroupDTO position(PositionDTO position)
    • getPosition

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

      public void setPosition(PositionDTO position)
    • identity

      public UserGroupDTO identity(String identity)
    • getIdentity

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

      public void setIdentity(String identity)
    • configurable

      public UserGroupDTO configurable(Boolean configurable)
    • isConfigurable

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

      public void setConfigurable(Boolean configurable)
    • users

      public UserGroupDTO users(List<TenantEntity> users)
    • addUsersItem

      public UserGroupDTO addUsersItem(TenantEntity usersItem)
    • getUsers

      public List<TenantEntity> getUsers()
      The users that belong to the user group.
      Returns:
      users
    • setUsers

      public void setUsers(List<TenantEntity> users)
    • getAccessPolicies

      public List<AccessPolicyEntity> 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

      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).