@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AppMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DELETED_AT |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_SINCE_DEPLOYMENT |
static String |
JSON_PROPERTY_USER_ID |
static String |
JSON_PROPERTY_USER_NAME |
static String |
JSON_PROPERTY_USER_UUID |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
AppMeta() |
| Modifier and Type | Method and Description |
|---|---|
AppMeta |
createdAt(OffsetDateTime createdAt) |
AppMeta |
deletedAt(OffsetDateTime deletedAt) |
boolean |
equals(Object o)
Return true if this AppMeta 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 of when the app was created.
|
OffsetDateTime |
getDeletedAt()
Timestamp of when the app was deleted.
|
Long |
getOrgId()
The Datadog organization ID that owns the app.
|
OffsetDateTime |
getUpdatedAt()
Timestamp of when the app was last updated.
|
Boolean |
getUpdatedSinceDeployment()
Whether the app was updated since it was last published.
|
Long |
getUserId()
The ID of the user who created the app.
|
String |
getUserName()
The name (or email address) of the user who created the app.
|
UUID |
getUserUuid()
The UUID of the user who created the app.
|
Long |
getVersion()
The version number of the app.
|
int |
hashCode() |
AppMeta |
orgId(Long orgId) |
AppMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDeletedAt(OffsetDateTime deletedAt) |
void |
setOrgId(Long orgId) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
void |
setUpdatedSinceDeployment(Boolean updatedSinceDeployment) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(UUID userUuid) |
void |
setVersion(Long version) |
String |
toString() |
AppMeta |
updatedAt(OffsetDateTime updatedAt) |
AppMeta |
updatedSinceDeployment(Boolean updatedSinceDeployment) |
AppMeta |
userId(Long userId) |
AppMeta |
userName(String userName) |
AppMeta |
userUuid(UUID userUuid) |
AppMeta |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DELETED_AT
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_SINCE_DEPLOYMENT
public static final String JSON_PROPERTY_USER_ID
public static final String JSON_PROPERTY_USER_NAME
public static final String JSON_PROPERTY_USER_UUID
public static final String JSON_PROPERTY_VERSION
public AppMeta createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public AppMeta deletedAt(OffsetDateTime deletedAt)
@Nullable public OffsetDateTime getDeletedAt()
public void setDeletedAt(OffsetDateTime deletedAt)
@Nullable public Long getOrgId()
public void setOrgId(Long orgId)
public AppMeta updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
@Nullable public Boolean getUpdatedSinceDeployment()
public void setUpdatedSinceDeployment(Boolean updatedSinceDeployment)
@Nullable public Long getUserId()
public void setUserId(Long userId)
@Nullable public String getUserName()
public void setUserName(String userName)
@Nullable public UUID getUserUuid()
public void setUserUuid(UUID userUuid)
@Nullable public Long getVersion()
public void setVersion(Long version)
public AppMeta 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 © 2025. All rights reserved.