public abstract class IdentifiableUserHeader extends CommonHeader
| Constructor and Description |
|---|
IdentifiableUserHeader()
Default constructor
|
IdentifiableUserHeader(IdentifiableUserHeader 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.
|
String |
getUserId()
Return the unique name of the user identity for the individual.
|
int |
hashCode()
Hash code for this object
|
void |
setUserId(String userId)
Set up the unique name of the user identity for the individual.
|
String |
toString()
JSON-style toString.
|
getGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic IdentifiableUserHeader()
public IdentifiableUserHeader(IdentifiableUserHeader template)
template - object to copypublic String getUserId()
public void setUserId(String userId)
userId - stringpublic String toString()
toString in class CommonHeaderpublic boolean equals(Object objectToCompare)
equals in class CommonHeaderobjectToCompare - object to comparepublic int hashCode()
hashCode in class CommonHeaderCopyright © 2018–2019 ODPi. All rights reserved.