public class AnalyticDataDTO extends Object
| Constructor and Description |
|---|
AnalyticDataDTO(String pattern,
Long count) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
String |
getPattern() |
void |
increment()
Increment the count on this DTO.
|
void |
setCount(Long count) |
void |
setPattern(String pattern) |
public String getPattern()
public void setPattern(String pattern)
pattern - the pattern to setpublic Long getCount()
public void setCount(Long count)
count - the count to setpublic void increment()
Copyright © 2017. All rights reserved.