public class ReportRequest extends Object implements Serializable
| Constructor and Description |
|---|
ReportRequest()
No args constructor for use in serialization
|
ReportRequest(List<CompressedAttributes> attributes,
List<String> defaultWords,
Integer globalWordCount) |
| Modifier and Type | Method and Description |
|---|---|
List<CompressedAttributes> |
getAttributes() |
List<String> |
getDefaultWords() |
Integer |
getGlobalWordCount() |
void |
setAttributes(List<CompressedAttributes> attributes) |
void |
setDefaultWords(List<String> defaultWords) |
void |
setGlobalWordCount(Integer globalWordCount) |
public ReportRequest()
public ReportRequest(List<CompressedAttributes> attributes, List<String> defaultWords, Integer globalWordCount)
globalWordCount - defaultWords - attributes - public List<CompressedAttributes> getAttributes()
public void setAttributes(List<CompressedAttributes> attributes)
public Integer getGlobalWordCount()
public void setGlobalWordCount(Integer globalWordCount)
Copyright © 2017–2018 Red Hat. All rights reserved.