@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMApplicationListAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY_HANDLE |
static String |
JSON_PROPERTY_HASH |
static String |
JSON_PROPERTY_IS_ACTIVE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY_HANDLE |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMApplicationListAttributes() |
RUMApplicationListAttributes(String applicationId,
Long createdAt,
String createdByHandle,
String name,
Integer orgId,
String type,
Long updatedAt,
String updatedByHandle) |
| Modifier and Type | Method and Description |
|---|---|
RUMApplicationListAttributes |
applicationId(String applicationId) |
RUMApplicationListAttributes |
createdAt(Long createdAt) |
RUMApplicationListAttributes |
createdByHandle(String createdByHandle) |
boolean |
equals(Object o)
Return true if this RUMApplicationListAttributes 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 |
getApplicationId()
ID of the RUM application.
|
Long |
getCreatedAt()
Timestamp in ms of the creation date.
|
String |
getCreatedByHandle()
Handle of the creator user.
|
String |
getHash()
Hash of the RUM application.
|
Boolean |
getIsActive()
Indicates if the RUM application is active.
|
String |
getName()
Name of the RUM application.
|
Integer |
getOrgId()
Org ID of the RUM application.
|
String |
getType()
Type of the RUM application.
|
Long |
getUpdatedAt()
Timestamp in ms of the last update date.
|
String |
getUpdatedByHandle()
Handle of the updater user.
|
RUMApplicationListAttributes |
hash(String hash) |
int |
hashCode() |
RUMApplicationListAttributes |
isActive(Boolean isActive) |
RUMApplicationListAttributes |
name(String name) |
RUMApplicationListAttributes |
orgId(Integer orgId) |
RUMApplicationListAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationId(String applicationId) |
void |
setCreatedAt(Long createdAt) |
void |
setCreatedByHandle(String createdByHandle) |
void |
setHash(String hash) |
void |
setIsActive(Boolean isActive) |
void |
setName(String name) |
void |
setOrgId(Integer orgId) |
void |
setType(String type) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUpdatedByHandle(String updatedByHandle) |
String |
toString() |
RUMApplicationListAttributes |
type(String type) |
RUMApplicationListAttributes |
updatedAt(Long updatedAt) |
RUMApplicationListAttributes |
updatedByHandle(String updatedByHandle) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY_HANDLE
public static final String JSON_PROPERTY_HASH
public static final String JSON_PROPERTY_IS_ACTIVE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY_HANDLE
public RUMApplicationListAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public RUMApplicationListAttributes createdAt(Long createdAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public RUMApplicationListAttributes createdByHandle(String createdByHandle)
public String getCreatedByHandle()
public void setCreatedByHandle(String createdByHandle)
public RUMApplicationListAttributes hash(String hash)
@Nullable public String getHash()
public void setHash(String hash)
public RUMApplicationListAttributes isActive(Boolean isActive)
@Nullable public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public RUMApplicationListAttributes name(String name)
public String getName()
public void setName(String name)
public RUMApplicationListAttributes orgId(Integer orgId)
public Integer getOrgId()
public void setOrgId(Integer orgId)
public RUMApplicationListAttributes type(String type)
public String getType()
browser, ios,
android, react-native, flutter, roku,
electron, unity, kotlin-multiplatform.public void setType(String type)
public RUMApplicationListAttributes updatedAt(Long updatedAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public RUMApplicationListAttributes updatedByHandle(String updatedByHandle)
public String getUpdatedByHandle()
public void setUpdatedByHandle(String updatedByHandle)
public RUMApplicationListAttributes 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.