Class ChannelInfoItem
- java.lang.Object
-
- org.schabi.newpipe.extractor.InfoItem
-
- org.schabi.newpipe.extractor.channel.ChannelInfoItem
-
- All Implemented Interfaces:
java.io.Serializable
public class ChannelInfoItem extends InfoItem
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.schabi.newpipe.extractor.InfoItem
InfoItem.InfoType
-
-
Constructor Summary
Constructors Constructor Description ChannelInfoItem(int serviceId, java.lang.String url, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
long
getStreamCount()
long
getSubscriberCount()
boolean
isVerified()
void
setDescription(java.lang.String description)
void
setStreamCount(long streamCount)
void
setSubscriberCount(long subscriberCount)
void
setVerified(boolean verified)
-
Methods inherited from class org.schabi.newpipe.extractor.InfoItem
getInfoType, getName, getServiceId, getThumbnails, getUrl, setThumbnails, toString
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getSubscriberCount
public long getSubscriberCount()
-
setSubscriberCount
public void setSubscriberCount(long subscriberCount)
-
getStreamCount
public long getStreamCount()
-
setStreamCount
public void setStreamCount(long streamCount)
-
isVerified
public boolean isVerified()
-
setVerified
public void setVerified(boolean verified)
-
-