@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMApplicationAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CLIENT_TOKEN |
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 |
|---|
RUMApplicationAttributes() |
RUMApplicationAttributes(String applicationId,
String clientToken,
Long createdAt,
String createdByHandle,
String name,
Integer orgId,
String type,
Long updatedAt,
String updatedByHandle) |
| Modifier and Type | Method and Description |
|---|---|
RUMApplicationAttributes |
applicationId(String applicationId) |
RUMApplicationAttributes |
clientToken(String clientToken) |
RUMApplicationAttributes |
createdAt(Long createdAt) |
RUMApplicationAttributes |
createdByHandle(String createdByHandle) |
boolean |
equals(Object o)
Return true if this RUMApplicationAttributes 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.
|
String |
getClientToken()
Client token 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.
|
RUMApplicationAttributes |
hash(String hash) |
int |
hashCode() |
RUMApplicationAttributes |
isActive(Boolean isActive) |
RUMApplicationAttributes |
name(String name) |
RUMApplicationAttributes |
orgId(Integer orgId) |
RUMApplicationAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationId(String applicationId) |
void |
setClientToken(String clientToken) |
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() |
RUMApplicationAttributes |
type(String type) |
RUMApplicationAttributes |
updatedAt(Long updatedAt) |
RUMApplicationAttributes |
updatedByHandle(String updatedByHandle) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CLIENT_TOKEN
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 RUMApplicationAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public RUMApplicationAttributes clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public RUMApplicationAttributes createdAt(Long createdAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public RUMApplicationAttributes createdByHandle(String createdByHandle)
public String getCreatedByHandle()
public void setCreatedByHandle(String createdByHandle)
public RUMApplicationAttributes hash(String hash)
@Nullable public String getHash()
public void setHash(String hash)
public RUMApplicationAttributes isActive(Boolean isActive)
@Nullable public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public RUMApplicationAttributes name(String name)
public String getName()
public void setName(String name)
public RUMApplicationAttributes orgId(Integer orgId)
public Integer getOrgId()
public void setOrgId(Integer orgId)
public RUMApplicationAttributes type(String type)
public String getType()
browser, ios,
android, react-native, flutter, roku,
electron, unity, kotlin-multiplatform.public void setType(String type)
public RUMApplicationAttributes updatedAt(Long updatedAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public RUMApplicationAttributes updatedByHandle(String updatedByHandle)
public String getUpdatedByHandle()
public void setUpdatedByHandle(String updatedByHandle)
public RUMApplicationAttributes 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.