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