public class NexmoDirection
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NexmoDirection.Type |
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
NexmoDirection(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getData() |
NexmoDirection.Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public void writeToParcel(Parcel dest, int flags)
public int describeContents()
public NexmoDirection.Type getType()
public java.lang.String getData()
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