public class UserIdentity extends IdentifiableUserHeader
| Constructor and Description |
|---|
UserIdentity()
Default constructor
|
UserIdentity(UserIdentity template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
int |
hashCode()
Hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
String |
toString()
JSON-style toString.
|
getUserId, setUserIdgetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic UserIdentity()
public UserIdentity(UserIdentity template)
template - object to copypublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class IdentifiableUserHeaderpublic boolean equals(Object objectToCompare)
equals in class IdentifiableUserHeaderobjectToCompare - object to comparepublic int hashCode()
hashCode in class IdentifiableUserHeaderCopyright © 2018–2020 ODPi. All rights reserved.