Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.web.req;public class ResolveCallbackRequest {private String status;private String resolutionNotes;public String getStatus() {return status;}public void setStatus(String status) {this.status = status;}public String getResolutionNotes() {return resolutionNotes;}public void setResolutionNotes(String resolutionNotes) {this.resolutionNotes = resolutionNotes;}}