@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgConfigReadAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VALUE |
static String |
JSON_PROPERTY_VALUE_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgConfigReadAttributes() |
OrgConfigReadAttributes(String description,
String name,
Object value,
String valueType) |
| Modifier and Type | Method and Description |
|---|---|
OrgConfigReadAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this OrgConfigReadAttributes 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 |
getDescription()
The description of an Org Config.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getModifiedAt_JsonNullable() |
OffsetDateTime |
getModifiedAt()
The timestamp of the last Org Config update (if any).
|
String |
getName()
The machine-friendly name of an Org Config.
|
Object |
getValue()
The value of an Org Config.
|
String |
getValueType()
The type of an Org Config value.
|
int |
hashCode() |
OrgConfigReadAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
OrgConfigReadAttributes |
name(String name) |
OrgConfigReadAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setModifiedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> modifiedAt) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
void |
setValue(Object value) |
void |
setValueType(String valueType) |
String |
toString() |
OrgConfigReadAttributes |
value(Object value) |
OrgConfigReadAttributes |
valueType(String valueType) |
public boolean unparsed
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_VALUE
public static final String JSON_PROPERTY_VALUE_TYPE
public OrgConfigReadAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public OrgConfigReadAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getModifiedAt_JsonNullable()
public void setModifiedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> modifiedAt)
public void setModifiedAt(OffsetDateTime modifiedAt)
public OrgConfigReadAttributes name(String name)
public String getName()
public void setName(String name)
public OrgConfigReadAttributes value(Object value)
public Object getValue()
public void setValue(Object value)
public OrgConfigReadAttributes valueType(String valueType)
public String getValueType()
public void setValueType(String valueType)
public OrgConfigReadAttributes 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.