@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RuleBasedViewRuleStats extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FAIL |
static String |
JSON_PROPERTY_MUTED |
static String |
JSON_PROPERTY_PASS |
boolean |
unparsed |
| Constructor and Description |
|---|
RuleBasedViewRuleStats() |
RuleBasedViewRuleStats(Long fail,
Long muted,
Long pass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RuleBasedViewRuleStats object is equal to o.
|
RuleBasedViewRuleStats |
fail(Long fail) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFail()
Number of findings that failed evaluation.
|
Long |
getMuted()
Number of findings that have been muted.
|
Long |
getPass()
Number of findings that passed evaluation.
|
int |
hashCode() |
RuleBasedViewRuleStats |
muted(Long muted) |
RuleBasedViewRuleStats |
pass(Long pass) |
RuleBasedViewRuleStats |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFail(Long fail) |
void |
setMuted(Long muted) |
void |
setPass(Long pass) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FAIL
public static final String JSON_PROPERTY_MUTED
public static final String JSON_PROPERTY_PASS
public RuleBasedViewRuleStats fail(Long fail)
public Long getFail()
public void setFail(Long fail)
public RuleBasedViewRuleStats muted(Long muted)
public Long getMuted()
public void setMuted(Long muted)
public RuleBasedViewRuleStats pass(Long pass)
public Long getPass()
public void setPass(Long pass)
public RuleBasedViewRuleStats putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.