Uses of Class
dev.vality.damsel.wb_list.CountInfo
-
Uses of CountInfo in dev.vality.damsel.wb_list
Methods in dev.vality.damsel.wb_list that return CountInfo Modifier and Type Method Description CountInfoCountInfo. deepCopy()CountInfoRowInfo. getCountInfo()CountInfoCountInfo. setCount(long count)CountInfoCountInfo. setStartCountTime(String start_count_time)CountInfoCountInfo. setTimeToLive(String time_to_live)Methods in dev.vality.damsel.wb_list with parameters of type CountInfo Modifier and Type Method Description intCountInfo. compareTo(CountInfo other)static RowInfoRowInfo. count_info(CountInfo value)booleanCountInfo. equals(CountInfo that)voidRowInfo. setCountInfo(CountInfo value)Constructors in dev.vality.damsel.wb_list with parameters of type CountInfo Constructor Description CountInfo(CountInfo other)Performs a deep copy on other.