All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.akosbordas.ncore.xxx.ImagesetXxxTorrentDetails Maven / Gradle / Ivy

Go to download

NcoreClient is a Java client for https://ncore.cc torrent site. This library makes it easy to automate your torrent downloads, searches from any Java program based on your needs.

There is a newer version: 1.0.0-RC3
Show newest version
package com.github.akosbordas.ncore.xxx;

public class ImagesetXxxTorrentDetails extends XxxTorrentDetails{

    @Override
    public String toString() {
        final StringBuilder sb = new StringBuilder("ImagesetXxxTorrentDetails{");
        sb.append("uploadDate='").append(uploadDate).append('\'');
        sb.append(", uploader='").append(uploader).append('\'');
        sb.append(", commentCount='").append(commentCount).append('\'');
        sb.append(", seederCount='").append(seederCount).append('\'');
        sb.append(", leecherCount='").append(leecherCount).append('\'');
        sb.append(", downloadCount='").append(downloadCount).append('\'');
        sb.append(", speed='").append(speed).append('\'');
        sb.append(", size='").append(size).append('\'');
        sb.append(", fileCount='").append(fileCount).append('\'');
        sb.append(", description='").append(description).append('\'');
        sb.append('}');
        return sb.toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy