月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 eb40365c9cffb2269fd3cbd31b050c33455bc84a
src/main/java/com/moon/server/entity/shujian/ImageResultEntity.java
@@ -3,11 +3,6 @@
import java.util.ArrayList;
import java.util.List;
/**
 * 数简.影像结果类
 * @author WWW
 * @date 2023-09-13
 */
@SuppressWarnings("AlibabaLowerCamelCaseVariableNaming")
public class ImageResultEntity {
    public ImageResultEntity() {
@@ -43,18 +38,14 @@
        this.result = result;
    }
    public class Result {
        public Result() {
            this.item_list = new ArrayList<>();
        }
    public static class Result {
        private Integer page_count;
        private Integer page_num;
        private Integer total_count;
        private List<Image> item_list;
        private List<Image> item_list = new ArrayList<>();
        public Integer getPage_count() {
            return page_count;
@@ -89,10 +80,7 @@
        }
    }
    public class Image {
        public Image() {
        }
    public static class Image {
        private Integer layer_id;
        private Double resolution;
@@ -161,7 +149,7 @@
        private String data_update_time;
        private Integer priority;
        private Long priority;
        private Integer data_update_user;
@@ -443,11 +431,11 @@
            this.data_update_time = data_update_time;
        }
        public Integer getPriority() {
        public Long getPriority() {
            return priority;
        }
        public void setPriority(Integer priority) {
        public void setPriority(Long priority) {
            this.priority = priority;
        }
@@ -484,10 +472,7 @@
        }
    }
    public class BandInfo {
        public BandInfo() {
        }
    public static class BandInfo {
        private Double max;
        private Integer nodata;