@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingResponseAttributes 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 |
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 |
|---|
TeamsOwnershipMappingResponseAttributes() |
TeamsOwnershipMappingResponseAttributes(String applicationId,
OffsetDateTime createdAt,
String createdBy,
TeamsOwnershipMatchType matchType,
Long orgId,
String service,
String teamHandle,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipMappingResponseAttributes |
applicationId(String applicationId) |
TeamsOwnershipMappingResponseAttributes |
createdAt(OffsetDateTime createdAt) |
TeamsOwnershipMappingResponseAttributes |
createdBy(String createdBy) |
boolean |
equals(Object o)
Return true if this TeamsOwnershipMappingResponseAttributes 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()
The ID of the RUM application this mapping applies to.
|
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.
|
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() |
TeamsOwnershipMappingResponseAttributes |
matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingResponseAttributes |
orgId(Long orgId) |
TeamsOwnershipMappingResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TeamsOwnershipMappingResponseAttributes |
service(String service) |
void |
setApplicationId(String 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) |
TeamsOwnershipMappingResponseAttributes |
teamHandle(String teamHandle) |
String |
toString() |
TeamsOwnershipMappingResponseAttributes |
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 TeamsOwnershipMappingResponseAttributes()
public TeamsOwnershipMappingResponseAttributes(String applicationId, OffsetDateTime createdAt, String createdBy, TeamsOwnershipMatchType matchType, Long orgId, String service, String teamHandle, String viewName)
public TeamsOwnershipMappingResponseAttributes applicationId(String applicationId)
public String getApplicationId()
00000000-0000-0000-0000-000000000000 (wildcard), meaning the ownership applies across
all applications.public void setApplicationId(String applicationId)
public TeamsOwnershipMappingResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public TeamsOwnershipMappingResponseAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public TeamsOwnershipMappingResponseAttributes matchType(TeamsOwnershipMatchType matchType)
public TeamsOwnershipMatchType getMatchType()
view_name is matched against RUM view names.public void setMatchType(TeamsOwnershipMatchType matchType)
public TeamsOwnershipMappingResponseAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public TeamsOwnershipMappingResponseAttributes service(String service)
public String getService()
public void setService(String service)
public TeamsOwnershipMappingResponseAttributes teamHandle(String teamHandle)
public String getTeamHandle()
public void setTeamHandle(String teamHandle)
public TeamsOwnershipMappingResponseAttributes viewName(String viewName)
public String getViewName()
match_type is prefix.public void setViewName(String viewName)
public TeamsOwnershipMappingResponseAttributes 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.