@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RestrictionQueryAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_LAST_MODIFIER_EMAIL |
static String |
JSON_PROPERTY_LAST_MODIFIER_NAME |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_RESTRICTION_QUERY |
static String |
JSON_PROPERTY_ROLE_COUNT |
static String |
JSON_PROPERTY_USER_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
RestrictionQueryAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RestrictionQueryAttributes 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.
|
OffsetDateTime |
getCreatedAt()
Creation time of the restriction query.
|
String |
getLastModifierEmail()
Email of the user who last modified this restriction query.
|
String |
getLastModifierName()
Name of the user who last modified this restriction query.
|
OffsetDateTime |
getModifiedAt()
Time of last restriction query modification.
|
String |
getRestrictionQuery()
The query that defines the restriction.
|
Long |
getRoleCount()
Number of roles associated with this restriction query.
|
Long |
getUserCount()
Number of users associated with this restriction query.
|
int |
hashCode() |
RestrictionQueryAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RestrictionQueryAttributes |
restrictionQuery(String restrictionQuery) |
void |
setRestrictionQuery(String restrictionQuery) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_LAST_MODIFIER_EMAIL
public static final String JSON_PROPERTY_LAST_MODIFIER_NAME
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_RESTRICTION_QUERY
public static final String JSON_PROPERTY_ROLE_COUNT
public static final String JSON_PROPERTY_USER_COUNT
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public String getLastModifierEmail()
@Nullable public String getLastModifierName()
@Nullable public OffsetDateTime getModifiedAt()
public RestrictionQueryAttributes restrictionQuery(String restrictionQuery)
@Nullable public String getRestrictionQuery()
public void setRestrictionQuery(String restrictionQuery)
@Nullable public Long getRoleCount()
@Nullable public Long getUserCount()
public RestrictionQueryAttributes 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.