@Validated public class MimeCounter extends Object
| Constructor and Description |
|---|
MimeCounter() |
| Modifier and Type | Method and Description |
|---|---|
MimeCounter |
count(Integer count) |
MimeCounter |
counterLink(String counterLink) |
boolean |
equals(Object o) |
Integer |
getCount()
The number of elements of mime type
|
String |
getCounterLink()
A link to the list of count elements or to a pager with\\ \\ count elements.
|
String |
getMimeType()
The mime type to count.
|
int |
hashCode() |
MimeCounter |
mimeType(String mimeType) |
void |
setCount(Integer count) |
void |
setCounterLink(String counterLink) |
void |
setMimeType(String mimeType) |
String |
toString() |
public MimeCounter mimeType(String mimeType)
@NotNull public String getMimeType()
public void setMimeType(String mimeType)
public MimeCounter count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public MimeCounter counterLink(String counterLink)
public String getCounterLink()
public void setCounterLink(String counterLink)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.