Class Tenants
java.lang.Object
org.apache.nifi.authorization.file.tenants.generated.Tenants
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groups" type="{}Groups" minOccurs="0"/>
<element name="users" type="{}Users" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
groups
-
users
-
-
Constructor Details
-
Tenants
public Tenants()
-
-
Method Details
-
getGroups
Gets the value of the groups property.- Returns:
- possible object is
Groups
-
setGroups
Sets the value of the groups property.- Parameters:
value- allowed object isGroups
-
getUsers
Gets the value of the users property.- Returns:
- possible object is
Users
-
setUsers
Sets the value of the users property.- Parameters:
value- allowed object isUsers
-