@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISABLED |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_SHARING |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgAttributes() |
OrgAttributes(OffsetDateTime createdAt,
String description,
Boolean disabled,
OffsetDateTime modifiedAt,
String name,
String publicId,
String sharing,
String url) |
| Modifier and Type | Method and Description |
|---|---|
OrgAttributes |
createdAt(OffsetDateTime createdAt) |
OrgAttributes |
description(String description) |
OrgAttributes |
disabled(Boolean disabled) |
boolean |
equals(Object o)
Return true if this OrgAttributes 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()
The creation timestamp of the organization.
|
String |
getDescription()
A description of the organization.
|
Boolean |
getDisabled()
Whether the organization is disabled.
|
OffsetDateTime |
getModifiedAt()
The last modification timestamp of the organization.
|
String |
getName()
The name of the organization.
|
String |
getPublicId()
The public identifier of the organization.
|
String |
getSharing()
The sharing setting of the organization.
|
String |
getUrl()
The URL of the organization.
|
int |
hashCode() |
OrgAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
OrgAttributes |
name(String name) |
OrgAttributes |
publicId(String publicId) |
OrgAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setDisabled(Boolean disabled) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
void |
setPublicId(String publicId) |
void |
setSharing(String sharing) |
void |
setUrl(String url) |
OrgAttributes |
sharing(String sharing) |
String |
toString() |
OrgAttributes |
url(String url) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISABLED
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_SHARING
public static final String JSON_PROPERTY_URL
public OrgAttributes()
public OrgAttributes(OffsetDateTime createdAt, String description, Boolean disabled, OffsetDateTime modifiedAt, String name, String publicId, String sharing, String url)
public OrgAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OrgAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public OrgAttributes disabled(Boolean disabled)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public OrgAttributes modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public OrgAttributes name(String name)
public String getName()
public void setName(String name)
public OrgAttributes publicId(String publicId)
public String getPublicId()
public void setPublicId(String publicId)
public OrgAttributes sharing(String sharing)
public String getSharing()
public void setSharing(String sharing)
public OrgAttributes url(String url)
public String getUrl()
public void setUrl(String url)
public OrgAttributes 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.