Class Metadata
java.lang.Object
org.apache.syncope.ext.openfga.client.model.Metadata
@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 Metadata
extends Object
Metadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Metadata object is equal to o.Get moduleGet relationsGet sourceInfoint
hashCode()
putRelationsItem
(String key, RelationMetadata relationsItem) relations
(Map<String, RelationMetadata> relations) void
void
setRelations
(Map<String, RelationMetadata> relations) void
setSourceInfo
(SourceInfo sourceInfo) sourceInfo
(SourceInfo sourceInfo) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RELATIONS
- See Also:
-
JSON_PROPERTY_MODULE
- See Also:
-
JSON_PROPERTY_SOURCE_INFO
- See Also:
-
-
Constructor Details
-
Metadata
public Metadata()
-
-
Method Details
-
relations
-
putRelationsItem
-
getRelations
Get relations- Returns:
- relations
-
setRelations
-
module
-
getModule
Get module- Returns:
- module
-
setModule
-
sourceInfo
-
getSourceInfo
Get sourceInfo- Returns:
- sourceInfo
-
setSourceInfo
-
equals
Return true if this Metadata 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
-