@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingBatchOperationDataAttributes extends Object
team_handle and view_name are
required when op is add. At least one of service or
application_id must be provided.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_MATCH_TYPE |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_TEAM_HANDLE |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchOperationDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipMappingBatchOperationDataAttributes |
applicationId(UUID applicationId) |
boolean |
equals(Object o)
Return true if this TeamsOwnershipMappingBatchOperationDataAttributes 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 this mapping applies to.
|
TeamsOwnershipMatchType |
getMatchType()
How the
view_name is matched against RUM view names. |
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() |
TeamsOwnershipMappingBatchOperationDataAttributes |
matchType(TeamsOwnershipMatchType matchType) |
TeamsOwnershipMappingBatchOperationDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TeamsOwnershipMappingBatchOperationDataAttributes |
service(String service) |
void |
setApplicationId(UUID applicationId) |
void |
setMatchType(TeamsOwnershipMatchType matchType) |
void |
setService(String service) |
void |
setTeamHandle(String teamHandle) |
void |
setViewName(String viewName) |
TeamsOwnershipMappingBatchOperationDataAttributes |
teamHandle(String teamHandle) |
String |
toString() |
TeamsOwnershipMappingBatchOperationDataAttributes |
viewName(String viewName) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_MATCH_TYPE
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_TEAM_HANDLE
public static final String JSON_PROPERTY_VIEW_NAME
public TeamsOwnershipMappingBatchOperationDataAttributes()
public TeamsOwnershipMappingBatchOperationDataAttributes applicationId(UUID applicationId)
@Nullable public UUID getApplicationId()
00000000-0000-0000-0000-000000000000) — the team is applied to the view and service
combination across all applications.public void setApplicationId(UUID applicationId)
public TeamsOwnershipMappingBatchOperationDataAttributes matchType(TeamsOwnershipMatchType matchType)
@Nullable public TeamsOwnershipMatchType getMatchType()
view_name is matched against RUM view names.public void setMatchType(TeamsOwnershipMatchType matchType)
public TeamsOwnershipMappingBatchOperationDataAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public TeamsOwnershipMappingBatchOperationDataAttributes teamHandle(String teamHandle)
@Nullable public String getTeamHandle()
public void setTeamHandle(String teamHandle)
public TeamsOwnershipMappingBatchOperationDataAttributes viewName(String viewName)
@Nullable public String getViewName()
match_type is prefix.public void setViewName(String viewName)
public TeamsOwnershipMappingBatchOperationDataAttributes 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.