@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgGroupAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OWNER_ORG_SITE |
static String |
JSON_PROPERTY_OWNER_ORG_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgGroupAttributes() |
OrgGroupAttributes(OffsetDateTime createdAt,
OffsetDateTime modifiedAt,
String name,
String ownerOrgSite,
UUID ownerOrgUuid) |
| Modifier and Type | Method and Description |
|---|---|
OrgGroupAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this OrgGroupAttributes 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 org group was created.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the org group was last modified.
|
String |
getName()
The name of the org group.
|
String |
getOwnerOrgSite()
The site of the organization that owns this org group.
|
UUID |
getOwnerOrgUuid()
The UUID of the organization that owns this org group.
|
int |
hashCode() |
OrgGroupAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
OrgGroupAttributes |
name(String name) |
OrgGroupAttributes |
ownerOrgSite(String ownerOrgSite) |
OrgGroupAttributes |
ownerOrgUuid(UUID ownerOrgUuid) |
OrgGroupAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
void |
setOwnerOrgSite(String ownerOrgSite) |
void |
setOwnerOrgUuid(UUID ownerOrgUuid) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OWNER_ORG_SITE
public static final String JSON_PROPERTY_OWNER_ORG_UUID
public OrgGroupAttributes()
public OrgGroupAttributes(OffsetDateTime createdAt, OffsetDateTime modifiedAt, String name, String ownerOrgSite, UUID ownerOrgUuid)
public OrgGroupAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OrgGroupAttributes modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public OrgGroupAttributes name(String name)
public String getName()
public void setName(String name)
public OrgGroupAttributes ownerOrgSite(String ownerOrgSite)
public String getOwnerOrgSite()
public void setOwnerOrgSite(String ownerOrgSite)
public OrgGroupAttributes ownerOrgUuid(UUID ownerOrgUuid)
public UUID getOwnerOrgUuid()
public void setOwnerOrgUuid(UUID ownerOrgUuid)
public OrgGroupAttributes 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.