|
|
|
@ -108,6 +108,9 @@ public class SuitServerModel implements Serializable {
|
|
|
|
|
// @XStreamImplicit
|
|
|
|
|
private Integer suitMethodId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getSuitMethodIdVal() {
|
|
|
|
|
if (suitMethodId == null) {
|
|
|
|
|
return -1;
|
|
|
|
@ -126,5 +129,6 @@ public class SuitServerModel implements Serializable {
|
|
|
|
|
this.suitSid= suitModel.getSuitSid();
|
|
|
|
|
this.retryRecordId = suitModel.getRetryRecordId();
|
|
|
|
|
this.obj = suitModel.getParamXml();
|
|
|
|
|
this.requestId = suitModel.getRequestId();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|