@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipUntaggedFindingsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HIGH_CONFIDENCE |
static String |
JSON_PROPERTY_LOW_CONFIDENCE |
static String |
JSON_PROPERTY_MEDIUM_CONFIDENCE |
static String |
JSON_PROPERTY_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipUntaggedFindingsAttributes() |
OwnershipUntaggedFindingsAttributes(Long highConfidence,
Long lowConfidence,
Long mediumConfidence,
Long total) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this OwnershipUntaggedFindingsAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getHighConfidence()
The number of high confidence findings without a team tag.
|
Long |
getLowConfidence()
The number of low confidence findings without a team tag.
|
Long |
getMediumConfidence()
The number of medium confidence findings without a team tag.
|
Long |
getTotal()
The total number of findings without a team tag.
|
int |
hashCode() |
OwnershipUntaggedFindingsAttributes |
highConfidence(Long highConfidence) |
OwnershipUntaggedFindingsAttributes |
lowConfidence(Long lowConfidence) |
OwnershipUntaggedFindingsAttributes |
mediumConfidence(Long mediumConfidence) |
OwnershipUntaggedFindingsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHighConfidence(Long highConfidence) |
void |
setLowConfidence(Long lowConfidence) |
void |
setMediumConfidence(Long mediumConfidence) |
void |
setTotal(Long total) |
String |
toString() |
OwnershipUntaggedFindingsAttributes |
total(Long total) |
public boolean unparsed
public static final String JSON_PROPERTY_HIGH_CONFIDENCE
public static final String JSON_PROPERTY_LOW_CONFIDENCE
public static final String JSON_PROPERTY_MEDIUM_CONFIDENCE
public static final String JSON_PROPERTY_TOTAL
public OwnershipUntaggedFindingsAttributes highConfidence(Long highConfidence)
public Long getHighConfidence()
public void setHighConfidence(Long highConfidence)
public OwnershipUntaggedFindingsAttributes lowConfidence(Long lowConfidence)
public Long getLowConfidence()
public void setLowConfidence(Long lowConfidence)
public OwnershipUntaggedFindingsAttributes mediumConfidence(Long mediumConfidence)
public Long getMediumConfidence()
public void setMediumConfidence(Long mediumConfidence)
public OwnershipUntaggedFindingsAttributes total(Long total)
public Long getTotal()
public void setTotal(Long total)
public OwnershipUntaggedFindingsAttributes 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.