public final class UrlLinkFrame extends Id3Frame
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<UrlLinkFrame> |
CREATOR |
String |
description |
String |
url |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
UrlLinkFrame(String id,
String description,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
describeContentspublic final String description
public final String url
public static final Parcelable.Creator<UrlLinkFrame> CREATOR