public class NexmoInitiator
extends java.lang.Object
implements java.io.Serializable, android.os.Parcelable
The NexmoInitiator is the initiator of the member to a specific NexmoMemberState
inside a NexmoConversation
.
If the initiator is the system the isSystem
will be set to true.
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoInitiator> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.util.Date |
getCreationDate()
Gets the creation date id.
|
java.lang.String |
getMemberId()
Gets the member id.
|
java.lang.String |
getTimestamp()
Gets the timestamp id.
|
java.lang.String |
getUserId()
Gets the user id.
|
boolean |
isSystem()
Gets the isSystem.
|
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<NexmoInitiator> CREATOR
public boolean isSystem()
public java.lang.String getMemberId()
public java.lang.String getUserId()
public java.lang.String getTimestamp()
public java.util.Date getCreationDate()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable