@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestVersionHistoryMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NEXT_LAST_VERSION_NUMBER |
static String |
JSON_PROPERTY_RETENTION_PERIOD_IN_DAYS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestVersionHistoryMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestVersionHistoryMeta 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.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getNextLastVersionNumber_JsonNullable() |
Long |
getNextLastVersionNumber()
The version number to use as the
last_version_number query parameter to fetch the
next page. |
Long |
getRetentionPeriodInDays()
The number of days that version history is retained.
|
int |
hashCode() |
SyntheticsTestVersionHistoryMeta |
nextLastVersionNumber(Long nextLastVersionNumber) |
SyntheticsTestVersionHistoryMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestVersionHistoryMeta |
retentionPeriodInDays(Long retentionPeriodInDays) |
void |
setNextLastVersionNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> nextLastVersionNumber) |
void |
setNextLastVersionNumber(Long nextLastVersionNumber) |
void |
setRetentionPeriodInDays(Long retentionPeriodInDays) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NEXT_LAST_VERSION_NUMBER
public static final String JSON_PROPERTY_RETENTION_PERIOD_IN_DAYS
public SyntheticsTestVersionHistoryMeta nextLastVersionNumber(Long nextLastVersionNumber)
@Nullable public Long getNextLastVersionNumber()
last_version_number query parameter to fetch the
next page. null indicates there are no more pages.public org.openapitools.jackson.nullable.JsonNullable<Long> getNextLastVersionNumber_JsonNullable()
public void setNextLastVersionNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> nextLastVersionNumber)
public void setNextLastVersionNumber(Long nextLastVersionNumber)
public SyntheticsTestVersionHistoryMeta retentionPeriodInDays(Long retentionPeriodInDays)
@Nullable public Long getRetentionPeriodInDays()
public void setRetentionPeriodInDays(Long retentionPeriodInDays)
public SyntheticsTestVersionHistoryMeta 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.