@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrganizationAttributes 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 |
|---|
OrganizationAttributes() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationAttributes |
createdAt(OffsetDateTime createdAt) |
OrganizationAttributes |
description(String description) |
OrganizationAttributes |
disabled(Boolean disabled) |
boolean |
equals(Object o)
Return true if this OrganizationAttributes 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()
Creation time of the organization.
|
String |
getDescription()
Description of the organization.
|
Boolean |
getDisabled()
Whether or not the organization is disabled.
|
OffsetDateTime |
getModifiedAt()
Time of last organization modification.
|
String |
getName()
Name of the organization.
|
String |
getPublicId()
Public ID of the organization.
|
String |
getSharing()
Sharing type of the organization.
|
String |
getUrl()
URL of the site that this organization exists at.
|
int |
hashCode() |
OrganizationAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
OrganizationAttributes |
name(String name) |
OrganizationAttributes |
publicId(String publicId) |
OrganizationAttributes |
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) |
OrganizationAttributes |
sharing(String sharing) |
String |
toString() |
OrganizationAttributes |
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 OrganizationAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OrganizationAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public OrganizationAttributes disabled(Boolean disabled)
@Nullable public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public OrganizationAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public OrganizationAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public OrganizationAttributes publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public OrganizationAttributes sharing(String sharing)
@Nullable public String getSharing()
public void setSharing(String sharing)
public OrganizationAttributes url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public OrganizationAttributes 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.