backup-core/src/main/java/org/apache/iotdb/backup/core/pipeline/context/model/DeleteModel.java [44:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public String getIotdbPath() {
    return iotdbPath;
  }

  public void setIotdbPath(String iotdbPath) {
    this.iotdbPath = iotdbPath;
  }

  public String getWhereClause() {
    return whereClause;
  }

  public void setWhereClause(String whereClause) {
    this.whereClause = whereClause;
  }

  public List<String> getMeasurementList() {
    return measurementList;
  }

  public void setMeasurementList(List<String> measurementList) {
    this.measurementList = measurementList;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



backup-core/src/main/java/org/apache/iotdb/backup/core/pipeline/context/model/ExportModel.java [35:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public String getIotdbPath() {
    return iotdbPath;
  }

  public void setIotdbPath(String iotdbPath) {
    this.iotdbPath = iotdbPath;
  }

  public String getWhereClause() {
    return whereClause;
  }

  public void setWhereClause(String whereClause) {
    this.whereClause = whereClause;
  }

  public List<String> getMeasurementList() {
    return measurementList;
  }

  public void setMeasurementList(List<String> measurementList) {
    this.measurementList = measurementList;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



