| | |
| | | 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; |
| | |
| | | } |
| | | } |
| | | |
| | | public class Image { |
| | | public Image() { |
| | | } |
| | | |
| | | public static class Image { |
| | | private Integer layer_id; |
| | | |
| | | private Double resolution; |
| | |
| | | |
| | | private String data_update_time; |
| | | |
| | | private Integer priority; |
| | | private Long priority; |
| | | |
| | | private Integer data_update_user; |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | public class BandInfo { |
| | | public BandInfo() { |
| | | } |
| | | |
| | | public static class BandInfo { |
| | | private Double max; |
| | | |
| | | private Integer nodata; |