@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityAutomationRulesLinks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIRST |
static String |
JSON_PROPERTY_LAST |
static String |
JSON_PROPERTY_NEXT |
static String |
JSON_PROPERTY_PREV |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityAutomationRulesLinks() |
SecurityAutomationRulesLinks(String first,
String last) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityAutomationRulesLinks object is equal to o.
|
SecurityAutomationRulesLinks |
first(String first) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFirst()
Link to the first page of results.
|
String |
getLast()
Link to the last page of results.
|
String |
getNext()
Link to the next page of results.
|
String |
getPrev()
Link to the previous page of results.
|
int |
hashCode() |
SecurityAutomationRulesLinks |
last(String last) |
SecurityAutomationRulesLinks |
next(String next) |
SecurityAutomationRulesLinks |
prev(String prev) |
SecurityAutomationRulesLinks |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFirst(String first) |
void |
setLast(String last) |
void |
setNext(String next) |
void |
setPrev(String prev) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FIRST
public static final String JSON_PROPERTY_LAST
public static final String JSON_PROPERTY_NEXT
public static final String JSON_PROPERTY_PREV
public SecurityAutomationRulesLinks first(String first)
public String getFirst()
public void setFirst(String first)
public SecurityAutomationRulesLinks last(String last)
public String getLast()
public void setLast(String last)
public SecurityAutomationRulesLinks next(String next)
@Nullable public String getNext()
public void setNext(String next)
public SecurityAutomationRulesLinks prev(String prev)
@Nullable public String getPrev()
public void setPrev(String prev)
public SecurityAutomationRulesLinks 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.