Class Node
java.lang.Object
org.apache.syncope.ext.openfga.client.model.Node
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class Node
extends Object
Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondifference
(UsersetTreeDifference difference) boolean
Return true if this Node object is equal to o.Get differenceGet intersectiongetLeaf()
Get leafgetName()
Get namegetUnion()
Get unionint
hashCode()
intersection
(Nodes intersection) void
setDifference
(UsersetTreeDifference difference) void
setIntersection
(Nodes intersection) void
void
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_LEAF
- See Also:
-
JSON_PROPERTY_DIFFERENCE
- See Also:
-
JSON_PROPERTY_UNION
- See Also:
-
JSON_PROPERTY_INTERSECTION
- See Also:
-
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
leaf
-
getLeaf
Get leaf- Returns:
- leaf
-
setLeaf
-
difference
-
getDifference
Get difference- Returns:
- difference
-
setDifference
-
union
-
getUnion
Get union- Returns:
- union
-
setUnion
-
intersection
-
getIntersection
Get intersection- Returns:
- intersection
-
setIntersection
-
equals
Return true if this Node object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-