@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SearchSLOResponseMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIRST_NUMBER |
static String |
JSON_PROPERTY_LAST_NUMBER |
static String |
JSON_PROPERTY_NEXT_NUMBER |
static String |
JSON_PROPERTY_NUMBER |
static String |
JSON_PROPERTY_PREV_NUMBER |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SearchSLOResponseMetaPage() |
public boolean unparsed
public static final String JSON_PROPERTY_FIRST_NUMBER
public static final String JSON_PROPERTY_LAST_NUMBER
public static final String JSON_PROPERTY_NEXT_NUMBER
public static final String JSON_PROPERTY_NUMBER
public static final String JSON_PROPERTY_PREV_NUMBER
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TYPE
public SearchSLOResponseMetaPage firstNumber(Long firstNumber)
@Nullable public Long getFirstNumber()
public void setFirstNumber(Long firstNumber)
public SearchSLOResponseMetaPage lastNumber(Long lastNumber)
@Nullable public Long getLastNumber()
public void setLastNumber(Long lastNumber)
public SearchSLOResponseMetaPage nextNumber(Long nextNumber)
@Nullable public Long getNextNumber()
public void setNextNumber(Long nextNumber)
public SearchSLOResponseMetaPage number(Long number)
@Nullable public Long getNumber()
public void setNumber(Long number)
public SearchSLOResponseMetaPage prevNumber(Long prevNumber)
@Nullable public Long getPrevNumber()
public void setPrevNumber(Long prevNumber)
public SearchSLOResponseMetaPage size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public SearchSLOResponseMetaPage total(Long total)
@Nullable public Long getTotal()
public void setTotal(Long total)
public SearchSLOResponseMetaPage type(String type)
@Nullable public String getType()
public void setType(String type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.