![JAR search and dependency download from the Maven repository](/logo.png)
com.katalon.testops.api.model.PageBaseResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testops-api Show documentation
Show all versions of testops-api Show documentation
Katalon TestOps API Client generated by OpenAPI
The newest version!
/*
* Katalon TestOps API reference
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.katalon.testops.api.model;
import java.util.Objects;
import java.util.Arrays;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import com.katalon.testops.api.model.Pageable;
import com.katalon.testops.api.model.Sort;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
/**
* PageBaseResource
*/
@JsonPropertyOrder({
PageBaseResource.JSON_PROPERTY_TOTAL_ELEMENTS,
PageBaseResource.JSON_PROPERTY_TOTAL_PAGES,
PageBaseResource.JSON_PROPERTY_NUMBER_OF_ELEMENTS,
PageBaseResource.JSON_PROPERTY_SORT,
PageBaseResource.JSON_PROPERTY_FIRST,
PageBaseResource.JSON_PROPERTY_SIZE,
PageBaseResource.JSON_PROPERTY_CONTENT,
PageBaseResource.JSON_PROPERTY_NUMBER,
PageBaseResource.JSON_PROPERTY_PAGEABLE,
PageBaseResource.JSON_PROPERTY_LAST,
PageBaseResource.JSON_PROPERTY_EMPTY
})
@JsonTypeName("PageBaseResource")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class PageBaseResource implements Serializable {
private static final long serialVersionUID = 1L;
public static final String JSON_PROPERTY_TOTAL_ELEMENTS = "totalElements";
private Long totalElements;
public static final String JSON_PROPERTY_TOTAL_PAGES = "totalPages";
private Integer totalPages;
public static final String JSON_PROPERTY_NUMBER_OF_ELEMENTS = "numberOfElements";
private Integer numberOfElements;
public static final String JSON_PROPERTY_SORT = "sort";
private Sort sort;
public static final String JSON_PROPERTY_FIRST = "first";
private Boolean first;
public static final String JSON_PROPERTY_SIZE = "size";
private Integer size;
public static final String JSON_PROPERTY_CONTENT = "content";
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy