@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationRuleArrayMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NEXT_OFFSET |
static String |
JSON_PROPERTY_OFFSET |
static String |
JSON_PROPERTY_SIZE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentNotificationRuleArrayMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentNotificationRuleArrayMetaPage 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.
|
Long |
getNextOffset()
The offset for the next page of results.
|
Long |
getOffset()
The current offset in the results.
|
Long |
getSize()
The number of results returned per page.
|
int |
hashCode() |
IncidentNotificationRuleArrayMetaPage |
nextOffset(Long nextOffset) |
IncidentNotificationRuleArrayMetaPage |
offset(Long offset) |
IncidentNotificationRuleArrayMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setNextOffset(Long nextOffset) |
void |
setOffset(Long offset) |
void |
setSize(Long size) |
IncidentNotificationRuleArrayMetaPage |
size(Long size) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NEXT_OFFSET
public static final String JSON_PROPERTY_OFFSET
public static final String JSON_PROPERTY_SIZE
public IncidentNotificationRuleArrayMetaPage()
public IncidentNotificationRuleArrayMetaPage nextOffset(Long nextOffset)
@Nullable public Long getNextOffset()
public void setNextOffset(Long nextOffset)
public IncidentNotificationRuleArrayMetaPage offset(Long offset)
@Nullable public Long getOffset()
public void setOffset(Long offset)
public IncidentNotificationRuleArrayMetaPage size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public IncidentNotificationRuleArrayMetaPage 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.