@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentIncludedMeta extends Object
DeploymentIncludedMeta object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_USER_ID |
static String |
JSON_PROPERTY_USER_NAME |
static String |
JSON_PROPERTY_USER_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentIncludedMeta() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentIncludedMeta |
createdAt(String createdAt) |
boolean |
equals(Object o)
Return true if this DeploymentIncludedMeta 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.
|
String |
getCreatedAt()
The
meta created_at. |
Long |
getUserId()
The
meta user_id. |
String |
getUserName()
The
meta user_name. |
String |
getUserUuid()
The
meta user_uuid. |
int |
hashCode() |
DeploymentIncludedMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(String createdAt) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
String |
toString() |
DeploymentIncludedMeta |
userId(Long userId) |
DeploymentIncludedMeta |
userName(String userName) |
DeploymentIncludedMeta |
userUuid(String userUuid) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
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 DeploymentIncludedMeta createdAt(String createdAt)
@Nullable public String getCreatedAt()
meta created_at.public void setCreatedAt(String createdAt)
public DeploymentIncludedMeta userId(Long userId)
@Nullable public Long getUserId()
meta user_id.public void setUserId(Long userId)
public DeploymentIncludedMeta userName(String userName)
@Nullable public String getUserName()
meta user_name.public void setUserName(String userName)
public DeploymentIncludedMeta userUuid(String userUuid)
@Nullable public String getUserUuid()
meta user_uuid.public void setUserUuid(String userUuid)
public DeploymentIncludedMeta 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 © 2024. All rights reserved.