Class TOTorrentAnnounceURLGroupImpl
java.lang.Object
com.biglybt.core.torrent.impl.TOTorrentAnnounceURLGroupImpl
- All Implemented Interfaces:
TOTorrentAnnounceURLGroup
-
Nested Class Summary
Nested classes/interfaces inherited from interface TOTorrentAnnounceURLGroup
TOTorrentAnnounceURLGroup.TOTorrentAnnounceURLSetImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TOTorrentAnnounceURLSet[]private final TOTorrentImplprivate long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidGets the current sets defined for this group, 0 length if none definedlonggetUID()voidSets the group's URL sets to the supplied values.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TOTorrentAnnounceURLGroup
createAnnounceURLSet
-
Field Details
-
torrent
-
sets
-
uid
private volatile long uid
-
-
Constructor Details
-
TOTorrentAnnounceURLGroupImpl
-
-
Method Details
-
getUID
public long getUID()- Specified by:
getUIDin interfaceTOTorrentAnnounceURLGroup
-
addSet
-
getAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroupGets the current sets defined for this group, 0 length if none defined- Specified by:
getAnnounceURLSetsin interfaceTOTorrentAnnounceURLGroup- Returns:
-
setAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroupSets the group's URL sets to the supplied values.- Specified by:
setAnnounceURLSetsin interfaceTOTorrentAnnounceURLGroup- Parameters:
_sets-
-