
com.xcase.sharepoint.impl.simple.transputs.SharepointResponseImpl Maven / Gradle / Ivy
/**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.sharepoint.impl.simple.transputs;
/**
* @author martin
*
*/
public class SharepointResponseImpl {
/**
* status text of response.
*/
protected String status;
/**
* @return the status
*/
public String getStatus() {
return this.status;
}
/**
* @param status the status to set
*/
public void setStatus(String status) {
this.status = status;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy