@InterfaceAudience.Private @InterfaceStability.Unstable public class EntityIdentifier extends Object implements Comparable<EntityIdentifier>
Constructor and Description |
---|
EntityIdentifier(String id,
String type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EntityIdentifier other) |
boolean |
equals(Object obj) |
String |
getId()
Get the entity Id.
|
String |
getType()
Get the entity type.
|
int |
hashCode() |
String |
toString() |
public String getId()
public String getType()
public int compareTo(EntityIdentifier other)
compareTo
in interface Comparable<EntityIdentifier>
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.