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.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
                          int i)
writeToParcel in interface android.os.Parcelablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object