@Validated public class Counter extends Object
| Constructor and Description |
|---|
Counter() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
The number of elements
|
String |
getItemsLink()
A link to the list of count items or to a pager with count\\ \\ items.
|
int |
hashCode() |
Counter |
itemsLink(String itemsLink) |
void |
setCount(Integer count) |
void |
setItemsLink(String itemsLink) |
String |
toString() |
@NotNull public Integer getCount()
public void setCount(Integer count)
@NotNull public String getItemsLink()
public void setItemsLink(String itemsLink)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.