public class NexmoLeg
extends java.lang.Object
implements android.os.Parcelable
A leg is a single connection either inbound to, or outbound from, the Vonage platform (more).
The leg status types are defined in NexmoCallMemberStatus
.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoLeg> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
Gets the leg id.
|
NexmoCallMemberStatus |
getStatus()
Gets the call member status.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<NexmoLeg> CREATOR
public java.lang.String getId()
public NexmoCallMemberStatus getStatus()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object