@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ChangeEventCustomAttributesImpactedResourcesItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ChangeEventCustomAttributesImpactedResourcesItems() |
ChangeEventCustomAttributesImpactedResourcesItems(String name,
ChangeEventCustomAttributesImpactedResourcesItemsType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ChangeEventCustomAttributesImpactedResourcesItems object is equal to o.
|
String |
getName()
The name of the impacted resource.
|
ChangeEventCustomAttributesImpactedResourcesItemsType |
getType()
The type of the impacted resource.
|
int |
hashCode() |
ChangeEventCustomAttributesImpactedResourcesItems |
name(String name) |
void |
setName(String name) |
void |
setType(ChangeEventCustomAttributesImpactedResourcesItemsType type) |
String |
toString() |
ChangeEventCustomAttributesImpactedResourcesItems |
type(ChangeEventCustomAttributesImpactedResourcesItemsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public ChangeEventCustomAttributesImpactedResourcesItems()
public ChangeEventCustomAttributesImpactedResourcesItems(String name, ChangeEventCustomAttributesImpactedResourcesItemsType type)
public ChangeEventCustomAttributesImpactedResourcesItems name(String name)
public String getName()
public void setName(String name)
public ChangeEventCustomAttributesImpactedResourcesItems type(ChangeEventCustomAttributesImpactedResourcesItemsType type)
public ChangeEventCustomAttributesImpactedResourcesItemsType getType()
public void setType(ChangeEventCustomAttributesImpactedResourcesItemsType type)
public boolean equals(Object o)
Copyright © 2025. All rights reserved.