@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PatchTableRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
PatchTableRequestData() |
PatchTableRequestData(PatchTableRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
PatchTableRequestData |
attributes(PatchTableRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this PatchTableRequestData object is equal to o.
|
PatchTableRequestDataAttributes |
getAttributes()
Attributes that define the updates to the reference table's configuration and properties.
|
PatchTableRequestDataType |
getType()
Reference table resource type.
|
int |
hashCode() |
void |
setAttributes(PatchTableRequestDataAttributes attributes) |
void |
setType(PatchTableRequestDataType type) |
String |
toString() |
PatchTableRequestData |
type(PatchTableRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public PatchTableRequestData()
public PatchTableRequestData(PatchTableRequestDataType type)
public PatchTableRequestData attributes(PatchTableRequestDataAttributes attributes)
@Nullable public PatchTableRequestDataAttributes getAttributes()
public void setAttributes(PatchTableRequestDataAttributes attributes)
public PatchTableRequestData type(PatchTableRequestDataType type)
public PatchTableRequestDataType getType()
public void setType(PatchTableRequestDataType type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.