@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetSearchMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_BY_ANYONE_TOTAL |
static String |
JSON_PROPERTY_CREATED_BY_YOU_TOTAL |
static String |
JSON_PROPERTY_FAVORITED_BY_YOU_TOTAL |
static String |
JSON_PROPERTY_FILTERED_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetSearchMeta() |
| Modifier and Type | Method and Description |
|---|---|
WidgetSearchMeta |
createdByAnyoneTotal(Long createdByAnyoneTotal) |
WidgetSearchMeta |
createdByYouTotal(Long createdByYouTotal) |
boolean |
equals(Object o)
Return true if this WidgetSearchMeta object is equal to o.
|
WidgetSearchMeta |
favoritedByYouTotal(Long favoritedByYouTotal) |
WidgetSearchMeta |
filteredTotal(Long filteredTotal) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getCreatedByAnyoneTotal()
Total number of widgets created by anyone.
|
Long |
getCreatedByYouTotal()
Total number of widgets created by the current user.
|
Long |
getFavoritedByYouTotal()
Total number of widgets favorited by the current user.
|
Long |
getFilteredTotal()
Total number of widgets matching the current filter criteria.
|
int |
hashCode() |
WidgetSearchMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedByAnyoneTotal(Long createdByAnyoneTotal) |
void |
setCreatedByYouTotal(Long createdByYouTotal) |
void |
setFavoritedByYouTotal(Long favoritedByYouTotal) |
void |
setFilteredTotal(Long filteredTotal) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_BY_ANYONE_TOTAL
public static final String JSON_PROPERTY_CREATED_BY_YOU_TOTAL
public static final String JSON_PROPERTY_FAVORITED_BY_YOU_TOTAL
public static final String JSON_PROPERTY_FILTERED_TOTAL
public WidgetSearchMeta createdByAnyoneTotal(Long createdByAnyoneTotal)
@Nullable public Long getCreatedByAnyoneTotal()
public void setCreatedByAnyoneTotal(Long createdByAnyoneTotal)
public WidgetSearchMeta createdByYouTotal(Long createdByYouTotal)
@Nullable public Long getCreatedByYouTotal()
public void setCreatedByYouTotal(Long createdByYouTotal)
public WidgetSearchMeta favoritedByYouTotal(Long favoritedByYouTotal)
@Nullable public Long getFavoritedByYouTotal()
public void setFavoritedByYouTotal(Long favoritedByYouTotal)
public WidgetSearchMeta filteredTotal(Long filteredTotal)
@Nullable public Long getFilteredTotal()
public void setFilteredTotal(Long filteredTotal)
public WidgetSearchMeta 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.