@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProjectColumnsConfigColumnsItemsSort extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASCENDING |
static String |
JSON_PROPERTY_PRIORITY |
boolean |
unparsed |
| Constructor and Description |
|---|
ProjectColumnsConfigColumnsItemsSort() |
| Modifier and Type | Method and Description |
|---|---|
ProjectColumnsConfigColumnsItemsSort |
ascending(Boolean ascending) |
boolean |
equals(Object o)
Return true if this ProjectColumnsConfigColumnsItemsSort 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.
|
Boolean |
getAscending()
Whether to sort in ascending order.
|
Long |
getPriority()
The sort priority order for this column.
|
int |
hashCode() |
ProjectColumnsConfigColumnsItemsSort |
priority(Long priority) |
ProjectColumnsConfigColumnsItemsSort |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAscending(Boolean ascending) |
void |
setPriority(Long priority) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASCENDING
public static final String JSON_PROPERTY_PRIORITY
public ProjectColumnsConfigColumnsItemsSort()
public ProjectColumnsConfigColumnsItemsSort ascending(Boolean ascending)
@Nullable public Boolean getAscending()
public void setAscending(Boolean ascending)
public ProjectColumnsConfigColumnsItemsSort priority(Long priority)
@Nullable public Long getPriority()
public void setPriority(Long priority)
public ProjectColumnsConfigColumnsItemsSort 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.