com.na.jira.api.ResultDto Maven / Gradle / Ivy
/**
*
*/
package com.na.jira.api;
import javax.xml.bind.annotation.XmlRootElement;
/**
* Container for result of synchronization REST requests
*
* @author marian
*
*/
@XmlRootElement
public class ResultDto {
public String errorMsg = "";
public int externalId = -1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy