
com.adobe.cq.dam.mac.sync.helper.FolderSyncResponse Maven / Gradle / Ivy
package com.adobe.cq.dam.mac.sync.helper;
public class FolderSyncResponse {
private String status;
private String parentLocation;
public FolderSyncResponse(String status, String parentLocation) {
super();
this.status = status;
this.parentLocation = parentLocation;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getParentLocation() {
return parentLocation;
}
public void setParentLocation(String parentLocation) {
this.parentLocation = parentLocation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy