Class UserIdentityProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.UserIdentityProperties
-
- All Implemented Interfaces:
Serializable
public class UserIdentityProperties extends ReferenceableProperties
UserIdentityProperties describes an element that is linked to a single userId.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserIdentityProperties()Default constructorUserIdentityProperties(UserIdentityProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()JSON-style toString.-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
equals, getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, hashCode, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
-
-
-
Constructor Detail
-
UserIdentityProperties
public UserIdentityProperties()
Default constructor
-
UserIdentityProperties
public UserIdentityProperties(UserIdentityProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classReferenceableProperties- Returns:
- list of properties and their values.
-
-