public static class EddystoneEID.AttachmentInfo
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<EddystoneEID.AttachmentInfo> |
CREATOR |
java.lang.String |
data
Contained data
|
java.lang.String |
namespacedType
Namespaced type info
|
| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentInfo(android.os.Parcel in) |
|
AttachmentInfo(java.lang.String namespacedType,
java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<EddystoneEID.AttachmentInfo> CREATOR
public final java.lang.String namespacedType
public final java.lang.String data
public AttachmentInfo(java.lang.String namespacedType,
java.lang.String data)
protected AttachmentInfo(android.os.Parcel in)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable