@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AssignSeatsUserResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNED_IDS |
static String |
JSON_PROPERTY_PRODUCT_CODE |
boolean |
unparsed |
| Constructor and Description |
|---|
AssignSeatsUserResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AssignSeatsUserResponseDataAttributes |
addAssignedIdsItem(String assignedIdsItem) |
AssignSeatsUserResponseDataAttributes |
assignedIds(List<String> assignedIds) |
boolean |
equals(Object o)
Return true if this AssignSeatsUserResponseDataAttributes 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.
|
List<String> |
getAssignedIds()
The list of user IDs to which the seats were assigned.
|
String |
getProductCode()
The product code for which the seats were assigned.
|
int |
hashCode() |
AssignSeatsUserResponseDataAttributes |
productCode(String productCode) |
AssignSeatsUserResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssignedIds(List<String> assignedIds) |
void |
setProductCode(String productCode) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNED_IDS
public static final String JSON_PROPERTY_PRODUCT_CODE
public AssignSeatsUserResponseDataAttributes()
public AssignSeatsUserResponseDataAttributes assignedIds(List<String> assignedIds)
public AssignSeatsUserResponseDataAttributes addAssignedIdsItem(String assignedIdsItem)
@Nullable public List<String> getAssignedIds()
public AssignSeatsUserResponseDataAttributes productCode(String productCode)
@Nullable public String getProductCode()
public void setProductCode(String productCode)
public AssignSeatsUserResponseDataAttributes 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.