public final class ID3V2UrlLinkFrame extends ID3V2TagFrame
Represents a URL link frame in an ID3V2Tag
. Name of the frame always starts with the W character.
Learn more
Constructor and Description |
---|
ID3V2UrlLinkFrame(String id,
String url)
Initializes a new instance of the
ID3V2UrlLinkFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
Gets the URL value.
|
getData, getFlags, getId
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String getUrl()
Gets the URL value.