UnknownIdentifier Class

public final class UnknownIdentifier
extends CommunicationIdentifier

Catch-all for all other Communication identifiers for Communication Services

Constructor Summary

Constructor Description
UnknownIdentifier(String id)

Creates an UnknownIdentifier object

Method Summary

Modifier and Type Method and Description
boolean equals(Object that)
String getId()

Get id of this identifier

int hashCode()
protected UnknownIdentifier setRawId(String rawId)

Set full id of the identifier RawId is the encoded format for identifiers to store in databases or as stable keys in general.

Methods inherited from CommunicationIdentifier

Methods inherited from java.lang.Object

Constructor Details

UnknownIdentifier

public UnknownIdentifier(String id)

Creates an UnknownIdentifier object

Parameters:

id - the string identifier representing the identity

Method Details

equals

public boolean equals(Object that)

Overrides:

UnknownIdentifier.equals(Object that)

Parameters:

that

getId

public String getId()

Get id of this identifier

Returns:

id of this identifier

hashCode

public int hashCode()

Overrides:

UnknownIdentifier.hashCode()

setRawId

protected UnknownIdentifier setRawId(String rawId)

Set full id of the identifier RawId is the encoded format for identifiers to store in databases or as stable keys in general.

Overrides:

UnknownIdentifier.setRawId(String rawId)

Parameters:

rawId - full id of the identifier

Returns:

UnknownIdentifier object itself

Applies to