| | |
| | | private Services service; |
| | | |
| | | public CreateServiceEntity() { |
| | | service = new Services(); |
| | | layer_list = new ArrayList<>(); |
| | | this.service = new Services(); |
| | | this.layer_list = new ArrayList<>(); |
| | | } |
| | | |
| | | public List<Integer> getLayer_list() { |
| | |
| | | private Config config; |
| | | |
| | | public Services() { |
| | | config = new Config(); |
| | | } |
| | | |
| | | public String getName() { |
| | |
| | | private Watermark watermark; |
| | | |
| | | public Config() { |
| | | watermark = new Watermark(); |
| | | this.watermark = new Watermark(); |
| | | } |
| | | |
| | | public Watermark getWatermark() { |
| | |
| | | private String watermark_id; |
| | | |
| | | public Watermark() { |
| | | watermark_id = ""; |
| | | this.watermark_id = ""; |
| | | } |
| | | |
| | | public String getWatermark_id() { |