All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.ealenxie.goodcang.ResponsePage Maven / Gradle / Ivy

The newest version!
package io.github.ealenxie.goodcang;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;

/**
 * Created by EalenXie on 2023/3/9 12:30
 */
@Getter
@Setter
public class ResponsePage extends ResponseAsk {
    @JsonProperty("count")
    private Integer count;
    @JsonProperty("nextPage")
    private String nextPage;
    @JsonProperty("pagination")
    private Pagination pagination;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy