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