public static final class Descriptor.NamedCallId extends Descriptor.CallId
| Constructor and Description |
|---|
NamedCallId(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
name()
Get the name of the call.
|
String |
toString() |
public String name()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object