@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ItemApiPayloadDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_PRIMARY_COLUMN_NAME |
static String |
JSON_PROPERTY_SIGNATURE |
static String |
JSON_PROPERTY_STORE_ID |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
ItemApiPayloadDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ItemApiPayloadDataAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this ItemApiPayloadDataAttributes 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.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the item was first created.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the item was last modified.
|
Long |
getOrgId()
The ID of the organization that owns this item.
|
String |
getPrimaryColumnName()
The name of the primary key column for this datastore.
|
String |
getSignature()
A unique signature identifying this item version.
|
String |
getStoreId()
The unique identifier of the datastore containing this item.
|
Map<String,Object> |
getValue()
The data content (as key-value pairs) of a datastore item.
|
int |
hashCode() |
ItemApiPayloadDataAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
ItemApiPayloadDataAttributes |
orgId(Long orgId) |
ItemApiPayloadDataAttributes |
primaryColumnName(String primaryColumnName) |
ItemApiPayloadDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ItemApiPayloadDataAttributes |
putValueItem(String key,
Object valueItem) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setOrgId(Long orgId) |
void |
setPrimaryColumnName(String primaryColumnName) |
void |
setSignature(String signature) |
void |
setStoreId(String storeId) |
void |
setValue(Map<String,Object> value) |
ItemApiPayloadDataAttributes |
signature(String signature) |
ItemApiPayloadDataAttributes |
storeId(String storeId) |
String |
toString() |
ItemApiPayloadDataAttributes |
value(Map<String,Object> value) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_PRIMARY_COLUMN_NAME
public static final String JSON_PROPERTY_SIGNATURE
public static final String JSON_PROPERTY_STORE_ID
public static final String JSON_PROPERTY_VALUE
public ItemApiPayloadDataAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ItemApiPayloadDataAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public ItemApiPayloadDataAttributes orgId(Long orgId)
@Nullable public Long getOrgId()
public void setOrgId(Long orgId)
public ItemApiPayloadDataAttributes primaryColumnName(String primaryColumnName)
@Nullable public String getPrimaryColumnName()
public void setPrimaryColumnName(String primaryColumnName)
public ItemApiPayloadDataAttributes signature(String signature)
@Nullable public String getSignature()
public void setSignature(String signature)
public ItemApiPayloadDataAttributes storeId(String storeId)
@Nullable public String getStoreId()
public void setStoreId(String storeId)
public ItemApiPayloadDataAttributes value(Map<String,Object> value)
public ItemApiPayloadDataAttributes putValueItem(String key, Object valueItem)
@Nullable public Map<String,Object> getValue()
public ItemApiPayloadDataAttributes 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.