@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateAppFavoriteRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FAVORITE |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateAppFavoriteRequestDataAttributes() |
UpdateAppFavoriteRequestDataAttributes(Boolean favorite) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UpdateAppFavoriteRequestDataAttributes object is equal to o.
|
UpdateAppFavoriteRequestDataAttributes |
favorite(Boolean favorite) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getFavorite()
Whether the app should be marked as a favorite for the current user.
|
int |
hashCode() |
UpdateAppFavoriteRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFavorite(Boolean favorite) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FAVORITE
public UpdateAppFavoriteRequestDataAttributes()
public UpdateAppFavoriteRequestDataAttributes(Boolean favorite)
public UpdateAppFavoriteRequestDataAttributes favorite(Boolean favorite)
public Boolean getFavorite()
public void setFavorite(Boolean favorite)
public UpdateAppFavoriteRequestDataAttributes 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.