@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2018-12-07T19:30:21.793Z")
public class GroupedCountsRequest
extends java.lang.Object
| Constructor and Description |
|---|
GroupedCountsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GroupedCountsRequest |
countBy(java.lang.String countBy) |
boolean |
equals(java.lang.Object o) |
GroupedCountsRequest |
filter(Filter filter) |
java.lang.String |
getCountBy()
`countBy` may be one of the following: - path - file - descriptor - resultDescriptor - detectionMethod - severity - status - toolOverlap - traceSession - issueTrackerAssociationStatus - sourceMethodAndHybridness:finding-id (replace 'finding-id' with an actual finding id) - standard:(cwe | standard-id) (The \"Get Standards\" endpoint will return usable countBy values for standard-id) - age:[age bucket specifiers] The general format of an *age bucket specifier* is `<bucket1>=<title1>;...;<bucketN>=<titleN>` for N buckets.
|
Filter |
getFilter()
Get filter
|
int |
hashCode() |
void |
setCountBy(java.lang.String countBy) |
void |
setFilter(Filter filter) |
java.lang.String |
toString() |
public GroupedCountsRequest filter(Filter filter)
public Filter getFilter()
public void setFilter(Filter filter)
public GroupedCountsRequest countBy(java.lang.String countBy)
public java.lang.String getCountBy()
public void setCountBy(java.lang.String countBy)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object