Package ai.platon.pulsar.common.collect
Class UrlTopic
-
- All Implemented Interfaces:
public final class UrlTopicA url topic groups urls.
-
-
Method Summary
Modifier and Type Method Description final IntegergetPageSize()The page size final UnitsetPageSize(Integer pageSize)The page size final IntegergetLoadedCount()The loaded count final UnitsetLoadedCount(Integer loadedCount)The loaded count final IntegergetRemainingCount()The remaining count final UnitsetRemainingCount(Integer remainingCount)The remaining count final StringgetName()The topic name final IntegergetGroup()The group final IntegergetPriority()The priority StringtoString()-
-
Method Detail
-
getPageSize
final Integer getPageSize()
The page size
-
setPageSize
final Unit setPageSize(Integer pageSize)
The page size
-
getLoadedCount
final Integer getLoadedCount()
The loaded count
-
setLoadedCount
final Unit setLoadedCount(Integer loadedCount)
The loaded count
-
getRemainingCount
final Integer getRemainingCount()
The remaining count
-
setRemainingCount
final Unit setRemainingCount(Integer remainingCount)
The remaining count
-
getPriority
final Integer getPriority()
The priority
-
-
-
-