Modifier and Type | Field and Description |
---|---|
protected Call |
call |
protected boolean |
ringing |
protected User |
user |
protected CallVoiceState |
voiceState |
Constructor and Description |
---|
CallUserImpl(Call call,
User user) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Call |
getCall() |
User |
getUser() |
CallVoiceState |
getVoiceState() |
int |
hashCode() |
boolean |
isRinging() |
CallUserImpl |
setRinging(boolean ringing) |
java.lang.String |
toString() |
protected final Call call
protected final User user
protected final CallVoiceState voiceState
protected boolean ringing
public CallVoiceState getVoiceState()
getVoiceState
in interface CallUser
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CallUserImpl setRinging(boolean ringing)