@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingBatchResultDataAttributes extends Object
add operation.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_MATCH_TYPE |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_TEAM_HANDLE |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchResultDataAttributes() |
TeamsOwnershipMappingBatchResultDataAttributes(OffsetDateTime createdAt,
String createdBy,
TeamsOwnershipMatchType matchType,
Long orgId,
String teamHandle,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipMappingBatchResultDataAttributes |
applicationId(UUID applicationId) |
TeamsOwnershipMappingBatchResultDataAttributes |
createdAt(OffsetDateTime createdAt) |
TeamsOwnershipMappingBatchResultDataAttributes |
createdBy(String createdBy) |
boolean |
equals(Object o)
Return true if this TeamsOwnershipMappingBatchResultDataAttributes 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.
|
UUID |
getApplicationId()
The ID of the RUM application, when one was provided.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the mapping was created.
|
String |
getCreatedBy()
The UUID of the user who created the mapping.
|
TeamsOwnershipMatchType |
getMatchType()
How the
view_name is matched against RUM view names. |
Long |
getOrgId()
The ID of the organization that owns this mapping.
|
String |
getService()
The RUM application's service name, when one was provided.
|
String |
getTeamHandle()
The handle of the team that owns the matched RUM views.
|
String |
getViewName()
The RUM view name to match, or its prefix when
match_type is prefix. |
int |
hashCode() |
TeamsOwnershipMappingBatchResultDataAttributes |
matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingBatchResultDataAttributes |
orgId(Long orgId) |
TeamsOwnershipMappingBatchResultDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TeamsOwnershipMappingBatchResultDataAttributes |
service(String service) |
void |
setApplicationId(UUID applicationId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setMatchType(TeamsOwnershipMatchType matchType) |
void |
setOrgId(Long orgId) |
void |
setService(String service) |
void |
setTeamHandle(String teamHandle) |
void |
setViewName(String viewName) |
TeamsOwnershipMappingBatchResultDataAttributes |
teamHandle(String teamHandle) |
String |
toString() |
TeamsOwnershipMappingBatchResultDataAttributes |
viewName(String viewName) |
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
public static final String JSON_PROPERTY_MATCH_TYPE
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_TEAM_HANDLE
public static final String JSON_PROPERTY_VIEW_NAME
public TeamsOwnershipMappingBatchResultDataAttributes()
public TeamsOwnershipMappingBatchResultDataAttributes(OffsetDateTime createdAt, String createdBy, TeamsOwnershipMatchType matchType, Long orgId, String teamHandle, String viewName)
public TeamsOwnershipMappingBatchResultDataAttributes applicationId(UUID applicationId)
@Nullable public UUID getApplicationId()
public void setApplicationId(UUID applicationId)
public TeamsOwnershipMappingBatchResultDataAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public TeamsOwnershipMappingBatchResultDataAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public TeamsOwnershipMappingBatchResultDataAttributes matchType(TeamsOwnershipMatchType matchType)
public TeamsOwnershipMatchType getMatchType()
view_name is matched against RUM view names.public void setMatchType(TeamsOwnershipMatchType matchType)
public TeamsOwnershipMappingBatchResultDataAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public TeamsOwnershipMappingBatchResultDataAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public TeamsOwnershipMappingBatchResultDataAttributes teamHandle(String teamHandle)
public String getTeamHandle()
public void setTeamHandle(String teamHandle)
public TeamsOwnershipMappingBatchResultDataAttributes viewName(String viewName)
public String getViewName()
match_type is prefix.public void setViewName(String viewName)
public TeamsOwnershipMappingBatchResultDataAttributes 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.