@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DatastoreDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATOR_USER_ID |
static String |
JSON_PROPERTY_CREATOR_USER_UUID |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_PRIMARY_COLUMN_NAME |
static String |
JSON_PROPERTY_PRIMARY_KEY_GENERATION_STRATEGY |
boolean |
unparsed |
| Constructor and Description |
|---|
DatastoreDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
DatastoreDataAttributes |
createdAt(OffsetDateTime createdAt) |
DatastoreDataAttributes |
creatorUserId(Long creatorUserId) |
DatastoreDataAttributes |
creatorUserUuid(String creatorUserUuid) |
DatastoreDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this DatastoreDataAttributes 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 datastore was created.
|
Long |
getCreatorUserId()
The numeric ID of the user who created the datastore.
|
String |
getCreatorUserUuid()
The UUID of the user who created the datastore.
|
String |
getDescription()
A human-readable description about the datastore.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the datastore was last modified.
|
String |
getName()
The display name of the datastore.
|
Long |
getOrgId()
The ID of the organization that owns this datastore.
|
String |
getPrimaryColumnName()
The name of the primary key column for this datastore.
|
DatastorePrimaryKeyGenerationStrategy |
getPrimaryKeyGenerationStrategy()
Can be set to
uuid to automatically generate primary keys when new items are
added. |
int |
hashCode() |
DatastoreDataAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
DatastoreDataAttributes |
name(String name) |
DatastoreDataAttributes |
orgId(Long orgId) |
DatastoreDataAttributes |
primaryColumnName(String primaryColumnName) |
DatastoreDataAttributes |
primaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy) |
DatastoreDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatorUserId(Long creatorUserId) |
void |
setCreatorUserUuid(String creatorUserUuid) |
void |
setDescription(String description) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
void |
setOrgId(Long orgId) |
void |
setPrimaryColumnName(String primaryColumnName) |
void |
setPrimaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATOR_USER_ID
public static final String JSON_PROPERTY_CREATOR_USER_UUID
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_PRIMARY_COLUMN_NAME
public static final String JSON_PROPERTY_PRIMARY_KEY_GENERATION_STRATEGY
public DatastoreDataAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DatastoreDataAttributes creatorUserId(Long creatorUserId)
@Nullable public Long getCreatorUserId()
public void setCreatorUserId(Long creatorUserId)
public DatastoreDataAttributes creatorUserUuid(String creatorUserUuid)
@Nullable public String getCreatorUserUuid()
public void setCreatorUserUuid(String creatorUserUuid)
public DatastoreDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public DatastoreDataAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public DatastoreDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public DatastoreDataAttributes orgId(Long orgId)
@Nullable public Long getOrgId()
public void setOrgId(Long orgId)
public DatastoreDataAttributes primaryColumnName(String primaryColumnName)
@Nullable public String getPrimaryColumnName()
public void setPrimaryColumnName(String primaryColumnName)
public DatastoreDataAttributes primaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy)
@Nullable public DatastorePrimaryKeyGenerationStrategy getPrimaryKeyGenerationStrategy()
uuid to automatically generate primary keys when new items are
added. Default value is none, which requires you to supply a primary key for each
new item.public void setPrimaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy)
public DatastoreDataAttributes 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.